%Template for Buface Master Thesis with ULB autorisation form.
%Made by Oscar Van Slijpe, 2023
%Using the BrufaceTitlepageStyle from Stijn Bettens and Adam Cooman, 2014
\documentclass[a4paper,12pt]{report}
\usepackage{preamble}
\author{First name, last name}
\title{Title}
% Promotor, co-promotor, advisors,
\promotor{Dr. Pr. First name Last Name}
\advisors{Dr. Pr. First name Last Name}
\reason{Section name \\ Engineering}
\AcademicYear{20xx-20xx}
\begin{document}
\frontmatter
% Title page
\maketitlepage
\include{0a autorisation}
\include{0b abstract}
\include{0c acronyms}
\setcounter{tocdepth}{2}
\tableofcontents
\newpage
%reset the page counter and use numerical index
\mainmatter
\include{0d intro}
\include{1 chapter 1}
\include{2 chapter 2}
\include{conclusion}
%reset the page counter and use alphabet index
\backmatter
\addcontentsline{toc}{chapter}{Bibliography}
\printbibliography
\include{appendix}
\end{document}