Template_Document/Preface.tex
2020-11-01 00:05:47 +01:00

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]