-
Notifications
You must be signed in to change notification settings - Fork 0
/
titlepage.tex
59 lines (56 loc) · 1.06 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
% title page => wenn es auf englisch sein soll
\begin{titlepage}
\thispagestyle{empty}
\vspace{-1.5cm}
\includegraphics[height=1.5772cm]{./fig/stanford-logo.png}
\hfill
\includegraphics[height=1.5772cm]{./fig/tum_black.eps}
\vfill
\begin{center}
\Huge{\thesistitle}
\\
\vspace{0.2cm}
\LARGE{\Author}
\\
\vspace{0.2cm}
\large{\thesistype}
\end{center}
% \vfill
\vspace{0.1cm}
%
% Nice picture from the project
\begin{center}
\includegraphics[width=12cm]{fig/titlepage_figure4}
\end{center}
%
% \vspace{0.1cm}
\vfill
%
\begin{minipage}[c]{1.0\textwidth}
\centering
{\large \scshape Supervisor:}\\
{\Supervisor}\\ %The Supervisor is specified in the Header file
\texttt{\Mail}\\
\end{minipage}
%
\vspace{1cm}\\
%
\rule{\textwidth}{1pt}
%
\begin{tabular}[t]{l}
Institute for Computational Mechanics
\\
Prof.\@ Dr.--Ing.\@ W.\ A.\ Wall
\\
Technische Universit\"at M\"unchen
\end{tabular}
\hfill
\begin{tabular}[t]{r}
% \copyright Lehrstuhl f\"{u}r Numerische Mechanik
\\
Boltzmannstra\ss e 15
\\
85748 Garching b. M\"unchen (Germany)\\
\end{tabular}
\rule{\textwidth}{1pt}
\end{titlepage}