% This is the Main Document
% ---------------------------------------------------------------------------------------
% General Settings / Präambel
\input{settings}
\input{commands}
% ---------------------------------------------------------------------------------------
% Start of the Document
\begin{document}
%
% ---------------------------------------------------------------------------------------
% Include Title Page
\pagestyle{empty}
\tagged{english}{\tagged{thesis}{\include{Sections/_General/titlepage_thesis_eng}}}
\tagged{german}{\tagged{thesis}{\include{Sections/_General/titlepage_thesis_ger}}}
\tagged{english}{\tagged{researchProject}{\include{Sections/_General/titlepage_researchProject_eng}}}
\tagged{german}{\tagged{researchProject}{\include{Sections/_General/titlepage_researchProject_ger}}}
\tagged{english}{\tagged{phd}{\include{Sections/_General/titlepage_diss_eng}}}
\tagged{german}{\tagged{phd}{\include{Sections/_General/titlepage_diss_ger}}}
\tagged{english}{\tagged{report}{\include{Sections/_General/titlepage_report_eng}}}
\tagged{german}{\tagged{report}{\include{Sections/_General/titlepage_report_ger}}}
\newpage
% ---------------------------------------------------------------------------------------
% Include Original Task Sheet
\pagenumbering{Roman}
\tagged{thesis}{\include{Sections/_General/task_sheet}}
\newpage
% ---------------------------------------------------------------------------------------
% Include Declaration of Independence
\thispagestyle{empty}
\tagged{english}{\tagged{thesis}{\include{Sections/_General/doi_thesis_eng}}}
\tagged{german}{\tagged{thesis}{\include{Sections/_General/doi_thesis_ger}}}
\tagged{english}{\tagged{researchProject}{\include{Sections/_General/doi_researchProject_eng}}}
\tagged{german}{\tagged{researchProject}{\include{Sections/_General/doi_researchProject_ger}}}
\tagged{english}{\tagged{phd}{\include{Sections/_General/doi_diss_eng}}}
\tagged{german}{\tagged{phd}{\include{Sections/_General/doi_diss_ger}}}
\newpage
% ---------------------------------------------------------------------------------------
% Abstract
\pagestyle{scrheadings}
\thispagestyle{firstPage}
\include{Sections/Abstract/abstract}
\thispagestyle{firstPage}
\include{Sections/Abstract/kurzzusammenfassung}
% ---------------------------------------------------------------------------------------
% Table of Contents, Lists of Figures and Tables
\newpage
\thispagestyle{firstPage}
\tableofcontents
\newpage
\thispagestyle{firstPage}
\listoffigures
\newpage
\thispagestyle{firstPage}
\listoftables
\newpage
\thispagestyle{firstPage}
\parskip=0pt
\include{Sections/nomenclature}
\newpage
\thispagestyle{firstPage}
\include{Sections/acronyms}
\parskip=0.5\baselineskip
\newpage
% ---------------------------------------------------------------------------------------
% Content
\pagenumbering{arabic}
\setcounter{page}{1}
\include{Sections/Chapter_1/Chapter_1}
\include{Sections/Chapter_2/Chapter_2}
\include{Sections/Chapter_3/Chapter_3}
% ---------------------------------------------------------------------------------------
% Bibliography
\thispagestyle{firstPage}
\bibliographystyle{ieeetr}
\bibliography{literature}
\newpage
% ---------------------------------------------------------------------------------------
% Appendix
\thispagestyle{firstPage}
\pagenumbering{roman} % small roman page numbers
\appendix
\tagged{english}{\addcontentsline{toc}{section}{Appendix}}
\tagged{german}{\addcontentsline{toc}{section}{Anhang}}
\input{Sections/Appendix/Appendix_A}
\newpage
\thispagestyle{firstPage}
\include{Sections/Appendix/Appendix_B}
% ---------------------------------------------------------------------------------------
% End of the Document
\end{document}
% ---------------------------------------------------------------------------------------