% Created by Aby Louw
\documentclass[12pt]{report}
\input{Config/packages}
\input{Config/options}
\begin{document}
\onehalfspacing % for linespacing 1.5, you can turn it off with \singlespacing, e.g. for quotes or tables with multiline cells
\include{01-Intro/01-Title}
\pagenumbering{roman} \setcounter{page}{1}
\include{01-Intro/02-Declaration}
% Acknowledgement is optional, comment out if you don't need it
\include{01-Intro/03-Acknowledgement}
\include{01-Intro/04-Abstract}
\include{01-Intro/05-TOC}
\include{01-Intro/06-Abbreviations}
\justifying
\pagenumbering{arabic}
\setcounter{page}{1}
\include{02-Content/Chapter-01}
\include{02-Content/Chapter-02}
\appendix
\appendixpage
\addappheadtotoc
\input{03-End/appendix}
% Bibliography
\input{03-End/bibliography}
\end{document}