-
Notifications
You must be signed in to change notification settings - Fork 1
/
front-page.tex
41 lines (29 loc) · 1.02 KB
/
front-page.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
\thispagestyle{empty}
\begin{titlepage}
\begin{center}
\begin{tikzpicture}[remember picture,overlay]
\node[anchor=north west,yshift=-1.5cm,xshift=2.3cm] % change this position
at (current page.north west)
{\includegraphics[width=1\textwidth]{images/logo.jpg}};
\end{tikzpicture}
\vspace{4.5cm}
\textbf{Thesis}
\vspace{1cm}
\begin{spacing}{2}
\textbf{\Large The Title of the Thesis should be added in the Code of the Front Page File}\\
\end{spacing}
\vspace{2.2cm}
XX Weeks Thesis as Part of the\\
Your Study (M.\,Sc.) Degree\\
at the University of XXX
\vspace{6cm}
\begin{table}[H]
\begin{tabular}{m{8cm}l}
Submitted on: \today & \\
By: Your Name & Supervisor 1: Prof. Dr. XXX \\
From: Place of Birth, Country & Supervisor 2: XXX, M.\,Sc. \\
Matriculation Number: 123\,456\,789 &
\end{tabular}
\end{table}
\end{center}
\end{titlepage}