47.7 LaTeX Indexing

20201017

Index entries can be added to the LaTeX source document with \index{}.

To obtain a see:

}                apache2, see apache

                            nfs, 25-32
...

To have the index included in the resulting file be sure to include the following toward the end of the document:

\clearemptydoublepage
\lfoot{}\rfoot{}
\addcontentsline{toc}{chapter}{Index}
\printindex             

When processing the file the sequence of commands will include makeindex amongst the pdflatex commands, to then view the resulting pdf file with evince:

$ pdflatex mydoc.tex
$ makeindex mydoc
$ pdflatex mydoc.tex
$ pdflatex mydoc.tex
$ evince mydoc.pdf


Your donation will support ongoing availability and give you access to the PDF version of this book. Desktop Survival Guides include Data Science, GNU/Linux, and MLHub. Books available on Amazon include Data Mining with Rattle and Essentials of Data Science. Popular open source software includes rattle, wajig, and mlhub. Hosted by Togaware, a pioneer of free and open source software since 1984. Copyright © 1995-2022 Graham.Williams@togaware.com Creative Commons Attribution-ShareAlike 4.0