blob: 06b118ce180a4fc6c16e849eb7f2f910c36412f8 (
plain)
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
|
%*******************************************************
% 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{Maroon}\spacedallcaps{\myTitle} \\ \bigskip
\endgroup
\spacedlowsmallcaps{\myName}
\vfill
\includegraphics[width=6cm]{gfx/TFZsuperellipse_bw} \\ \medskip
\mySubtitle \\ \medskip
%\myDegree \\
%\myDepartment \\
%\myFaculty \\
%\myUni \\ \bigskip
\myTime\ -- \myVersion
\vfill
\end{center}
\end{addmargin}
\end{titlepage}
|