update makefile and improve document structure
[msc-thesis1617.git] / thesis.pre
1 \documentclass[a4paper]{book}
2
3 \usepackage[british]{babel}
4
5 \usepackage{geometry} % Papersize
6 \usepackage[titletoc]{appendix} % Appendices
7 \usepackage{rutitlepage/rutitlepage} % Titlepage
8 \usepackage{hyperref} % Hyperlinks
9 \usepackage{booktabs} % Better looking tables
10 \usepackage{todonotes} % Todo's
11 \usepackage{caption} % Captions
12 \usepackage{subcaption} % Subcaptions
13 \usepackage{lipsum} % dummy text
14
15 \urlstyle{same}
16 \hypersetup{%
17 pdftitle={iTasks and the Internet of Things},
18 pdfauthor={Mart Lubbers},
19 pdfsubject={iTasks and the Internet of Things},
20 pdfcreator={Mart Lubbers},
21 pdfproducer={Mart Lubbers},
22 pdfkeywords={TOP,iTasks,Clean,Function Programming,IoT},
23 hidelinks=true
24 }
25
26 \title{iTasks and the Internet of Things}
27 \author{Mart Lubbers BSc.\\
28 {\small\href{mailto:mart@martlubbers.net}{mart@martlubbers.net}}}
29 \date{\today}