-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathtitle.tex
161 lines (131 loc) · 3.13 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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
\begin{titlepage}
\begin{center}
%% Insert the TU Delft logo at the bottom of the page.
% Print the title in cyan.
{\makeatletter
\largetitlestyle\fontsize{28}{94}\selectfont\@title % TODO Change font size here
%\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}
%\rule{\textwidth}{.4pt}
%\medskip
%
%{
%\makeatletter
%\fontsize{23}{94}\selectfont\@title
%\makeatother
%}
%
%\medskip
%\rule{\textwidth}{.4pt}
%\bigskip
%\bigskip
%
%THESIS
%
%\bigskip
%\bigskip
%
%submitted in partial fulfillment of the\\requirements for the degree of
%
%\bigskip
%\bigskip
%
%MASTER OF SCIENCE
%
%\bigskip
%\bigskip
%
%in
%
%\bigskip
%\bigskip
%
%COMPUTER SCIENCE
%
%\bigskip
%\bigskip
%
%by
%
%\bigskip
%\bigskip
%
%Rob van Bekkum\\
%born in Hardinxveld-Giessendam, the Netherlands
%
%\bigskip
%\bigskip
%\bigskip
%\bigskip
%
%to be defended publicly on Tuesday July xx, 2017 at 10:00 AM.
%
%% OLD VERSION BEGIN %%
\bigskip
\bigskip
by
%door
\bigskip
\bigskip
%% Print the name of the author.
{\makeatletter
%\largetitlefont\Large\bfseries\@author
\largetitlestyle\fontsize{20}{26}\selectfont\@author
\makeatother}
\bigskip
\bigskip
to obtain the degree of Master of Science
in Computer Science
at the Delft University of Technology,
to be defended publicly on Wednesday September 27, 2017 at 14:00.
% OLD VERSION END %%
\vfill
\begin{tabular}{lll}
Student number: & 4210816 \\
%Project duration: & \multicolumn{2}{l}{November 14, 2016 -- July xx, 2017} \\
Thesis committee: & Dr.\ M.\ T.\ J.\ Spaan, & TU Delft, supervisor \\
& Dr.\ Ing.\ J.\ Kober, & TU Delft \\ % TODO Update
& Dr.\ M.\ Loog, & TU Delft % TODO Update
\end{tabular}
%% Only include the following lines if confidentiality is applicable.
%\bigskip
%\bigskip
%\emph{This thesis is confidential and cannot be made public until July xx, 2017.}
%\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/}.
% ADDED
\vspace{100pt}
%\\[1cm]
%\centering{\includegraphics{cover/logo_black}}
%\vfill
%
%\centering{\includegraphics{cover/logo_black}}
%
\end{center}
\begin{tikzpicture}[remember picture, overlay]
\node at (current page.south)[anchor=south,inner sep=120pt]{
\includegraphics{cover/logo_black}
% Algorithmics Group\\
% Department of Software Technology\\
% Faculty EEMCS, Delft University of Technology\\
% Delft, the Netherlands
};
\node[below right] at (current page.south)[anchor=south, inner sep=90pt] {\begin{minipage}{\textwidth}\centering\small
Algorithmics Group\\
Department of Software Technology\\
Faculty EEMCS, Delft University of Technology\\
Delft, the Netherlands
\end{minipage}};
%\node[below right] at (current page.south)[anchor=south,inner sep=0pt] {Depart};
\end{tikzpicture}
\end{titlepage}