Glossary

This note will introduce commands to create a glossary.

Document layout:

% ...
\usepackage[german]{nomencl}
\makeglossary
% ...
\begin{document}
% ...
\printglossary
% ...
\end{document}

Creating entries:

\nomenclature{key}{description}

>Makeindex command line:

makeindex -o <file>.gls -t <file>.glg -s nomencl.ist <file>.glo

See Compiling LaTeX Documents

Feedback is always welcome! If you'd like to get in touch with me concerning the contents of this article, please use Twitter.