--- /dev/null
+LATEX:=pdflatex
+BASE:=pres
+VPATH=./img/
+
+all: $(BASE).pdf
+
+%.pdf: %.fmt %.tex
+ $(LATEX) $(basename $@)
+ $(LATEX) $(basename $@)
+
+%.fmt: preamble.tex
+ $(LATEX) -ini -jobname="$(basename $@)" "&$(LATEX) $<\dump"
+
+clean:
+ $(RM) -v $(addprefix $(BASE).,aux log out toc pdf fmt nav snm)
--- /dev/null
+\documentclass{beamer}
+
+
+\usetheme{Singapore}
+
+\hypersetup{%
+ pdfstartview={Fit},
+ pdftitle={Adaptable crawler specification generation system for leisure %
+activity RSS feeds},
+ pdfauthor={Mart Lubbers},
+ pdfsubject={Crawler generation}
+}
+
+\title{Adaptable crawler specification generation system for leisure activity %
+RSS feeds}
+\author[Lubbers,Paula,Grootjen]{%
+Mart Lubbers\\
+Radboud University, Nijmegen\\\vspace{1mm}
+\and
+Alessandro Paula\footnote{External supervisor}\\
+Hyperleap, Nijmegen\\\vspace{1mm}
+\and
+Franc Grootjen\footnote{Internal supervisor}\\
+Radboud University, Nijmegen
+}
+%\institute[Radboud University]{Radboud University Nijmegen}
+\date[2015]{\today}
+\subject{Crawler generation}
+
+\AtBeginSection[]
+{
+ \begin{frame}
+ \frametitle{Table of Contents}
+ \tableofcontents[currentsection]
+ \end{frame}
+}
--- /dev/null
+%&pres
+\begin{document}
+ \frame{\titlepage}
+
+ \section{Introduction}
+ \begin{frame}
+ \frametitle{This is the first slide}
+ \end{frame}
+
+ \section{Introduction}
+ \subsection{Hyperleap}
+ \subsection{Graphs}
+
+ \section{Methods}
+ \subsection{Algorithm}
+ \subsection{Program}
+
+ \section{Conclusion \& Discussion}
+ \subsection{Conclusion}
+ \subsection{Discussion}
+\end{document}