final
[bsc-thesis1415.git] / pres / preamble.tex
1 \documentclass[]{beamer}
2
3 \usepackage{float}
4 \usepackage{listings}
5
6 \usetheme{Singapore}
7
8 \lstset{%
9 basicstyle=\tiny,
10 numberstyle=\tiny,
11 breaklines=true,
12 showspaces=false,
13 showstringspaces=false,
14 tabsize=2,
15 }
16
17 \hypersetup{%
18 pdfstartview={Fit},
19 pdftitle={Adaptable crawler specification generation system for leisure %
20 activity RSS feeds},
21 pdfauthor={Mart Lubbers},
22 pdfsubject={Crawler generation}
23 }
24
25 \DeclareGraphicsExtensions{.png,.pdf}
26 \graphicspath{{./img/}}
27
28 \title{Adaptable crawler specification generation system for leisure activity %
29 RSS feeds}
30 \author[Lubbers,Paula,Grootjen]{%
31 Mart Lubbers\\
32 Radboud University, Nijmegen\\\vspace{1mm}
33 \and
34 Alessandro Paula\footnote{External supervisor}\\
35 Hyperleap, Nijmegen\\\vspace{1mm}
36 \and
37 Franc Grootjen\footnote{Internal supervisor}\\
38 Radboud University, Nijmegen
39 }
40 %\institute[Radboud University]{Radboud University Nijmegen}
41 \date[2015]{\today}
42 \subject{Crawler generation}
43
44 \AtBeginSection[]
45 {
46 \begin{frame}
47 \frametitle{Table of Contents}
48 \tableofcontents[currentsection]
49 \end{frame}
50 }