-
Notifications
You must be signed in to change notification settings - Fork 2
/
titlepage.tex
94 lines (76 loc) · 2.51 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
% Personalization of your title page:
\newcommand{\thesistitle}{Titel der Diplomarbeit (Deutsch/Englisch)}
\newcommand{\thesisdegree}{Diplom-Ingenieur/in}
\newcommand{\thesisstudies}{Bezeichnung des Studiums}
\newcommand{\thesisauthor}{Martina Muster}
\newcommand{\thesisstudentnumber}{01234567}
\newcommand{\thesisinstitute}{XYZ}
\newcommand{\thesisfaculty}{XYZ}
\newcommand{\thesisuniversity}{Technischen Universit\"{a}t Wien}
\newcommand{\thesiscollaboration}{XYZ}
\newcommand{\thesissupervisor}{Titel Dr. Vorname Familienname}
\newcommand{\thesiscosupervisor}{Univ.-Ass. Dr. Vorname Familienname}
\newcommand{\thesisplace}{Wien}
\newcommand{\thesisdate}{TT.MM.JJJJ}
\thispagestyle{empty}
\begin{titlepage}
\begingroup
\fontfamily{phv}\selectfont
\fontspec{Arial}
%%% Header with logos (the university logo is mandatory,
%%% the others are optional)
\begin{figure}[h]
\centering
\begin{subfigure}{.5\textwidth}
\flushleft
\includegraphics[height=60pt]{figs/TU_Logo.pdf}
\end{subfigure}%
\begin{subfigure}{.5\textwidth}
\flushright
\includegraphics[height=60pt]{figs/fakultaet-physik_logo.png}
% \includegraphics[height=60pt]{further logo, if applicable}
\end{subfigure}
\end{figure}
\vspace*{1.5cm}
\begin{center}
{\Large DIPLOMARBEIT}
\vspace{2.25cm}
{\huge\textbf{\thesistitle}}
\vspace{2.25cm}
\begin{minipage}[t][0.22\paperheight]{\textwidth}
\centering
zur Erlangung des akademischen Grades
\vfill
{\Large \textbf{\thesisdegree}}
\vfill
im Rahmen des Studiums
\vfill
{\Large\textbf{\thesisstudies}}
\vfill
eingereicht von
\vfill
{\Large\textbf{\thesisauthor}}\\[1mm]
Matrikelnummer~\thesisstudentnumber
\end{minipage}
\end{center}
\vfill
\noindent ausgef\"{u}hrt am Institut f\"{u}r \thesisinstitute\\
der Fakult\"{a}t f\"{u}r \thesisfaculty{} der \thesisuniversity\\
\ifdefempty{\thesiscollaboration}{}{(in Zusammenarbeit mit \thesiscollaboration{})}
\vspace{0.6cm}
\noindent Betreuung\\
Betreuer/in: \thesissupervisor{}\\
\ifdefempty{\thesiscosupervisor}{}{Mitwirkung: \thesiscosupervisor{}}
\vspace{1.1cm}
\noindent \thesisplace{}, \thesisdate \hspace{1cm}%
\begin{minipage}[t]{5cm}%
\flushleft%
\hrulefill\\ (Unterschrift Verfasser/in)%
\end{minipage}%
\hspace{1cm}%
\begin{minipage}[t]{5cm}
\flushleft%
\hrulefill\\ (Unterschrift Betreuer/in)%
\end{minipage}
\endgroup
\end{titlepage}