summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-tocbibind.html
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2010-04-07 22:47:28 +0000
committerKarl Berry <karl@freefriends.org>2010-04-07 22:47:28 +0000
commit3f1971c9b7717818766692c9aa497e20e7472f2c (patch)
tree678de0190b6643b1b21fd9441fa1387bce180726 /Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-tocbibind.html
parentc7c3b090320a234149dbe23315e2a15a2773ac79 (diff)
FAQ-en 3.19d (7apr10)
git-svn-id: svn://tug.org/texlive/trunk@17742 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-tocbibind.html')
-rw-r--r--Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-tocbibind.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-tocbibind.html b/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-tocbibind.html
index 81ab4ab1bb7..8055bf03dae 100644
--- a/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-tocbibind.html
+++ b/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-tocbibind.html
@@ -5,8 +5,8 @@
<p/>The standard LaTeX classes (and many others) use <code>\</code><code>section*</code> or
<code>\</code><code>chapter*</code> for auto-generated parts of the document (the tables of
contents, lists of figures and tables, the bibliography and the index). As a
-result, these items aren&rsquo;t numbered (which most people don&rsquo;t mind),
-and (more importantly) they don&rsquo;t appear in the table of contents.
+result, these items aren&#8217;t numbered (which most people don&#8217;t mind),
+and (more importantly) they don&#8217;t appear in the table of contents.
<p/>The correct solution (as always) is to have a class of your own that
formats your document according to your requirements. The macro to do
the job (<code>\</code><code>addcontentsline</code>) is fairly simple, but there is always
@@ -29,7 +29,7 @@ one page long. Instead, one should say:
</pre>
</blockquote><p>
(Note that <code>\</code><code>cleardoublepage</code> does the right thing, even if your
-document is single-sided &mdash; in that case, it&rsquo;s a synonym for
+document is single-sided &#8212; in that case, it&#8217;s a synonym for
<code>\</code><code>clearpage</code>). Ensuring that the entry refers to the right place is
trickier still in a <code>\</code><code>section</code>-based class.
<p/>If you are using <i>hyperref</i> (which will link entries in the
@@ -44,7 +44,7 @@ adjustment is necessary:
</pre>
</blockquote><p>
The extra command (<code>\</code><code>phantomsection</code>) gives <i>hyperref</i>
-something to &ldquo;hold on to&rdquo; when making the link.
+something to &#8220;hold on to&#8221; when making the link.
<p/>The common solution, therefore, is to use the <i>tocbibind</i>
package, which provides many facilities to control the way these
entries appear in the table of contents.