diff options
author | Karl Berry <karl@freefriends.org> | 2022-10-06 20:49:43 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2022-10-06 20:49:43 +0000 |
commit | c3a379a51ff6149d725bb6d4687b4646b38628c3 (patch) | |
tree | aa5dfdb3354725bb073e4bf51c03f202ee42d678 /Master/texmf-dist/tex | |
parent | 9dccac2d68d15a2fb64954074ad173bcd55b5859 (diff) |
gobble-user.tex in runtime (dc 6 Oct 2022 15:42:50)
git-svn-id: svn://tug.org/texlive/trunk@64642 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex')
-rw-r--r-- | Master/texmf-dist/tex/generic/gobble/gobble-user.tex | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/generic/gobble/gobble-user.tex b/Master/texmf-dist/tex/generic/gobble/gobble-user.tex new file mode 100644 index 00000000000..f5a6aef4e09 --- /dev/null +++ b/Master/texmf-dist/tex/generic/gobble/gobble-user.tex @@ -0,0 +1,31 @@ +\expandafter\ifx\csname gobble-user.tex loaded\endcsname\relax + \expandafter\def\csname gobble-user.tex loaded\endcsname{1}% +\else + \expandafter\endinput +\fi +\input{gobble} +\expandafter\edef\csname gobbletex@catcode\endcsname{% + \catcode`\noexpand\@=\the\catcode`\@% +}% +\catcode`\@=11 +\let\gobble\@gobble +\let\gobbletwo\@gobbletwo +\let\gobblethree\@gobblethree +\let\gobblefour\@gobblefour +\let\gobbleopt\@gobbleopt +\let\gobbletwoopt\@gobbletwoopt +\let\gobbleallopt\@gobbleallopt +\let\gobbletwoopttwo\@gobbletwoopttwo +\let\firstofone\@firstofone +\let\firstoftwo\@firstoftwo +\let\secondoftwo\@secondoftwo +\let\firstofthree\@firstofthree +\let\secondofthree\@secondofthree +\let\thirdofthree\@thirdofthree +\let\gobbletofi\@gobbletofi +\let\gobbletoelse\@gobbletoelse +\let\gobbletoor\@gobbletoor +\gobbletex@catcode +\endinput +%% +%% End of file `gobble-user.tex'. |