-
Notifications
You must be signed in to change notification settings - Fork 0
/
titlepage.tex
95 lines (77 loc) · 2.78 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
\providecommand{\relativeRoot}{.}
\documentclass[\relativeRoot/main.tex]{subfiles}
\graphicspath{
{\relativeRoot/figures/}{\subfix{./figures/}}}
\begin{document}
\begin{titlepage}
\begin{center}
\scalebox{0.7}[1]{\begin{minipage}{1.45\textwidth}
\centering
\bfseries
\scshape
\huge
\thetitle
\end{minipage}} \vspace{5mm}
\rule{2cm}{0.5pt} \vspace{1cm}
\scalebox{0.8}[1]{\begin{minipage}{\textwidth}
\centering
\bfseries
\scshape
\Large
Dissertation
\end{minipage}} \vfill
{\footnotesize ZUR} \vfill
\scalebox{0.8}[1]{\begin{minipage}{1.2\textwidth}
\centering
\bfseries
\scshape
\Large
Erlangung der naturwissenschaftlichen Doktorwürde\\
\mdseries
\large
(Dr. sc. nat.)
\end{minipage}}\vfill
{\footnotesize VORGELEGT DER} \vfill
\scalebox{0.8}[1]{\begin{minipage}{1.2\textwidth}
\centering
\bfseries
\scshape
\Large
Mathematisch-naturwissenschaftlichen Fakultät
\end{minipage}} \vfill
{\footnotesize DER} \vfill
\scalebox{0.8}[1]{\begin{minipage}{1.0\textwidth}
\centering
\bfseries
\scshape
\Large
Universität Zürich
\end{minipage}} \vfill
{\footnotesize VON} \vfill
\scalebox{1.2}[1]{\begin{minipage}{0.7\textwidth}
\centering
\LARGE
\ttfamily
ROMAN\hspace{2.5mm}LUDWIG
\end{minipage}} \vfill
{\footnotesize AUS} \vfill
\scalebox{0.8}[1]{\begin{minipage}{1.0\textwidth}
\centering
\bfseries
\scshape
\Large
Deutschland
\end{minipage}} \vspace{3cm}
\rule{2cm}{0.5pt} \vspace{5mm}
\textbf{\scshape Promotionskommission}\\
\vspace{2mm}
Prof. Dr. {\scshape Jan Unkelbach} {\small (Vorsitz \& Leitung der Dissertation)}\\
PD Dr. med. {\scshape Panagiotis Balermpas}\\
Prof. Dr. {\scshape Titus Neupert}\\
Prof. Dr. {\scshape Ender Konukoglu}
\vfill
\includegraphics[scale=1.0]{figures/uzh_logo_d_pos_standard.png}\\
\textbf{Zürich, 2023} \vfill
\end{center}
\end{titlepage}
\end{document}