diff --git a/report/titlepage.tex b/report/titlepage.tex new file mode 100644 index 0000000..569745c --- /dev/null +++ b/report/titlepage.tex @@ -0,0 +1,34 @@ +\makeatletter +\begin{titlepage} + \begin{center} + % see https://www.overleaf.com/learn/latex/How_to_Write_a_Thesis_in_LaTeX_(Part_5):_Customising_Your_Title_Page_and_Abstract + + \vspace*{1cm} + \Huge + \@title + + \vspace{0.5cm} + \Large + Bachelor Project + + \vspace{1.5cm} + + \textbf{\@author} + + \vfill + + + + \vspace{0.8cm} + + % LOGO epfl + %\includegraphics[width=0.4\textwidth]{university} + + INDY2 lab\\ + Supervisor: Victor Kristof\\ + Professor: Patrick Thiran\\ + \@date + + \end{center} +\end{titlepage} +\makeatother \ No newline at end of file