%corresponding author: Andam Ali MUSTAFA, andam.mustafa@gmail.com
%===================================
% The Compiler should be on XeLaTex.
\documentclass[twoside,english,12pt]{Roma Tre University}
%----------------------------------------------------------------------------------------
% We put all necessary packages and newcommand ...etc in Preamble.sty. Moreover, you can more packages and newcommands ...etc in Preamble.sty.
\usepackage{Preamble}
% THESIS INFORMATION
% All the information below that we used on the title page and in necessary places
\ThesisTitle{Il titolo} % Your thesis title, print it elsewhere with with \TTitle
\Candidate{Il tuo nome} % Your name, print it elsewhere with \Candname
\FirstSupervisor{Il nome del tuo supervisore} % Your First supervisor's name, print it elsewhere with \FstSupName
% In case you have Second supervisor.
\SecondSupervisor{Nome del secondo supervisore} % Your Second supervisor's name, print it elsewhere with \SndSupName
\Coordinator{Il coordinatore} % The Coordinatore, print it elsewhere with \Coord
\AcademicYear{l'anno accademico} % The academic year, print it elsewhere with \AY
\Specialist{Il tuo specialista} % The specialist, print it elsewhere with \Spec
\Department{Il tuo dipartimento} % The department, print it elsewhere with \Dep
\Cycle{Il tuo ciclo} % Your cycle, print it elsewhere with \Cyc
\begin{document}
\frontmatter %Frontmatter
\pagestyle{plain}
% TITLE PAGE
\input{Frontmatter/Cover/Cover}
%----------------------------------------------------------------------------------------
\input{Frontmatter/Dedication/Dedication}
\input{Frontmatter/Acknowledgments/Acknowledgments}
\input{Frontmatter/Summary/Summary}
\begin{center}
\newpage\tableofcontents\newpage
\listoffigures\newpage
\listoftables\newpage
\end{center}
\input{Frontmatter/Abbreviations/Abbreviations}
\mainmatter %Mainmatter
\setupname % In order to show the chapter: in the table of contents before starting the contents of each chapter.
\input{Mainmatter/Chapters/Chapter1}
\input{Mainmatter/Chapters/Chapter2}
\input{Mainmatter/Chapters/Chapter3}
\input{Mainmatter/Chapters/Chapter4}
\input{Mainmatter/Chapters/Chapter5}
\backmatter %Backmatter
%BIBLIOGRAPHY
\newpage\pagestyle{plain}
\setcounter{page}{1}\renewcommand*{\thepage}{R\arabic{page}}
\renewcommand{\bibname}{References}
\bibliography{Backmatter/References}
% APPENDICES
\newpage\setcounter{page}{1}
\renewcommand*{\thepage}{A\arabic{page}}
\input{Backmatter/Appendices/AppendixA}
\end{document}