-
Notifications
You must be signed in to change notification settings - Fork 4
/
00_Titlepage.tex
executable file
·41 lines (29 loc) · 1006 Bytes
/
00_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
%*******************************************************
% Titlepage
%*******************************************************
\begin{titlepage}
% if you want the titlepage to be centered, uncomment and fine-tune the line below (KOMA classes environment)
\begin{addmargin}[-1cm]{-3cm}
\begin{center}
\large
\hfill
\vfill
\begingroup
\color{Black}\spacedallcaps{\myTitle} \\ \bigskip
% \color{Maroon}\spacedallcaps{\myTitle} \\ \bigskip
\endgroup
\spacedlowsmallcaps{\myName}
\vfill
\includegraphics[width=6cm]{images/logoUNL} \\ \medskip
%\mySubtitle \\ \medskip
\myDegree \\
%\myDepartment \\
\myFaculty \\
\myUni \\ \bigskip
%\myTime\ -- \myVersion
\vfill
Director: Nicolás Bonadeo
Co-director: Néstor Calvo
\end{center}
\end{addmargin}
\end{titlepage}