diff options
Diffstat (limited to 'Master/texmf-dist/tex/context/base/catc-ctx.mkiv')
-rw-r--r-- | Master/texmf-dist/tex/context/base/catc-ctx.mkiv | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/context/base/catc-ctx.mkiv b/Master/texmf-dist/tex/context/base/catc-ctx.mkiv index bd5c16d69a3..ddade7f52c3 100644 --- a/Master/texmf-dist/tex/context/base/catc-ctx.mkiv +++ b/Master/texmf-dist/tex/context/base/catc-ctx.mkiv @@ -128,11 +128,18 @@ % for the moment here: -\def\starttexcode +\normalprotected\def\starttexcode {\pushcatcodetable \catcodetable\prtcatcodes} -\def\stoptexcode +\normalprotected\def\stoptexcode + {\popcatcodetable} + +\normalprotected\def\startcontextcode + {\pushcatcodetable + \catcodetable\ctxcatcodes} + +\normalprotected\def\stopcontextcode {\popcatcodetable} \endinput |