big update, lot cleaner tex and make
[bsc-thesis1415.git] / thesis2 / thesis.tex
index 58e6d2e..ad07889 100644 (file)
@@ -1,50 +1,32 @@
 \documentclass[twopage,titlepage]{book}
 
-\usepackage{algorithm2e}
-\usepackage{a4wide}
-\usepackage{courier}
-\usepackage{graphicx}
-\usepackage{float}
-\usepackage{minted}
-\usepackage{xcolor}
-\usepackage[dvipdfmx,hidelinks]{hyperref}
-\usepackage{graphviz}
-\usepackage{amssymb}
-\usepackage{amsmath}
-\usepackage{marvosym}
-\usepackage{setspace}
+\usepackage{algorithm2e}                       % Pseudocode
+\usepackage{a4wide}                            % Paper size
+\usepackage{graphicx}                          % Eps inclusion
+\usepackage{float}                             % Floating placement of figures
+\usepackage{listings}                          % Source code formatting
+\usepackage{setspace}                          % Line spacing abstract
+\usepackage[dvipdfmx,hidelinks]{hyperref}      % Hyperlinks
+\usepackage{amssymb}                           % nexists and much more
+\usepackage{amsmath}                           % Rightarrow and much more
+\usepackage{marvosym}                          % For euro sign
 
-% Set listings settings
-\definecolor{mintedbackground}{rgb}{0.95,0.95,0.95}
-\newmintedfile[xmlcode]{xml}{
-       bgcolor=mintedbackground,
-       fontfamily=tt,
-       fontsize=\scriptsize,
-       frame=leftline,
-       framerule=0.4pt,
-       framesep=2mm,
-       funcnamehighlighting=true,
-       gobble=0,
-       linenos=true,
-       mathescape=false
-       numberblanklines=true,
-       numbersep=10pt,
-       numbersep=5pt,
-       obeytabs=false,
-       showspaces=false,
-       samepage=false,
-       showtabs =false,
-       tabsize=1,
-       texcl=false,
+\lstset{%
+       basicstyle=\footnotesize,
+       numbers=left,
+       numberstyle=\tiny,
+       breaklines=true,
+       tabsize=2,
 }
 
-\newcommand{\cvartitle}{Adaptable crawler specification generation system for
+\newcommand{\cvartitle}{Adaptable crawler specification generation system for%
 leisure activity RSS feeds}
+
 % Setup hyperlink formatting
 \hypersetup{
        pdftitle={\cvartitle},
        pdfauthor={Mart Lubbers},
-       pdfsubject={Artificial Intelligence},
+       pdfsubject={Artificial Intelligence}
 }
 
 % Describe the frontpage
@@ -55,7 +37,7 @@ leisure activity RSS feeds}
        Radboud University Nijmegen\\
        \strut\\
        External supervisor: Alessandro Paula\\
-       Internal supervisor: Franc Grootjen\\
+       Internal supervisor: Franc Grootjen
 }
 \title{\cvartitle} 
 \date{\today}
@@ -93,7 +75,7 @@ leisure activity RSS feeds}
 \chapter{Appendices}
 \input{5.appendices.tex}
 
-\bibliographystyle{plain}
+\bibliographystyle{ieeetr}
 \bibliography{thesis}
 
 \end{document}