summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-subverttoks.html
diff options
context:
space:
mode:
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.html2
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{%
&lt;stuff to do at the start of the token register&gt;%
}
+\let\everypar\mypkg@everypar
</pre>
</blockquote><p>