Changes

Jump to navigation Jump to search
m
fixed the \unprotect
<texcode>
\catcode'\@=\@@letter
</texcode>
These are constant counters, corresponding to <code>0</code>, <code>1</code> and <code>-1</code>.
{{note|Beware: if you want to have access to @ , ! , and ? in macronames, use
<texcode>
\unprotect
\def\My@@MAcro{..}
\unprotectprotect
</texcode>

Navigation menu