\documentclass[12pt,a4paper,oneside,parskip=half]{scrreprt}
% Load packages
\input{pages/util/header.tex}
% Load the configuration
\input{config.tex}
% Language
\ifthenelse{\boolean{german}}{
\usepackage[ngerman]{babel}
}
% Glossary
\makeglossaries
\input{pages/util/glossary.tex}
\input{pages/util/acronyms.tex}
\glsaddall
% Roman Numbers
\pagenumbering{roman}
% ----------
% -Document-
% ----------
\begin{document}
% Cover Page
\input{pages/util/cover.tex}
\newpage
% Declaration
\input{pages/util/declaration.tex}
\newpage
% Confidentiality
\input{pages/util/confidentiality.tex}
% Abstracts
\input{pages/abstract.tex}
% TOC
\tableofcontents
\newpage
% List of Figures
\addcontentsline{toc}{chapter}{\listfigurename}
\listoffigures
\newpage
% List of tables
\addcontentsline{toc}{chapter}{\listtablename}
\listoftables
\newpage
% Acronyms
\ifthenelse{\boolean{german}}{
\printglossary[type=\acronymtype, title=Akronyme]
}{
\printglossary[type=\acronymtype]
}
% =============================
% == Place your content here ==
% Example of how .tex files can be inserted (Can be removed)
\input{pages/chapter/example.tex}
% =============================
% References
\printbibliography
\newpage
% Glossary
\printglossary
\glsaddallunused % Print all Glossary entries
\end{document}
PDF Preview
Create an account to compile and preview