summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-rerun.html
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-rerun.html')
-rw-r--r--Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-rerun.html16
1 files changed, 8 insertions, 8 deletions
diff --git a/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-rerun.html b/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-rerun.html
index 7926de2b1db..d5b99c3b70b 100644
--- a/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-rerun.html
+++ b/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-rerun.html
@@ -1,25 +1,25 @@
<head>
<title>UK TeX FAQ -- question label rerun</title>
</head><body>
-<h3>&ldquo;Rerun&rdquo; messages won&rsquo;t go away</h3>
-<p/>The LaTeX message &ldquo;Rerun to get crossreferences right&rdquo; is
+<h3>&#8220;Rerun&#8221; messages won&#8217;t go away</h3>
+<p/>The LaTeX message &#8220;Rerun to get crossreferences right&#8221; is
supposed to warn the user that the job needs to be processed again,
since labels seem to have changed since the previous run. (LaTeX
compares the labels it has created this time round with what it found
from the previous run when it started; it does this comparison at
<code>\</code><code>end{document}</code>.)
-<p/>Sometimes, the message won&rsquo;t go away: however often you reprocess your
-document, LaTeX still tells you that &ldquo;Label(s) may have
-changed&rdquo;. This can sometimes be caused by a broken package: both
+<p/>Sometimes, the message won&#8217;t go away: however often you reprocess your
+document, LaTeX still tells you that &#8220;Label(s) may have
+changed&#8221;. This can sometimes be caused by a broken package: both
<i>footmisc</i> (with the <code>perpage</code> option) and <i>hyperref</i>
have been known to give trouble, in the past: if you are using either,
check you have the latest version, and upgrade if possible.
<p/>However, there <em>is</em> a rare occasion when this error can happen
as a result of pathological structure of the document itself. Suppose
you have pages numbered in roman, and you add a reference to a label
-on page &ldquo;ix&rdquo; (9). The presence of the reference pushes the thing
-referred to onto page &ldquo;x&rdquo; (10), but since that&rsquo;s a shorter reference
-the label moves back to page &ldquo;ix&rdquo; at the next run. Such a sequence
+on page &#8220;ix&#8221; (9). The presence of the reference pushes the thing
+referred to onto page &#8220;x&#8221; (10), but since that&#8217;s a shorter reference
+the label moves back to page &#8220;ix&#8221; at the next run. Such a sequence
can obviously not terminate.
<p/>The only solution to this problem is to make a small change to your
document (something as small as adding or deleting a comma will often