% Author Name: José António Portela Areia
% Author Contact: jose.apareia@gmail.com
% Version: 2.2.2 - 2025/01/27
% Public Repository: https://github.com/joseareia/ipleiria-thesis
% Wiki/Getting Help: https://github.com/joseareia/ipleiria-thesis/wiki
%%% Document Options %%%
\documentclass[
school=estg,
language=english,
chapterstyle=classic,
coverstyle=classic,
docstage=final,
media=paper
]{IPLeiriaThesis} % Refer to the Wiki for a list of available options.
%%% Document Version %%%
\DocumentVersion{1.0.0} % This is required only if the 'docstage' is set to 'working'.
%%% Document Metadata %%%
\input{Metadata/Metadata}
%%% Loading of Glossary and Acronyms %%%
\makeglossaries
\loadglsentries{Matter/04-Glossary}
\loadglsentries[\acronymtype]{Matter/05-Acronyms}
\begin{document}
%%% Front Matter %%%
\include{Matter/00-Cover}
\include{Matter/01-Front-Page}
%%% Copyright Statement %%%
\include{Matter/02-Copyright}
%%% Roman Numeration %%%
\pagenumbering{roman}
%%% Acknowledgements %%%
\include{Matter/03-Acknowledgements}
%%% Abstract %%%
\include{Chapters/00-Abstract}
%%% Table of Contents, List of Figures and List of Tables %%%
\bookmarktocentry\tableofcontents
\listoffigures
\listoftables
%%% Print: Glossary and Acronyms %%%
\glossarytoc\printnormalglossary
\acronymtoc\printacronymglossary
%%% Arabic Numeration %%%
\pagenumbering{arabic}
%%% Chapters (**Insert Yours Here**) %%%
\include{Chapters/01-Introduction}
\include{Chapters/02-User-Guide}
\include{Chapters/03-Latex-Tutorial}
%%% Bibliography %%%
\printbibliography[title={\refname},heading=bibintoc]
%%% Appendices: Work that *YOU* Developed %%%
\appendix
\input{Matter/06-Appendices}
\input{Chapters/Appendices/00-AppendixA}
\input{Chapters/Appendices/01-AppendixB}
%%% Annexes: Work that *YOU DID NOT* Develop %%%
\input{Matter/07-Annexes}
\input{Chapters/Annexes/00-AnnexA}
%%% Back Page %%%
\input{Matter/08-Back-Page}
\end{document}