% Template thesis MSc International Economics - University of Milano-Bicocca. created by C. Angelini and A. Colombo
% Document formatted as indicated by the University
\documentclass[12pt, twoside]{report}
\usepackage[top=2.5cm, bottom=2.5cm, inner=3cm, outer=2.5cm, centering]{geometry}
\usepackage{mathptmx} % font Times New Roman
\linespread{1.5}
\usepackage{indentfirst}
\setlength{\parindent}{1.5cm} % Rientro del primo rigo del testo a 1.5cm
\usepackage{scrlayer-scrpage} % stili pagina per il frontespizio
\usepackage{titlesec}
\titleformat{\chapter}{\fontsize{16pt}{18pt}\bfseries}{\thechapter}{1em}{}
\titleformat{\chapter}[block]
{\normalfont\LARGE\bfseries}{\thechapter.}{0.5em}{\LARGE}
\titlespacing*{\chapter}{0pt}{-20pt}{25pt}
\titleformat{\section}{\fontsize{16pt}{18pt}\bfseries}{\thesection}{1em}{}
\titleformat{\subsection}{\fontsize{14pt}{16pt}\bfseries}{\thesubsection}{1em}{}
\usepackage[bottom]{footmisc} % footNotes 10pt
% Librerie utili
\usepackage{tikz}
\usepackage{longtable}
\usepackage{lipsum} % Solo per generare del testo di riempimento
\usepackage{float} % per il posizionamento delle immagini
\usepackage{amsmath} % AMS Math Package
\usepackage{amsthm} % Theorem Formatting
\usepackage{subfigure}
\usepackage{booktabs}
\usepackage{caption}
\usepackage{amssymb}
\usepackage[utf8]{inputenc} % codifica UTF-8
\usepackage{xcolor} % Per colorare le righe
\usepackage{colortbl} % Per colorare le tabelle
\usepackage{siunitx}
\usepackage{rotating}
\usepackage{tablefootnote}
\usepackage{adjustbox}
\usepackage{fullpage}
\usepackage{comment}
\ifoot[]{}
\cfoot[]{}
\ofoot[\pagemark]{\pagemark}
\pagestyle{scrplain}
\usepackage{graphicx} % inserimento di immagini
\usepackage{csquotes} % per le citazioni "in blocco"
\usepackage[backend=biber, style=authoryear ]{biblatex} % bibliografia con pacchetto biblatex (https://ctan.org/pkg/biblatex?lang=en)
\appto{\bibsetup}{\raggedright}
\addbibresource{bibliography.bib}
\begin{document}
% Frontespizio
\begin{titlepage}
\begin{center}
{\LARGE\bf{Università degli studi di Milano-Bicocca\\}}
\vspace{0.5cm}
{\LARGE{Scuola di Economia e Statistica}}\\
{\LARGE{Corso di Laurea Magistrale in International Economics}}
\end{center}
\begin{figure}[H]
\centering
\includegraphics[width=0.4\textwidth]{logo.png}
\end{figure}
\begin{center}
{\LARGE{\bf Titolo tesi}}
\end{center}
\vspace{2cm}
\begin{minipage}[t]{0.49\textwidth}
{\Large{ Relatore:\\ nome relatore}}
\end{minipage}\hfill\begin{minipage}[t]{0.49\textwidth}\raggedleft
{\Large{ Tesi di Laurea di:\\ nome laureando\\
Matr. N. numero matricola}}
\end{minipage}
\vspace{25mm}
\centering{\Large{ ANNO ACCADEMICO 2022/2023 }}
\end{titlepage}
% Fine frontespizio
\newpage
\thispagestyle{empty} %per rimuovere numero di pagina
\mbox{}
%\input{Acknowledgments}
%\thispagestyle{empty}
%\newpage
%\thispagestyle{empty}
%\mbox{}
\tableofcontents
\thispagestyle{empty}
\thispagestyle{empty}
\clearpage
\setcounter{page}{1}
\addtocontents{toc}{\protect\thispagestyle{empty}}
\addcontentsline{toc}{chapter}{Introduction} % Capitolo non numerato
\input{Introduction}
\input{Chapter1}
\listoffigures
\addcontentsline{toc}{chapter}{List of Figures}
\nocite{*}
\printbibliography
\end{document}