da das nomencl bei mir nicht geht obwohl ich mit MakeIndex übersetze hab ich mir jetzt einfach das Abkürzungsverzeichnis von Hand erstellt, so siehts aus:
\chapter{Abkürzungsverzeichnis} \renewcommand{\arraystretch}{1.5} \begin{tabular}[ht]{ll} A & Apfel \\ B & Birne \\ \end{tabular} \renewcommand{\arraystretch}{1}
und dann eingefügt mit:
[...] \listoffigures % Abbildungsverzeichnis \listoftables % Tabellenverzeichnis \include{Inhalt/ABK} %Abkürzungsverzeichnis \renewcommand{\lstlistlistingname}{Verzeichnis der Listings} \lstlistoflistings % Listings-Verzeichnis [...]