I use the nomenclature package to create a page with all abbreviations. Now I noticed, that though the page with the abbreviations is there as it should be, all abbreviations I have marked inside the document are gone. They are still in the latex document, but they don't appear in the .pdf.
I have included the package like this:
Code: Select all
\usepackage{nomencl}
\let\abk\nomenclature
\renewcommand{\nomname}{Abbriviations}
\setlength{\nomlabelwidth}{.20\hsize}
\renewcommand{\nomlabel}[1]{#1 \dotfill}
\setlength{\nomitemsep}{-\parsep}
\makenomenclature
...
\printnomenclature
And added the index with
Code: Select all
makeindex Diplomarbeit.nlo -s nomencl.ist -o Diplomarbeit.nls