-
Notifications
You must be signed in to change notification settings - Fork 0
/
titlePage.tex
47 lines (45 loc) · 1.25 KB
/
titlePage.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
%--------------------------------------------------------------
% titlepage.tex (use thesis.tex as main file)
%--------------------------------------------------------------
\begin{titlepage}
\begin{center}
\large
\hfill
\vfill
\begingroup
\includegraphics[scale=0.15]{logo/LOGO}\\
% \spacedallcaps{\myUni} \\
\myFaculty \\
\myDegree \\
\vspace{0.5cm}
\vspace{0.5cm}
\endgroup
\vfill
\begingroup
\color{Maroon}\spacedallcaps{\myItalianTitle} \\ $\ $\\
\spacedallcaps{\myEnglishTitle} \\
\bigskip
\endgroup
\spacedlowsmallcaps{\myName} \\ $\ $\\
\spacedlowsmallcaps{\myProf}
\vfill
\vfill
\vfill
\vfill
\myTime
\vfill
\end{center}
\end{titlepage}
%--------------------------------------------------------------
% back titlepage
%--------------------------------------------------------------
\newpage
\thispagestyle{empty}
\hfill
\vfill
\noindent\myName:
\textit{\myItalianTitle,}
\myDegree, \textcopyright\ \myTime
%--------------------------------------------------------------
% back titlepage end
%--------------------------------------------------------------