Unibo Thesis

Template LaTeX per tesi di laurea - Unibo e atenei italiani. Compatibile con Overleaf.

Category

university

License

Free to use (MIT)

File

UniboMain.tex

UniboMain.texRead-only preview
% Author Name: Antonio José Gregorio Rega 
% Author Contact: antonio.jose.rega@gmail.com
% Version: 2.2.13 - 2026/01/06
% Public Repository: https://github.com/antoniojoserega/unibo-thesis-latex-template
% Wiki/Getting Help: https://github.com/antoniojoserega/unibo-thesis-latex-template/wiki
% Based on: IPLeiria Thesis Template by José Areia
% Adapted for Alma Mater Studiorum - Università di Bologna

%%% Document Options %%%
\documentclass[
	language=italian,
	university=unibo, % unibo
	docstage=final,
	media=screen,
	bookprint=false,
	linkcolor=black,
	chapterstyle=classic,
	coverstyle=classic,
	aiacknowledgement=true,
	listprefix=false
]{UniboThesis}

%%% Document Version %%%
\DocumentVersion{1.0.0} % 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}
\loadglsentries[\symboltype]{Matter/06-Symbols}

\begin{document}
	
	%%% Front Matter %%%
	\include{Matter/00-Cover}
	
	%%% Copyright Statement (Opzionale per Unibo) %%%
	\include{Matter/01-Copyright}
	
	%%% Roman Numeration %%%
	\pagenumbering{roman}
	
	%%% Acknowledgements (Ringraziamenti) %%%
	\include{Matter/02-Acknowledgements}
	
	%%% Abstract (Sommario) %%%
	\include{Chapters/00-Abstract}
	
	%%% AI Acknowledgement (Dichiarazione uso AI) %%%
	\include{Matter/03-AI}
	
	%%% Table of Contents, List of Figures and List of Tables %%%
	\bookmarktocentry\tableofcontents
	\listoffigures
	\listoftables
	
	%%% Print: Glossary and Acronyms %%%
	\printglossary
	\printglossary[type=\acronymtype]
	\printglossary[type=symbols]
	
	%%% Arabic Numeration %%%
	\pagenumbering{arabic}
	
	%%% Chapters %%%
	\include{Chapters/01-Introduction}
	\include{Chapters/02-User-Guide}
	\include{Chapters/03-Latex-Tutorial}
	
	%%% Bibliography %%%
	\renewcommand{\refname}{Bibliografia}
	\printbibliography[title={\refname},heading=bibintoc]
	
	%%% Appendices: Work that *YOU* Developed %%%
	\appendix
	\input{Matter/07-Appendices}
	\input{Chapters/Appendices/00-AppendixA}
	% \input{Chapters/Appendices/01-AppendixB}
	
	%%% Annexes: Work that *YOU DID NOT* Develop %%%
	\input{Matter/08-Annexes}
	\input{Chapters/Annexes/00-AnnexA}
	
\end{document}
Preview
Unibo Thesis preview
Unibo Thesis LaTeX Template | Bibby | Bibby AI