% ===================================================================== % this file contains calls the commands which auto generate tables of % figures, contents, tables, etc. % table of contents \cleardoublepage \addcontentsline{toc}{section}{Inhaltsverzeichnis} \tableofcontents \newpage % figures \cleardoublepage \addcontentsline{toc}{section}{\listfigurename} \listoffigures \newpage % tables \cleardoublepage \addcontentsline{toc}{section}{\listtablename} \listoftables \newpage % code listings % define custom german title for code lisitng \def\listlistingname{Quelltextverzeichnis} % add list of contents entry for code listing \renewcommand\listoflistingscaption{\listlistingname} \addcontentsline{toc}{section}{\listlistingname} % print used listings \listoflistings \newpage % nomenclature \printnomenclature \newpage \renewcommand{\glossaryname}{Glossar} \printglossaries \newpage %acronyms % will be sorted automatically by alpabetic order \cleardoublepage \def\listacronymname{Abkürzungsverzeichnis} \addcontentsline{toc}{section}{\listacronymname} \printacronyms \newpage