diff options
author | Karl Berry <karl@freefriends.org> | 2007-12-28 19:57:02 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2007-12-28 19:57:02 +0000 |
commit | c7cfef6687f65c2538898ddd7c6bc9c9ba50e58d (patch) | |
tree | 8f4de70d1a11463779871162ba84c1dbc874155b /Master/texmf-doc/doc/english/FAQ-en/html/FAQ-multind.html | |
parent | 8948a31a6e2ac27883f7adac1b339003961ba43f (diff) |
uk-tex-faq 3.17 (7nov07)
git-svn-id: svn://tug.org/texlive/trunk@5977 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-doc/doc/english/FAQ-en/html/FAQ-multind.html')
-rw-r--r-- | Master/texmf-doc/doc/english/FAQ-en/html/FAQ-multind.html | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-multind.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-multind.html index 5bd54ce8209..8dad6c9943a 100644 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-multind.html +++ b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-multind.html @@ -2,11 +2,11 @@ <title>UK TeX FAQ -- question label multind</title> </head><body> <h3>Multiple indexes</h3> -<p>LaTeX’s standard indexing capabilities (those provided by the +<p/>LaTeX’s standard indexing capabilities (those provided by the <i>makeidx</i> package) only provide for one index in your document; even quite modest documents can be improved by indexes for separate topics. -<p>The <i>multind</i> package provides simple and straightforward +<p/>The <i>multind</i> package provides simple and straightforward multiple indexing. You tag each <code>\</code><code>makeindex</code>, <code>\</code><code>index</code> and <code>\</code><code>printindex</code> command with a file name, and indexing commands are written to (or read from) the name with the appropriate (<code>.idx</code> or @@ -15,7 +15,7 @@ from the LaTeX standard so that it doesn’t create its own chapter or section heading; you therefore decide what names (or sectioning level, even) to use for the indexes, and <a href="FAQ-fixnam.html"><code>\</code><code>indexname</code></a> is completely ignored. -<p>To create a “general” and an “authors” index, one might write: +<p/>To create a “general” and an “authors” index, one might write: <blockquote> <pre> \usepackage{multind} @@ -43,7 +43,7 @@ to process are not necessarily related to the name of the LaTeX file you’re processing, at all. (There’s no documentation that comes with the package: what you see above is as good as you will get...) -<p>The <i>index</i> package provides a comprehensive set of indexing +<p/>The <i>index</i> package provides a comprehensive set of indexing facilities, including a <code>\</code><code>newindex</code> command that allows the definition of new styles of index. <code>\</code><code>newindex</code> takes a ‘tag’ (for use in indexing commands), replacements for the <code>.idx</code> and @@ -51,7 +51,7 @@ use in indexing commands), replacements for the <code>.idx</code> and finally printed; it can also change the item that’s being indexed against (for example, one might have an index of artists referenced by the figure number where their work is shown). -<p>Using <i>index</i>, to create an author index together with a +<p/>Using <i>index</i>, to create an author index together with a “normal” index, one would start with preamble commands: <blockquote> <pre> @@ -93,7 +93,7 @@ and rerun LaTeX. The <i>makeindex</i> commands process <i>myfile.idx</i> to <i>myfile.ind</i> (the default action), and then <i>myfile.adx</i> to <i>myfile.and</i>, the two files needed as input by the two <code>\</code><code>printindex</code> commands in <i>myfile.tex</i>. -<p>The <i>splitidx</i> package can operate in the same way as the +<p/>The <i>splitidx</i> package can operate in the same way as the others: load the package with the <code>split</code> option, and declare each index with a <code>\</code><code>newindex</code> command: <blockquote> @@ -110,9 +110,9 @@ operating systems); if you use this auxiliary program (and don’t use from this trick, <i>splitidx</i> supports the same sorts of things as does <i>index</i>. An example of use appears in the documentation. -<p>The <i>memoir</i> class has its own multiple-index functionality (as -well as index layout options, which other packages delegate to the -index style used by <i>makeindex</i>. +<p/>The <i>memoir</i> class has its own multiple-index functionality (as +well as its own index layout options, which other packages delegate to +the index style used by <i>makeindex</i>). <dl> <dt><tt><i>index.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/index.zip">macros/latex/contrib/index</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/index.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/index/">browse</a>) <dt><tt><i>makeidx.sty</i></tt><dd>Part of the LaTeX distribution @@ -121,6 +121,6 @@ index style used by <i>makeindex</i>. <dt><tt><i>splitidx.sty and splitindex</i></tt><dd> <a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/splitindex.zip">macros/latex/contrib/splitindex</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/splitindex.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/splitindex/">browse</a>) </dl> -<p> -<p><p><p><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=multind">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=multind</a> +<p/> +<p/><p/><p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=multind">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=multind</a> </body> |