diff options
Diffstat (limited to 'Master/texmf-doc/doc/english/FAQ-en/html/FAQ-subverttoks.html')
-rw-r--r-- | Master/texmf-doc/doc/english/FAQ-en/html/FAQ-subverttoks.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-subverttoks.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-subverttoks.html index cb8a2813e20..6becedead22 100644 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-subverttoks.html +++ b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-subverttoks.html @@ -2,13 +2,13 @@ <title>UK TeX FAQ -- question label subverttoks</title> </head><body> <h3>Subverting a token register</h3> -<p>A common requirement is to “subvert” a token register that other +<p/>A common requirement is to “subvert” a token register that other macros may use. The requirement arises when you want to add something to a system token register (<code>\</code><code>output</code> or <code>\</code><code>every*</code>), but know that other macros use the token register, too. (A common requirement is to work on <code>\</code><code>everypar</code>, but LaTeX changes <code>\</code><code>everypar</code> at every touch and turn.) -<p>The following technique, due to David Kastrup, does what you need, and +<p/>The following technique, due to David Kastrup, does what you need, and allows an independent package to play the exact same game: <blockquote> <pre> @@ -36,7 +36,7 @@ As you can see, the package (<i>mypkg</i>) <li> points the token <code>\</code><code>everypar</code> at the new token register. </ul> and away we go. -<p>The form <code>\</code><code>mypkg@...</code> is (sort of) blessed for LaTeX package +<p/>The form <code>\</code><code>mypkg@...</code> is (sort of) blessed for LaTeX package internal names, which is why this example uses macros of that form. -<p><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=subverttoks">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=subverttoks</a> +<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=subverttoks">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=subverttoks</a> </body> |