-
Notifications
You must be signed in to change notification settings - Fork 0
/
report.tex
72 lines (56 loc) · 1.57 KB
/
report.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
\documentclass[whitelogo]{tudelft-report}
\usepackage{natbib}
\usepackage{changes}
\input{tvd_preamble}
% Enable subsubsection numbering
\setcounter{secnumdepth}{3}
\setcounter{tocdepth}{3}
\begin{document}
%% Use Roman numerals for the page numbers of the title pages and table of
%% contents.
\frontmatter
%% Uncomment following 19 lines for a cover with a picture on the lower half only
%\title[tudelft-white]{Title}
%\subtitle[tudelft-cyan]{Optional subtitle}
%\author[tudelft-white]{J.\ Random Author}
%\affiliation{Technische Universiteit Delft}
%\coverimage{cover.jpg}
%\titleoffsetx{10cm}
%\titleoffsety{10cm}
%\afiloffsetx{1cm}
%\afiloffsety{18cm}
%\covertext[tudelft-white]{
% \textbf{Cover Text} \\
% possibly \\
% spanning
% multiple
% lines
% \vfill
% ISBN 000-00-0000-000-0
%}
%\makecover
\title[tudelft-white]{Self-Supervised Learning for Visual Obstacle Avoidance}
\subtitle[tudelft-white]{Technical report}
\author[tudelft-white]{Tom van Dijk}
%\affiliation{Technische Universiteit Delft}
\coverimage{drone_cover_full3.jpg}
\setpagecolor{tudelft-cyan}
\makecover[whitelogo,frontboxwidth=\paperwidth-1.625in,frontboxheight=12cm,y=12cm+0.6in] % y=12cm+0.8125in
\input{insidecover}
%% Include an optional title page.
%\input{title}
%\input{preface}
\input{preface}
\tableofcontents
%% Use Arabic numerals for the page numbers of the chapters.
\mainmatter
\input{thesis}
\input{lit}
\input{lit2}
\input{prelim}
\input{percevite}
%% Use letters for the chapter numbers of the appendices.
\appendix
%\input{appendix-a}
\bibliography{library}
\end{document}