Changes

Jump to navigation Jump to search
m
→‎Mnemonics and aliases: Added all mnemonics
<texcode>
\catcode'chardef\@@escape = 0\chardef\@@begingroup = 1\chardef\@@endgroup = 2\chardef\@@mathshift = 3\chardef\@@alignment = 4\chardef\@@endofline = 5\chardef\@@parameter = 6\chardef\@@superscript = 7\chardef\@@subscript = 8\chardef\@@ignore = 9\chardef\@@space = 10\chardef\@@letter = 11\chardef\@@other = 12 \chardef\other = 12\chardef\@@active = 13 \chardef\active = 13\chardef\@@comment = 14
</texcode>
We often need a space as defined in Plain TeX. Because ConTeXt cannot be sure that <code>\space</code> is not redefined, it internally uses an alias: <code>\normalspace</code>.
{{note|When dealing with ConTeXt, please remember to '''never''' (re-)define macros that start with <code>\normal...</code>. Weird, unexpected things can, and probably will, occur!}}
These are constant counters, corresponding to <code>0</code>, <code>1</code> and <code>-1</code>.

Navigation menu