Files
2008-latex/glossary-index/glossary-index.tex
2025-03-09 16:02:52 +01:00

20 lines
296 B
TeX

\documentclass{report}
\usepackage{makeidx,nomencl}
\makeindex
\makenomenclature
\begin{document}
\tableofcontents
Hei\index{hei}. \nomenclature{hei}{tullball}
\printindex
\addcontentsline{toc}{section}{Index}
\printnomenclature
\addcontentsline{toc}{section}{Nomenclature}
\end{document}