-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathBachelorThesis.tex
49 lines (39 loc) · 1.02 KB
/
BachelorThesis.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
\documentclass[11pt,a4paper]{report}
\usepackage{url}
\usepackage[utf8]{inputenc}
\usepackage{graphicx}
\usepackage{array}
\usepackage{listings}
\usepackage{rutitlepage}
\makeatletter %otherwise geometry resets everything
\Gm@restore@org%
\makeatother
\setlength{\itemsep}{0cm}
\setlength{\voffset}{0cm}
\setlength{\headheight}{0cm}
\setlength{\topmargin}{0cm}
\setlength{\extrarowheight}{3pt} %for superscripts in tabular
\setlength{\arraycolsep}{4pt}
\lstset{basicstyle = \footnotesize, breaklines = true}
\graphicspath{{imgs/}}
\begin{document}
\maketitleru[
authors={Firstname Lastname\\sXXXXXX},
date={\today},
others={%
{First supervisor/assessor:}{Prof.\ dr.\ ir.\ Arjen P.\ de Vries},
{Second assessor:}{Firstname Lastname}},
course={Bachelor's Thesis Computing Science},
title={Thesis Title},
subtitle={Subtitle if you like},
]
\input{abstract}
\tableofcontents
\input{introduction}
\input{relatedwork}
\input{conclusions}
\bibliographystyle{alpha}
\bibliography{bibliography}
\appendix
\input{appendix}
\end{document}