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