Glossary
Published on 30 Nov 2007Tags #LaTeX
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
Feedback is always welcome! If you'd like to get in touch with me concerning the contents of this article, please use Twitter.