diff options
Diffstat (limited to 'Master/texmf-dist/source/eplain/base/test/nonouter.tex')
-rw-r--r-- | Master/texmf-dist/source/eplain/base/test/nonouter.tex | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Master/texmf-dist/source/eplain/base/test/nonouter.tex b/Master/texmf-dist/source/eplain/base/test/nonouter.tex new file mode 100644 index 00000000000..32aa5c9fee1 --- /dev/null +++ b/Master/texmf-dist/source/eplain/base/test/nonouter.tex @@ -0,0 +1,11 @@ +% This file is public domain. +% +\outer\def\nonouterdef#1#2{\begingroup + \def\startdef{\def #1\bgroup}% +% \expandafter\defstart \csname #2\endcsname\egroup + \def\outername{\csname #2\endcsname}% + \expandafter\startdef \outername \egroup +\endgroup} + +\tracingall +\nonouterdef\innernewwrite{newwrite} |