diff options
author | Hans Hagen <pragma@wxs.nl> | 2008-01-11 12:09:00 +0100 |
---|---|---|
committer | Hans Hagen <pragma@wxs.nl> | 2008-01-11 12:09:00 +0100 |
commit | 7c1a1b89fbaa2bfad94ca825c4b734e459993654 (patch) | |
tree | 2e70a1a84a9dc33b72c63a8a44e575f76643f497 /tex/context/base/syst-cat.mkiv | |
parent | f5db49f15c3f9ec7dba40d6120b89df2cd0030ff (diff) | |
download | context-7c1a1b89fbaa2bfad94ca825c4b734e459993654.tar.gz |
stable 2008.01.11 12:09
Diffstat (limited to 'tex/context/base/syst-cat.mkiv')
-rw-r--r-- | tex/context/base/syst-cat.mkiv | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tex/context/base/syst-cat.mkiv b/tex/context/base/syst-cat.mkiv index 6f3f605b8..212d372c1 100644 --- a/tex/context/base/syst-cat.mkiv +++ b/tex/context/base/syst-cat.mkiv @@ -23,6 +23,7 @@ \ifx\nilcatcodes \undefined \newcatcodetable \nilcatcodes \fi \ifx\texcatcodes \undefined \newcatcodetable \texcatcodes \fi \ifx\ctxcatcodes \undefined \newcatcodetable \ctxcatcodes \fi +\ifx\mthcatcodes \undefined \newcatcodetable \mthcatcodes \fi % brrr \ifx\vrbcatcodes \undefined \newcatcodetable \vrbcatcodes \fi \ifx\prtcatcodes \undefined \newcatcodetable \prtcatcodes \fi \ifx\xmlcatcodesn\undefined \newcatcodetable \xmlcatcodesn \fi % normal @@ -105,6 +106,7 @@ tex.nilcatcodes = \number\nilcatcodes ; tex.texcatcodes = \number\texcatcodes ; tex.ctxcatcodes = \number\ctxcatcodes ; + tex.mthcatcodes = \number\mthcatcodes ; tex.vrbcatcodes = \number\vrbcatcodes ; tex.prtcatcodes = \number\prtcatcodes ; tex.xmlcatcodes = \number\xmlcatcodesn ; |