20 lines
296 B
TeX
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}
|