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