18 lines
319 B
TeX
18 lines
319 B
TeX
%all content that contains information about the main content (e.g. abbreviations)
|
|
|
|
\pagenumbering{roman}
|
|
|
|
%table of contents
|
|
\tableofcontents
|
|
\clearpage
|
|
|
|
%list of figures
|
|
\listoffigures
|
|
\clearpage
|
|
|
|
%list of tables
|
|
\listoftables
|
|
\clearpage
|
|
|
|
%abbreviations
|
|
\printglossary[type=\acronymtype, title=Abkürzungsverzeichnis] |