BachelorThesis/thesis.tex

66 lines
1.7 KiB
TeX

\documentclass[11pt,oneside]{book}
\input{./preamble.tex}
\input{./variables.tex}
\input{./commands.tex}
\input{./acronyms.tex}
% Counter for RQ
\newcounter{rqcounter}
\newcommand*{\rqlabel}[1]{\refstepcounter{rqcounter}\paragraph{Research Question \therqcounter~ (RQ\therqcounter)\label{#1}.}}
\newcommand*{\rqref}[1]{RQ\ref{#1}}
\begin{document}
\input{./title.tex}
\thispagestyle{empty}
\newpage
\pagenumbering{roman}
\input{./chapters/00-abstract.tex}
\clearpage
\setcounter{tocdepth}{2}
\tableofcontents
\clearpage
\addcontentsline{toc}{chapter}{List of Abbreviations}
\printacronyms[name=Abbreviations]
\pagenumbering{arabic}
\input{./chapters/10-introduction.tex}
\input{./chapters/20-background.tex}
\input{./chapters/30-specRetbleed.tex}
\input{./chapters/32-overview.tex}
\input{./chapters/33-implementation.tex}
\input{./chapters/34-specRetBti.tex}
\input{./chapters/35-specCpBti.tex}
\input{./chapters/37-evaluation.tex}
\input{./chapters/38-discussion.tex}
\input{./chapters/40-mitigation.tex}
\input{./chapters/70-relatedWork.tex}
\input{./chapters/80-conclusion.tex}
\input{./chapters/89-acknowledgements.tex}
\clearpage
\addcontentsline{toc}{chapter}{List of Figures}
\listoffigures
\addcontentsline{toc}{chapter}{List of Tables}
\listoftables
\addcontentsline{toc}{chapter}{List of Listings}
\lstlistoflistings
\addcontentsline{toc}{chapter}{References}
\printbibliography
\clearpage
\appendix
\pagenumbering{Roman}
\input{./chapters/90-appendix.tex}
\clearpage
\input{./chapters/99-declarationOriginality.tex}
\end{document}