update rcrc2
[bsc-thesis1415.git] / thesis2 / thesis.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[dvipdfmx]{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 \newcommand{\cvartitle}{Adaptable crawler specification generation system for %
25 leisure activity RSS feeds}
26
27 % Setup hyperlink formatting
28 \hypersetup{
29 pdftitle={\cvartitle},
30 pdfauthor={Mart Lubbers},
31 pdfsubject={Artificial Intelligence},
32 hidelinks
33 }
34
35 % Describe the frontpage
36 \author{
37 Mart Lubbers\\
38 s4109053\\
39 Radboud University Nijmegen\\
40 \strut\\
41 Alessandro Paula\footnote{External supervisor}\\
42 Hyperleap, Nijmegen\\
43 \strut\\
44 Franc Grootjen\footnote{Internal supervisor}\\
45 Artificial Intelligence, Nijmegen\\
46 Radboud University Nijmegen
47 }
48 \title{\cvartitle}
49 \date{\today}
50
51 \begin{document}
52 \maketitle
53 \tableofcontents
54
55 % Surrogate abstract
56 \chapter*{
57 \centering
58 \begin{large}
59 Abstract
60 \end{large}
61 }
62 \begin{quotation}
63 \noindent
64 \onehalfspacing
65 \input{abstract.tex}
66 \end{quotation}
67 \clearpage
68
69 \chapter{Introduction}
70 \input{1.introduction.tex}
71
72 \chapter{Requirements \& Application design}
73 \input{2.requirementsanddesign.tex}
74
75 \chapter{Algorithm}
76 \input{3.methods.tex}
77
78 \chapter{Conclusion \& Discussion}
79 \input{4.discussion.tex}
80
81 \chapter{Appendices}
82 \input{5.appendices.tex}
83
84 \bibliographystyle{plain}
85 \bibliography{thesis}
86
87 \end{document}