% latex definitions, settings, parameters 
\input thesispreamble

% to generate only a subset of the chapters mentioned below
% .aux files are needed for cross-chapter references!
%\includeonly{Introduction,Background}

\begin{document}

% preface 
\pagestyle{empty}
\include{Dankwoord}
\newpage
\include{ZjefKobe}

\frontmatter
\pagestyle{fancyplain}

\tableofcontents
\listoffigures
\listoftables
\lstlistoflistings

% body of the text
\mainmatter

% chapters 
\selectlanguage{english}
\include{Introduction}
\include{Background}
\include{Chapter3}
\include{Chapter4}
% ...
\include{RelatedWork}
\include{Conclusions}

% bibliography
\bibliographystyle{alpha}
\bibliography{biblio}

% list of publications & curriculum vitae
\newpage
\pagestyle{empty}
\include{ListOfPublications}
\newpage
\pagestyle{empty}
\include{CV}

\end{document}

