% This template is inspired from existing projects.
% Many thanks to the hard working of them!
% Feel free to contact me if any problem: yb87459@um.edu.mo
\input{setup/preamble.tex} % package inclusion and set up of the document
\input{setup/macros.tex} % my new macros
\begin{document}
\frontmatter
\pagestyle{plain}
\input{sections/cover.tex}
\cleardoublepage
\input{sections/title.tex}
\cleardoublepage
\input{sections/colophon.tex}
\cleardoublepage
\setcounter{page}{1}
\input{sections/acknowledgement.tex}
\clearpage
\input{sections/abstract.tex}
\clearpage
\input{sections/declaration.tex}
\clearpage
\input{sections/table_of_contents}
\clearpage
\input{sections/list_of_tables_and_figures}
\clearpage
\mainmatter
\input{sections/main_text}
\clearpage
\renewcommand{\bibsection}{\chapter*{\bibname}}
\phantomsection
\addcontentsline{toc}{chapter}{References}
\bibliography{bib/mybib}
\end{document}