Rev 5921 | Rev 11212 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 5921 | Rev 11210 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | !! +exec+ +ins+ +var+ |
1 | !! +exec+ +ins+ +var+ |
2 |
|
2 | tit:instexstatic |
- | 3 | type:$type_pexec |
|
3 |
|
4 | alias:!instexst, !staticinstex, !stinstex |
4 |
|
5 | syntax:!instexstatic `gifname texsource' |
5 |
|
6 | mean:This command is obsolete, and will be dropped in future versions.\ |
6 | Use |
- | |
7 | $ |
7 | Use $(ref1)cmdlist_instex_&+cmd_choose=all$(ref2)cmdlist_instex_">!instex</a> instead. |
8 | instead. |
- | |
9 | 8 | ||
10 | !exit |
9 | !exit |
11 | 10 | ||
12 | |
11 | $lst_mean This is similar to |
13 | $(ref1)cmdlist_instex_&+cmd_choose=all$(ref2)cmdlist_instex_">!instex</a>, |
12 | $(ref1)cmdlist_instex_&+cmd_choose=all$(ref2)cmdlist_instex_">!instex</a>, |
14 | to the difference that no variable substitution is performed on |
13 | to the difference that no variable substitution is performed on |
15 |
|
14 | `texsource', and that the name of the gif file |
16 |
|
15 | `gifname' shoule be given (together with the extension |
17 |
|
16 | `.gif'). `gifname' should be the name of a file in |
18 | the module's home directory. <br/> |
17 | the module's home directory. <br/> |
19 | Wims will produce the gif file if it does not exist, or if the file |
18 | Wims will produce the gif file if it does not exist, or if the file |
20 | containing the command is newer than the gif file. No TeX is called in the |
19 | containing the command is newer than the gif file. No TeX is called in the |
21 | subsequent requests, thus greatly improving performance. <br/> |
20 | subsequent requests, thus greatly improving performance. <br/> |
22 |
|
21 | When `instexstatic' is used as a variable command, it returns |
23 | the tag string |
22 | the tag string `<IMG SRC=...>', which can be inserted |
24 | elsewhere in the document. |
23 | elsewhere in the document. |
25 | <p> |
24 | <p> |
26 | <span class="wims_warning">Important</span>. |
25 | <span class="wims_warning">Important</span>. |
27 |
|
26 | Since version 0.11.5, `gifname' is optional, and |
28 | <span class="tt">!instex</span> will automatically use static insertion whenever there is |
27 | <span class="tt">!instex</span> will automatically use static insertion whenever there is |
29 | no real variable substitution in |
28 | no real variable substitution in `texsource'. Therefore |
30 | <span class="tt">!instexstatic</span> is no longuer really necessary, and is provided only |
29 | <span class="tt">!instexstatic</span> is no longuer really necessary, and is provided only |
31 | for backward compatibility. so <font color=red><b>avoid using |
30 | for backward compatibility. so <font color=red><b>avoid using |
32 | it!</b></font> Use <span class="tt">!instex</span> instead. |
31 | it!</b></font> Use <span class="tt">!instex</span> instead. |
33 | </p> |
32 | </p> |