-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathreport.tex
51 lines (33 loc) · 984 Bytes
/
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
\documentclass[]{htwg-report}
\addbibresource{./bib/report.bib}
\begin{document}
%% Use Roman numerals for the page numbers of the title pages and table of
%% contents.
\frontmatter
%% 'reporttype' add background elements to the cover / front page
%% possible values are:
%% bachelor --> B S C
%% master --> M S C
%% other --> none
\reporttype{bachelor}
\reporttypetext{Bachelor Thesis}
\title[Is it Possible to Write a Sexy Thesis with LaTeX?]{Is it Possible to Write a Sexy Thesis with LaTeX?}
\author{Nigel Slaa}
\studentnumber{123456}
\studentemail{[email protected]}
\doclocation{Amsterdam}
\docdate{12th March 2018}
\makecover[]
%
%% Include an optional title page.
\input{title}
\input{abstract}
\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}
\printbibliography[heading=bibintoc]
\end{document}