diff options
author | Hans Hagen <pragma@wxs.nl> | 2008-05-21 15:21:00 +0200 |
---|---|---|
committer | Hans Hagen <pragma@wxs.nl> | 2008-05-21 15:21:00 +0200 |
commit | 1d63a6eae86a6b78d4563ed60521449e4bf89f3c (patch) | |
tree | 5a0db36538992d01458e22ff765bf8258bd16161 /tex/context/base/syst-cat.mkiv | |
parent | d7e26feb7432f7bd29dd065fa578dc8395fb408f (diff) | |
download | context-1d63a6eae86a6b78d4563ed60521449e4bf89f3c.tar.gz |
stable 2008.05.21 15:21
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 212d372c1..46ee0f394 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\notcatcodes \undefined \newcatcodetable \notcatcodes \fi \ifx\mthcatcodes \undefined \newcatcodetable \mthcatcodes \fi % brrr \ifx\vrbcatcodes \undefined \newcatcodetable \vrbcatcodes \fi \ifx\prtcatcodes \undefined \newcatcodetable \prtcatcodes \fi @@ -106,6 +107,7 @@ tex.nilcatcodes = \number\nilcatcodes ; tex.texcatcodes = \number\texcatcodes ; tex.ctxcatcodes = \number\ctxcatcodes ; + tex.notcatcodes = \number\notcatcodes ; tex.mthcatcodes = \number\mthcatcodes ; tex.vrbcatcodes = \number\vrbcatcodes ; tex.prtcatcodes = \number\prtcatcodes ; |