Subversion Repositories wimsdev

Rev

Rev 11292 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 11292 Rev 17228
Line 2... Line 2...
2
tit:instex
2
tit:instex
3
type:$type_pexec
3
type:$type_pexec
4
syntax:!instex ``texsource''
4
syntax:!instex ``texsource''
5
mean:The server program will call TeX to process the (plain) TeX source ``texsource'' \
5
mean:The server program will call TeX to process the (plain) TeX source ``texsource'' \
6
 (after variable substitution), translate the result into a picture, and\
6
 (after variable substitution), 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 ``texsource''\
8
  A tip: avoid using substituted variables in ``texsource''\
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
  ``instex_color'', or by a <span class="tt">\special{color=...}</span> string\
12
  ``instex_color'', or by a <span class="tt">\special{color=...}</span> string\
13
  in the ``texsource''.
13
  in the ``texsource''.