r3tex

custom LuaTeX format
git clone git://git.rr3.xyz/r3tex
Log | Files | Refs | README | LICENSE

commit b86e2d1570403365fb9331c968b994ebe6f4c0bb
parent f5a9cce58cdc6c99d17cd42f6545c4912506c6b9
Author: robert <robertrussell.72001@gmail.com>
Date:   Tue, 19 Apr 2022 13:30:07 -0700

Add \rescan alias for \scantextokens

Diffstat:
Mutil.tex | 11+++++++----
1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/util.tex b/util.tex @@ -11,7 +11,13 @@ \let\ifcs=\ifcsname \let\beggroup=\begingroup -% Control symbol aliases for special characters +% Primitive aliases +\let\rescan=\scantextokens +\let\endgraf=\par +\let\endline=\cr +\def\null{\hbox{}} + +% Special character aliases \chardef\%=`\% \chardef\&=`\& \chardef\#=`\# @@ -20,12 +26,9 @@ % Misc, mostly from plain \let\bgroup={ \let\egroup=} -\let\endgraf=\par -\let\endline=\cr \def\empty{} \def\space{ } \def\tab{^^I} -\def\null{\hbox{}} \def\m@th{\mathsurround=0pt } % Special constants