diff options
author | Karl Berry <karl@freefriends.org> | 2010-04-07 22:47:28 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-04-07 22:47:28 +0000 |
commit | 3f1971c9b7717818766692c9aa497e20e7472f2c (patch) | |
tree | 678de0190b6643b1b21fd9441fa1387bce180726 /Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-tocbibind.html | |
parent | c7c3b090320a234149dbe23315e2a15a2773ac79 (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.html | 8 |
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’t numbered (which most people don’t mind), -and (more importantly) they don’t appear in the table of contents. +result, these items aren’t numbered (which most people don’t mind), +and (more importantly) they don’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 — in that case, it’s a synonym for +document is single-sided — in that case, it’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 “hold on to” when making the link. +something to “hold on to” 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. |