diff options
Diffstat (limited to 'Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-the-commands.html')
-rw-r--r-- | Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-the-commands.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-the-commands.html b/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-the-commands.html index b7180d7fc5c..8c1e7a00ab9 100644 --- a/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-the-commands.html +++ b/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-the-commands.html @@ -1,13 +1,13 @@ <head> <title>UK TeX FAQ -- question label the-commands</title> </head><body> -<h3>Redefining counters’ <code>\</code><code>the-</code>commands</h3> +<h3>Redefining counters’ <code>\</code><code>the-</code>commands</h3> <p/>Whenever you request a new LaTeX counter, LaTeX creates a bunch of behind-the-scenes commands, as well as defining the counter itself. <p/>Among other things, <code>\</code><code>newcounter{</code><em>fred</em><code>}</code> creates a command -<code>\</code><code>the</code><code><em>fred</em></code>, which expands to “the value of -<code><em>fred</em></code>” when you’re typesetting. +<code>\</code><code>the</code><code><em>fred</em></code>, which expands to “the value of +<code><em>fred</em></code>” when you’re typesetting. <p/>The definition of <code>\</code><code>the</code><code><em>fred</em></code> should express the value of the counter: it is almost always always a mistake to use the command to produce anything else. The value may reasonably be @@ -25,7 +25,7 @@ the standard techniques for <a href="FAQ-seccntfmt.html">adjusting the presentation of section numbers</a>. <p/>Or, suppose you want the page number to appear at the bottom of each page surrounded by dashes (as in -“<code>-</code><code>-~</code><code>nnn~-</code><code>-</code>”). +“<code>-</code><code>-~</code><code>nnn~-</code><code>-</code>”). If you try to achieve this by redefining <code>\</code><code>thepage</code>, problems will arise from the use of the page number in the table of contents (each number will have the dashes attached), and <code>\</code><code>pageref</code> references |