Rev 5766 | Rev 11210 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 5766 | Rev 5921 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | !! +exec+ +ins+ |
1 | !! +exec+ +ins+ |
2 | $lst_tit instex$lst_titend$type_pexec |
2 | $lst_tit instex$lst_titend$type_pexec |
3 | $(lst_syntax)instex $emph texsource $emphend</ |
3 | $(lst_syntax)instex $emph texsource $emphend</span> |
4 | $lst_mean The server program will call TeX to process the (plain) TeX |
4 | $lst_mean The server program will call TeX to process the (plain) TeX |
5 | source $emph texsource$emphend (after variable substitution), |
5 | source $emph texsource$emphend (after variable substitution), |
6 | translate the result into a picture, and |
6 | translate the result into a picture, and |
7 | insert it into the page (at the place of the command). <br/> |
7 | insert it into the page (at the place of the command). <br/> |
8 | A tip: avoid using substituted variables in $emph texsource$emphend |
8 | A tip: avoid using substituted variables in $emph texsource$emphend |
9 | whenever possible. In this case Wims will use static instex, improving |
9 | whenever possible. In this case Wims will use static instex, improving |
10 | performance dramatically over dynamic instex. <br/> |
10 | performance dramatically over dynamic instex. <br/> |
11 | The font color of the inserted text can be controled either by the variable |
11 | The font color of the inserted text can be controled either by the variable |
12 | $emph instex_color$emphend, or by a <tt>\special |
12 | $emph instex_color$emphend, or by a <span class="tt">\special{color=...}</span> string |
13 | in the $emph texsource$emphend. |
13 | in the $emph texsource$emphend. |
14 | - |