Changes

Jump to navigation Jump to search
28 bytes removed ,  07:58, 12 May 2010
m
Remove extra whitespace
example, you can activate modes named <code>screen</code> and <code>solution</code> with
<texcode>
\enablemode[screen,solution]
</texcode>
<code>solution</code> modes, to run ConTeXt using one of:
texexec --mode=screen,solution ... context --mode=screen,solution ...
the default paper size for print and change it in screen mode:
<texcode>
\setuppapersize[letter][letter] \startmode[screen] \setuppapersize[S6][S6] \stopmode
</texcode>
(S6 is one of the screen-optimized paper sizes in ConTeXt; the paper size has a
not enabled:
<texcode>
\setuppapersize[S6][S6] \startnotmode[screen] \setuppapersize[letter][letter] \stopnotmode
</texcode>
use:
<texcode>
\startallmodes[screen,solution] \setupinteraction[state=start] \stopallmodes
</texcode>
and run with one of the following:
texexec --mode=palatino filename texexec --mode=times filename
== Running external commands once ==

Navigation menu