% This template has been modified for EU4M students doing their thesis at SUPMICROTECH-ENSMM.
% Original template created by Natanael Magno Gomes and The Polytechnic Institute of Bragança (IPB).
% Adapted to Hanze's expectations by Dr. Felipe Nascimento Martins and subsequently by Ewout Bergsma.
% Last update: 2024
% For questions, please contact the original template creator: ewoutbergsma [at] hotmail.com
\documentclass[12pt,a4paper,twoside]{ipb}
\errorcontextlines=3
\usepackage{csquotes}
\usepackage{amssymb}
\usepackage[portuguese,USenglish]{babel}
\graphicspath{{../images/}}
\usepackage{listings}
\usepackage{xcolor}
\usepackage{realboxes}
\usepackage{url}
\usepackage[colorlinks=true, urlcolor=black, linkcolor=black, citecolor=black, bookmarks=true, pdfstartview=FitH]{hyperref}
\usepackage{comment}
\usepackage[style=ieee,backend=biber]{biblatex}
\addbibresource{references.bib}
\usepackage{lipsum}
\usepackage{tabulary}
%\usepackage{titlesec}
\usepackage{graphicx}
\usepackage{caption}
\usepackage{subfig}
%\usepackage{subcaption}
\usepackage{float} % Positioning of the figures
\usepackage[binary-units=true]{siunitx}
\usepackage[section]{placeins}
\usepackage{indentfirst} % Indents all paragraphs
\usepackage{mathtools} % Allows adding multi line equations
\usepackage{multirow}
\usepackage{amsmath} %equations allignement
\emergencystretch=1em % Fix overfull
\newcolumntype{P}[1]{>{\centering\arraybackslash}p{#1}} % Centre col with width
\usepackage{enumitem}
\setlist{nosep} % By default the separation is large
\renewcommand{\glsgroupskip}{}
\usepackage{fancyref} % This allows to use \fref{} command. This is very useful, it allows to easily refer to any \label{}. % See documentation: https://mirror.las.iastate.edu/tex-archive/macros/latex/contrib/fancyref/fancyref.pdf.
\author{Last Name, First Name} % Student name
%Other cover page information can be eddited in ipb.cls
\begin{document}
\beforepreface % Places the cover page
\clearpage
% Navigate to: chapters/abstract.tex
\input{chapters/abstract}
\clearpage
% Navigate to: chapters/declaration.tex
\input{chapters/declaration}
\clearpage
% Navigate to: chapters/acknowledgements.tex
\input{chapters/acknowledgements}
\clearpage % Makes sure contents start on correct page
\afterpreface % Places contents, list of tables and list of figures
\bodystart % This sets stylistic parameters for the following content
% Here starts the actual content of your thesis
\input{chapters/Introduction}
\input{chapters/LitReview}
\input{chapters/Modelling}
\input{chapters/Control}
\input{chapters/Results}
\input{chapters/Conclusion}
%Additional Chapters
%\input{chapters/additional_chapters}
%BibV2
\clearpage
\pagestyle{empty} % Suppress page numbers
\addcontentsline{toc}{chapter}{References}
\printbibliography[title={References}]
%\pagestyle{plain} % Restore page numbers
%Appendices goes here
%\input{chapters/appendix} % Note, appendix must be last
\end{document}