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 | 41 |
1 files changed, 41 insertions, 0 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 new file mode 100644 index 00000000000..44a7c193aa7 --- /dev/null +++ b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-minitoc.html @@ -0,0 +1,41 @@ +<head> +<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, +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 +<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 +each chapter, and to process that within the chapter. Simple usage +would be: +<blockquote> +<pre> +\usepackage{minitoc} +... +\begin{document} +... +\tableofcontents +\dominitoc \listoffigures \dominilof ... +\chapter{blah blah} +\minitoc \mtcskip \minilof ... +</pre> +</blockquote> +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 +<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 +<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>) +<dt><tt><i>minitoc.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/minitoc.zip">macros/latex/contrib/minitoc</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/minitoc.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/minitoc/">browse</a>) +</dl> +<p><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=minitoc">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=minitoc</a> +</body> |