MASS_Thesis_Template_Tor_Vergata
Author
Brandon Rajkumar
Last Updated
3ヶ月前
License
Creative Commons CC BY 4.0
Abstract
Thesis template provided my MASS project office including title page require by the University of Rome (Tor Vergata)
\documentclass[12pt]{article}
% Language setting
% Replace `english' with e.g. `spanish' to change the document language
\usepackage[english]{babel}
\usepackage{csquotes}
% Set page size and margins
% Replace `letterpaper' with `a4paper' for UK/EU standard size
\usepackage[letterpaper,top=2cm,bottom=2cm,left=3cm,right=3cm,marginparwidth=1.75cm]{geometry}
% Useful packages
\usepackage{lipsum}
\usepackage{natbib}
\usepackage{amsmath,scalerel}
\usepackage{amsmath}
\usepackage{multicol}
\usepackage{multirow}
\usepackage{graphicx}
\usepackage{adjustbox}
\usepackage{float}
\usepackage[arrowdel]{physics}
%\usepackage{subfig}
%\usepackage{subfigure}
\usepackage{subcaption}
\usepackage{textcomp, gensymb}
\usepackage[official]{eurosym}
\usepackage[colorlinks=true, allcolors=blue]{hyperref}
%\usepackage[style=windycity, ,autocite=inline]{biblatex}
%\addbibresource{references.bib}
\DeclareMathSizes{12}{12}{12}{12}
\usepackage{environ}
\usepackage[position=top]{subcaption}
\newcommand{\upperRomannumeral}[1]{\uppercase\expandafter{\romannumeral#1}}
\newcommand{\lowerromannumeral}[1]{\romannumeral#1\relax}
\author{Brandon Rajkumar}
\begin{document}
\pagenumbering{roman}
\begin{titlepage}
\centering
\large{UNIVERSITÀ DEGLI STUDI DI ROMA TOR VERGATA}\par
\large{MACROAREA/FACOLTÀ DI (Macroarea o Facoltà di appartenenza)}\par
\vspace{1cm} % Adjust the vertical space as needed
\includegraphics[width=0.8\textwidth]{images/TorVergata1.png}
\vspace{1cm} % Adjust the vertical space as needed
\large{CORSO DI STUDIO IN}\par
\large{(Corso di studio di appartenenza)}\par
\vspace{1cm} % Adjust the vertical space as needed
\large{TESI DI LAUREA IN}\par
\large{(Materia di laurea)}\par
\vspace{1cm} % Adjust the vertical space as needed
\large{TITOLO}\par
\large{(Titolo della Tesi)}\par
\vspace{2cm} % Adjust the vertical space as needed
\begin{table}[!ht]
{
\centering
\begin{tabular}{p{3in}p{2.5in}}
\textbf{Relatore (o Relatrice):} & \textbf{Laureando (o Laureanda)}: \\
Chiar.mo Prof. (o Chiar.ma Prof.ssa) & matricola: numero di matricola \\
Nome e Cognome & Nome e Cognome \\
~ & ~ \\
\textbf{Correlatore (o Correlatrice)}: & ~ \\
\textbf{[Relatore (o Relatrice)]:} & ~ \\
Chiar.mo Prof. (o Chiar.ma Prof.ssa) & ~ \\
Nome e Cognome & ~ \\
\end{tabular}}
\end{table}
\vspace{2cm} % Adjust the vertical space as needed
\normalsize{Anno Accademico 20XX/20XY}
\end{titlepage}
\begin{titlepage}
\centering
\includegraphics[width=0.8\textwidth]{images/Picture1.png}
\vspace{1cm} % Adjust the vertical space as needed
\large\textbf{Erasmus Mundus Master}\par
\large\textbf{in Astrophysics and Space Science}\par
\vspace{1cm} % Adjust the vertical space as needed
\large\textbf{Master Thesis}\par
\vspace{2cm} % Adjust the vertical space as needed
\Large\textbf{This is the title of a superb thesis on astrophysics and space science}\par
% \Large\textbf{Subtitle}\par %subtitle if need
\vspace{2cm} % Adjust the vertical space as needed
\begin{table}[!ht]
{
\centering
\begin{tabular}{p{3in}p{2.5in}}
Supervisors & Author \\
~ & ~ \\
Prof. Albert Einstein & Cecilia Payne-Gaposchkin \\
Physics Dept., University of … & ~ \\
~ & ~ \\
Prof. Vera Florence Cooper Rubin & ~ \\
Astronomy Dept., University of … & ~ \\
\end{tabular}}
\end{table}
\vspace{2cm} % Adjust the vertical space as needed
\normalsize{Academic Year 202X/202X}
\vspace{1cm} % Adjust the vertical space as needed
\includegraphics[width=\textwidth]{images/Picture3.png}
\end{titlepage}
\newpage
\vspace*{\fill}
This Master thesis is submitted in partial fulfillment of the requirements
for the degree $<$name of degree (please insert the title adopted by the
university from which the candidate graduates)$>$ as part of a multiple
degree awarded in the framework of the Erasmus Mundus Joint Master
in Astrophysics and Space Science $--$ MASS jointly delivered by a Consortium of four Universities: Tor Vergata University of Rome, University
of Belgrade, University of Bremen, and Université Cote d'Azur,
regulated by the MASS Consortium Agreement and funded by the EU
under the call ERASMUS-EDU-2021-PEX-EMJM-MOB.
\vspace*{\fill}
\newpage
\include{chapters/0_contents}
\newpage
\pagenumbering{arabic}
\include{chapters/01_Abstract}
\include{chapters/1_Introduction}
\include{chapters/2_Title_Chapter_1}
\include{chapters/3_Title_Chapter_2}
\include{chapters/4_Title_Chapter_3}
\include{chapters/5_Title_Chapter_4}
\include{chapters/6_Title_Chapter_5}
\include{chapters/7_Conclusion}
\include{chapters/8_Bibliography}
\include{chapters/9_Appendix_A}
\include{chapters/10_Acknowledgements}
\end{document}