final
[bsc-thesis1415.git] / thesis2 / preamble.tex
1 \documentclass[twopage,titlepage]{book}
2
3 \usepackage{algorithm2e} % Pseudocode
4 \usepackage{a4wide} % Paper size
5 \usepackage{graphicx} % Eps inclusion
6 \usepackage{float} % Floating placement of figures
7 \usepackage{listings} % Source code formatting
8 \usepackage{setspace} % Line spacing abstract
9 \usepackage{hyperref} % Hyperlinks
10 \usepackage{amssymb} % nexists and much more
11 \usepackage{amsmath} % Rightarrow and much more
12 \usepackage{marvosym} % For euro sign
13
14 \lstset{%
15 basicstyle=\footnotesize,
16 numbers=left,
17 numberstyle=\tiny,
18 breaklines=true,
19 showspaces=false,
20 showstringspaces=false,
21 tabsize=2,
22 }
23
24 \graphicspath{ {./img/} }
25
26 \newcommand{\cvartitle}{Adaptable crawler specification generation system for %
27 leisure activity RSS feeds}
28
29 % Setup hyperlink formatting
30 \hypersetup{
31 pdftitle={\cvartitle},
32 pdfauthor={Mart Lubbers},
33 pdfsubject={Artificial Intelligence},
34 hidelinks
35 }
36
37 % Describe the frontpage
38 \author{
39 Mart Lubbers\\
40 s4109053\\
41 Radboud University Nijmegen\\
42 \strut\\
43 Alessandro Paula\footnote{External supervisor}\\
44 Hyperleap, Nijmegen\\
45 \strut\\
46 Franc Grootjen\footnote{Internal supervisor}\\
47 Artificial Intelligence, Nijmegen\\
48 Radboud University Nijmegen
49 }
50 \title{\cvartitle}
51 \date{\today}