Title Page for UniPV Theses
Author
Marco Casarotti
Last Updated
před 5 lety
License
LaTeX Project Public License 1.3c
Abstract
Template for the first page of the graduation thesis for UniPV.
Template for the first page of the graduation thesis for UniPV.
\documentclass{article}
\usepackage[utf8]{inputenc}
\usepackage{graphicx}
% PLEASE NOTICE THAT, ACCORDING TO YOUR TITLE LENGTH, YOU MAY WANT TO ADAPT THE VSPACEs, SO THAT THE FINAL PAGE WILL BE PLEASING YOUR TASTE!%
\title{TitlePage}
\author{Your Name}
\date{Put the date}
\begin{document}
\begin{titlepage}
\begin{center}
\Huge
\textbf{UNIVERSITY OF PAVIA}
\vspace{0.5cm}
\LARGE
Department of *whatever*)
\vspace{0.5cm}
\large
*Insert here the type of degree you will get (e.g. laurea magistrale, trienalle, ciclo unico, etc.)
\vspace{1cm}
\includegraphics[width=0.5\textwidth]{Immagine1.png}
\vspace{0.5cm}
\Huge
*THESIS TITLE*
\vspace{0.5cm}
\end{center}
\raggedright
\Large
Supervisors:
\vspace{0.2cm}\\
\Large
Prof.
\vspace{0.125cm}\\
\Large
Prof.
\raggedleft
\Large
Thesis written by:
\vspace{0.125cm}\\
\Large
*Author name*
\begin{center}
\vspace{1cm}
Academic year 20--/20--
\end{center}
\end{titlepage}
\end{document}