diff options
Diffstat (limited to 'Master/texmf-dist/source/latex/expl3/l3names.dtx')
-rw-r--r-- | Master/texmf-dist/source/latex/expl3/l3names.dtx | 20 |
1 files changed, 18 insertions, 2 deletions
diff --git a/Master/texmf-dist/source/latex/expl3/l3names.dtx b/Master/texmf-dist/source/latex/expl3/l3names.dtx index 651be378791..99b224d62c5 100644 --- a/Master/texmf-dist/source/latex/expl3/l3names.dtx +++ b/Master/texmf-dist/source/latex/expl3/l3names.dtx @@ -128,7 +128,7 @@ \RequirePackage{l3names} %</driver> %\fi -\GetIdInfo$Id: l3names.dtx 1853 2010-03-21 09:11:08Z joseph $ +\GetIdInfo$Id: l3names.dtx 1981 2010-07-11 07:28:30Z will $ {L3 Experimental Naming Scheme for TeX Primitives} % % @@ -324,6 +324,10 @@ \endlinechar =\the \endlinechar \relax \catcode 95=\the \catcode 95 \relax \catcode 58=\the \catcode 58 \relax + \catcode 124=\the \catcode 124 \relax + \catcode 38=\the \catcode 38 \relax + \catcode 94=\the \catcode 94 \relax + \catcode 34=\the \catcode 34 \relax \noexpand\fi } \catcode126=10\relax % tilde is a space char. @@ -332,6 +336,10 @@ \endlinechar=32\relax % endline is space \catcode95=11\relax % underscore letter \catcode58=11\relax % colon letter +\catcode124=12\relax % vert bar, other +\catcode38=4\relax % ampersand, alignment token +\catcode34=12\relax % doublequote, other +\catcode94=7\relax % caret, math superscript % \end{macrocode} % % \subsection{Setting up primitive names} @@ -981,6 +989,10 @@ \tex_endlinechar:D =\tex_the:D \tex_endlinechar:D \tex_relax:D \tex_catcode:D 95=\tex_the:D \tex_catcode:D 95 \tex_relax:D \tex_catcode:D 58=\tex_the:D \tex_catcode:D 58 \tex_relax:D + \tex_catcode:D 124=\tex_the:D \tex_catcode:D 124 \tex_relax:D + \tex_catcode:D 38=\tex_the:D \tex_catcode:D 38 \tex_relax:D + \tex_catcode:D 94=\tex_the:D \tex_catcode:D 94 \tex_relax:D + \tex_catcode:D 34=\tex_the:D \tex_catcode:D 34 \tex_relax:D \tex_noexpand:D \tex_fi:D } \tex_def:D \ExplSyntaxStatus { 1 } @@ -990,6 +1002,10 @@ \tex_endlinechar:D =32 \tex_relax:D % endline is space \tex_catcode:D 95=11 \tex_relax:D % underscore letter \tex_catcode:D 58=11 \tex_relax:D % colon letter + \tex_catcode:D 124=11 \tex_relax:D % vertical bar, other + \tex_catcode:D 38=4 \tex_relax:D % ampersand, alignment token + \tex_catcode:D 94=7 \tex_relax:D % caret, math superscript + \tex_catcode:D 34=12 \tex_relax:D % doublequote, other \tex_fi:D } % \end{macrocode} @@ -1138,7 +1154,7 @@ % as the packages in this distribution do like this: % \begin{verbatim} % \RequirePackage{l3names} -% \GetIdInfo$Id: l3names.dtx 1853 2010-03-21 09:11:08Z joseph $ +% \GetIdInfo$Id: l3names.dtx 1981 2010-07-11 07:28:30Z will $ % {L3 Experimental Box module} % \ProvidesExplPackage % {\filename}{\filedate}{\fileversion}{\filedescription} |