% Do not change the options here
\documentclass[bsc,frontabs,singlespacing,parskip,deptreport]{infthesis}
\include{packages/packages}
\begin{document}
\begin{preliminary}
\include{front/front}
\tableofcontents
\end{preliminary}
\include{background/background}
\include{chapter1/chapter1}
\include{chapter2/chapter2}
\printbibliography
%% You can include appendices like this:
% \appendix
%
% \chapter{First appendix}
%
% \section{First section}
%
% Markers do not have to consider appendices. Make sure that your contributions
% are made clear in the main body of the dissertation (within the page limit).
\end{document}