-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmain.tex
More file actions
31 lines (27 loc) · 975 Bytes
/
main.tex
File metadata and controls
31 lines (27 loc) · 975 Bytes
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
\documentclass[11pt,a4paper,reqno,fancyheader,twoside,openright]{tudelft-light/tud-report}
\title[TU Delft Light]{TU Delft Light}
\subtitle{An Easy to Use \LaTeX\ Template}
\author{John Doe | 0000001, Jane Doe | 0000002} % {Name | Student Number}
\course{[TU0000] \LaTeX\ 101}
\supervisor{Dr. Jan Jansen}
\abstract{\input{examples/abstract.tex}}
\begin{document}
\makecover[theme=light, fill opacity=0.1]
\maketitle
%Document Part I: Front matter
\frontmatter
%\input{summary} % Summary
\tableofcontents
\printnomenclature[50pt]
\listoffigures
\listoftables
%Document Part II: Main Matter
\mainmatter
\include{examples/latex_elements}
%ADD CHAPTERS HERE
%\nocite{*} % Adds all references even if they are not cited
\printbibliography[title=References,heading=bibintoc]
\begin{appendices}
\include{examples/listing}
\end{appendices}
\end{document}