Changes

Jump to navigation Jump to search
24 bytes removed ,  19:34, 27 August 2012
m
Changed <cmd>...</cmd> to {cmd|...}
ConTeXt has three commands for setting modes:
* <code><{{cmd>|enablemode </cmd>}}[...]</code>* <code><{{cmd>|disablemode</cmd>}}[...]</code>* <code><{{cmd>|preventmode</cmd>}}[...]</code>
The names are self-descriptive. <{{cmd>|enablemode</cmd> }} activates a mode,<{{cmd>|disablemode</cmd> }} deactivates a mode, and <{{cmd>|preventmode</cmd> }} permanently
deactivates a mode. All three commands take a list of modes as an argument. For
example, you can activate modes named <code>screen</code> and <code>solution</code> with
The same mode can be referenced multiple times, and '''all''' matching brances are executed.
The <{{cmd>|startmodeset</cmd> }} ... <{{cmd>|stopmodeset</cmd> }} environments can be nested. So, you can use
<texcode>

Navigation menu