-
Notifications
You must be signed in to change notification settings - Fork 7
/
frontpage.tex
47 lines (38 loc) · 1 KB
/
frontpage.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
% Hintergrund-Makro
\newcommand\BackgroundPic{
\put(0,0){
\parbox[b][\paperheight]{\paperwidth}{%
\vfill
\centering
\includegraphics[width=\paperwidth,height=\paperheight]{images/front.png}%
\vfill
}}}
\AddToShipoutPicture*{\BackgroundPic}
\begin{titlepage}
\makeatletter
\enlargethispage{3cm}
\begin{tikzpicture}[remember picture,overlay]
\node[shift={(10cm,-23.5cm)},opacity=1] {\includegraphics[scale=0.625]{images/hgi_nds_2.pdf}};
\end{tikzpicture}
\vspace*{10cm}
\begin{minipage}[b]{1\linewidth}
\sffamily
\hspace{-17.2mm}\includegraphics[scale=1.0]{images/rub_slogan}\\
\textbf{\LARGE {\@title}}\\
\Large{\@author}\\
% \vspace*{35mm}
\vspace{4cm}
\normalsize{
Master's Thesis\@~~--~~\@date\\
Chair for Network and Data Security.\\}
\newline
\normalsize{
\begin{tabular}{@{}ll@{}}
Supervisor: & Name of or first examiner \\
Advisor: & Name(s) of your other advisers\\
\end{tabular}
}
\end{minipage}
\makeatother
\end{titlepage}
\ClearShipoutPicture