summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-the-commands.html
diff options
context:
space:
mode:
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.html8
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&rsquo; <code>\</code><code>the-</code>commands</h3>
+<h3>Redefining counters&#8217; <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 &ldquo;the value of
-<code><em>fred</em></code>&rdquo; when you&rsquo;re typesetting.
+<code>\</code><code>the</code><code><em>fred</em></code>, which expands to &#8220;the value of
+<code><em>fred</em></code>&#8221; when you&#8217;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
-&ldquo;<code>-</code><code>-~</code><code>nnn~-</code><code>-</code>&rdquo;).
+&#8220;<code>-</code><code>-~</code><code>nnn~-</code><code>-</code>&#8221;).
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