makeindex

Makes an index for a Latex file.

Latex keywords:
In the preamble of the Latex file:

\usepackage{makeidx}
\makeindex
In the text:
\index{Indexed-word}
Then, where you want to see it printed:
\printindex
To actually see it, you need to run Latex, then makeindex. This can be done through Texmaker.



2014-11-06