-
Notifications
You must be signed in to change notification settings - Fork 17
/
report.tex
70 lines (56 loc) · 1.45 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
\documentclass[whitelogo]{tudelft-report}
\usepackage{natbib}
\usepackage{changes}
\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
%% Uncomment following 16 lines for a cover with a picture on the lower half only
\title[tudelft-white]{Title}
\subtitle[tudelft-black]{Optional subtitle}
\author[tudelft-white]{J.\ Random Author}
\affiliation{Technische Universiteit Delft}
\coverimage{tank.jpg}
\covertext[tudelft-white]{
\textbf{Cover Text} \\
possibly \\
spanning
multiple
lines
\vfill
ISBN 000-00-0000-000-0
}
\setpagecolor{tudelft-cyan}
\makecover[split]
%% Include an optional title page.
\input{title}
\input{preface}
\tableofcontents
%% Use Arabic numerals for the page numbers of the chapters.
\mainmatter
\input{chapter-1}
%% Use letters for the chapter numbers of the appendices.
\appendix
%\input{appendix-a}
\bibliography{report}
\end{document}