diff options
Diffstat (limited to 'Master/texmf-doc/doc/english/FAQ-en/html/FAQ-minitoc.html')
-rw-r--r-- | Master/texmf-doc/doc/english/FAQ-en/html/FAQ-minitoc.html | 29 |
1 files changed, 15 insertions, 14 deletions
diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-minitoc.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-minitoc.html index 44a7c193aa7..751599a1d3a 100644 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-minitoc.html +++ b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-minitoc.html @@ -2,13 +2,13 @@ <title>UK TeX FAQ -- question label minitoc</title> </head><body> <h3>Table of contents, etc., per chapter</h3> -<p>The common style, of a "small" table of contents for each part, +<p>The common style, of a “small” table of contents for each part, chapter, or even section, is supported by the <i>minitoc</i> package. The package also supports mini-lists of tables and figures; but, as the documentation observes, mini-bibliographies are a -different problem - see +different problem — see <a href="FAQ-chapbib.html">bibliographies per chapter</a>. -<p>The package's basic scheme is to generate a little <code>.aux</code> file for +<p>The package’s basic scheme is to generate a little <code>.aux</code> file for each chapter, and to process that within the chapter. Simple usage would be: <blockquote> @@ -17,21 +17,22 @@ would be: ... \begin{document} ... -\tableofcontents -\dominitoc \listoffigures \dominilof ... +\dominitoc \tableofcontents +\dominilof \listoffigures +... \chapter{blah blah} -\minitoc \mtcskip \minilof ... +\minitoc \mtcskip \minilof +... </pre> -</blockquote> -though a lot of elaborations are possible (for example, you don't need +</blockquote><p> +though a lot of elaborations are possible (for example, you don’t need a <code>\</code><code>minitoc</code> for every chapter). -<p><i>Babel</i> doesn't know about <i>minitoc</i>, but +<p><i>Babel</i> doesn’t know about <i>minitoc</i>, but <i>minitoc</i> makes provision for other document languages than -English - a wide variety is available. However, current versions of -the <i>hyperref</i> package will treat <code>\</code><code>minitoc</code> tables in the -same way as "real" tables of contents. -<p>The documentation is pretty extensive and readable: process the file -<i>minitoc.tex</i> in the distribution +English — a wide variety is available. Fortunately, the current +version of the <i>hyperref</i> package does know about +<i>minitoc</i> and treats <code>\</code><code>minitoc</code> tables in the +same way as “real” tables of contents. <dl> <dt><tt><i>babel.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/required/babel.zip">macros/latex/required/babel</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/required/babel.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/required/babel/">browse</a>) <dt><tt><i>hyperref.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/hyperref.zip">macros/latex/contrib/hyperref</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/hyperref.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/hyperref/">browse</a>) |