\documentclass{styles/tthesis}
\newcommand{\dspic}{dsPIC$^{\text{\textregistered}}$ DSC}
\newcommand{\dcbus}{DC-BUS\texttrademark }
% change the reference to the desired frontpage
\renewcommand{\frontpagefile}{frontpages/frontpage-ai4st.inc}
\title{This is the title of my thesis}
\author{Name Surname}
\renewcommand{\regnumber}{AB512WX}
\graduation{Master Degree in Computer Engineering}
\academicyear{2021/2022}
\supervisor{
Prof. Name Surname \\
Co-supervisor: \\
Dr. Name Surname \\
}
%-------------------------------------------------------------------
\begin{document}
%-------------------------------------------------------------------
%-------------------------------------------------------------------
% Frontpage
%-------------------------------------------------------------------
% All "variable" data in the frontpage are set using the above commands.
\printfrontpage
%-------------------------------------------------------------------
% Abstract
%-------------------------------------------------------------------
\input{abstract.inc}
\chapter*{\mbox{}}
\begin{flushright}
\thispagestyle{empty}
\null\vspace*{\stretch{1}}
{\it Here you can write whatever you want
\vspace{10pt}
and here too.
}
\vspace{\stretch{2}}\null
\end{flushright}
%
\thispagestyle{empty}
\mbox{}
\newpage
%-------------------------------------------------------------------
% Acknowledgments
%-------------------------------------------------------------------
\input{acknowledgments.inc}
%-------------------------------------------------------------------
% Indexes
%-------------------------------------------------------------------
\tableofcontents
\listoffigures
\listoftables
\mainmatter
\input{chapter_acronyms.inc}
\input{chapter_intro.inc}
\input{chapter_sota.inc}
\input{chapter_tools.inc}
\input{chapter_implementation.inc}
\input{chapter_results.inc}
\input{chapter_conclusions.inc}
%\backmatter
%-------------------------------------------------------------------
% Bibliography
%-------------------------------------------------------------------
\label{Bibliography}
\bibliographystyle{plain}
\bibliography{biblio}
\end{document}

PDF Preview
Create an account to compile and preview