diff options
Diffstat (limited to 'Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-subverttoks.html')
-rw-r--r-- | Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-subverttoks.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-subverttoks.html b/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-subverttoks.html index a83022861bd..6becedead22 100644 --- a/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-subverttoks.html +++ b/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-subverttoks.html @@ -12,12 +12,14 @@ every touch and turn.) allows an independent package to play the exact same game: <blockquote> <pre> +\let\mypkg@@everypar\everypar \newtoks\mypkg@everypar \mypkg@everypar\expandafter{\the\everypar} \mypkg@@everypar{\mypkgs@ownstuff\the\mypkg@everypar} \def\mypkgs@ownstuff{% <stuff to do at the start of the token register>% } +\let\everypar\mypkg@everypar </pre> </blockquote><p> |