forked from devos50/msc-thesis-report
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtitle.tex
83 lines (60 loc) · 2.01 KB
/
title.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
\begin{titlepage}
\begin{center}
%% Insert the TU Delft logo at the bottom of the page.
%% Print the title in cyan.
{\makeatletter
\largetitlestyle\fontsize{64}{94}\selectfont\@title
%\largetitlestyle\color{tudelft-cyan}\Huge\@title
\makeatother}
%% Print the optional subtitle in black.
{\makeatletter
\ifx\@subtitle\undefined\else
\bigskip
{\tudsffamily\fontsize{22}{32}\selectfont\@subtitle}
%\titlefont\titleshape\LARGE\@subtitle
\fi
\makeatother}
\bigskip
\bigskip
by
%door
\bigskip
\bigskip
%% Print the name of the author.
{\makeatletter
%\largetitlefont\Large\bfseries\@author
\largetitlestyle\fontsize{26}{26}\selectfont\@author
\makeatother}
\bigskip
\bigskip
to obtain the degree of Master of Science
%ter verkrijging van de graad van Master of Science
at the Delft University of Technology,
%aan de Technische Universiteit Delft,
to be defended publicly on Tuesday August 30, 2016 at 3:00 PM.
%in het openbaar de verdedigen op dinsdag 1 januari om 10:00 uur.
\vfill
\begin{tabular}{lll}
Student number: & 4135121 \\
Project duration: & \multicolumn{2}{l}{November 1, 2015 -- August 30, 2016} \\
Thesis committee: & Prof.\ dr.\ ir.\ J.P.\ Pouwelse, & TU Delft, supervisor \\
& Dr.\ Ir.\ A.\ van Deursen, & TU Delft \\
& Dr.\ Ir.\ C.\ Hauff, & TU Delft
\end{tabular}
%% Only include the following lines if confidentiality is applicable.
\bigskip
\bigskip
%\emph{This thesis is confidential and cannot be made public until December 31, 2013.}
%\emph{Op dit verslag is geheimhouding van toepassing tot en met 31 december 2013.}
\bigskip
\bigskip
An electronic version of this thesis is available at \url{http://repository.tudelft.nl/}.
%\\[1cm]
%\centering{\includegraphics{cover/logo_black}}
\end{center}
\begin{tikzpicture}[remember picture, overlay]
\node at (current page.south)[anchor=south,inner sep=0pt]{
\includegraphics{cover/logo_black}
};
\end{tikzpicture}
\end{titlepage}