presentation update
authorMart Lubbers <mart@martlubbers.net>
Mon, 15 Jun 2015 10:53:58 +0000 (12:53 +0200)
committerMart Lubbers <mart@martlubbers.net>
Mon, 15 Jun 2015 10:53:58 +0000 (12:53 +0200)
pres/Makefile
pres/img/hyperleaplogo.png [new file with mode: 0644]
pres/preamble.tex
pres/pres.tex

index ebaf303..710dadd 100644 (file)
@@ -1,9 +1,10 @@
 LATEX:=pdflatex
 BASE:=pres
-VPATH=./img/
 
 all: $(BASE).pdf
 
+.SECONDARY: $(BASE).fmt
+
 %.pdf: %.fmt %.tex
        $(LATEX) $(basename $@)
        $(LATEX) $(basename $@)
diff --git a/pres/img/hyperleaplogo.png b/pres/img/hyperleaplogo.png
new file mode 100644 (file)
index 0000000..d2deaa9
Binary files /dev/null and b/pres/img/hyperleaplogo.png differ
index f9fc502..bc04d24 100644 (file)
@@ -1,5 +1,6 @@
 \documentclass{beamer}
 
+\usepackage{float}
 
 \usetheme{Singapore}
 
@@ -11,6 +12,9 @@ activity RSS feeds},
        pdfsubject={Crawler generation}
 }
 
+\DeclareGraphicsExtensions{.png}
+\graphicspath{{./img/}}
+
 \title{Adaptable crawler specification generation system for leisure activity %
 RSS feeds}
 \author[Lubbers,Paula,Grootjen]{%
index 60d1095..391c350 100644 (file)
@@ -2,13 +2,27 @@
 \begin{document}
        \frame{\titlepage}
 
-       \section{Introduction}
-  \begin{frame}
-    \frametitle{This is the first slide}
-  \end{frame}
-
        \section{Introduction}
        \subsection{Hyperleap}
+       \begin{frame}
+               \frametitle{Hyperleap}
+               \begin{block}{}
+                       \begin{figure}[H]
+                               \includegraphics[width=0.2\linewidth]{hyperleaplogo}
+                       \end{figure}
+               \end{block}
+               
+               \begin{block}{Infotainment}
+                       \begin{itemize}[<+->]
+                               \item Information
+                               \item Entertainment
+                               \item biosAgenda.nl
+                               \item theAgenda.nl
+                               \item \ldots
+                       \end{itemize}
+               \end{block}
+       \end{frame}
+
        \subsection{Graphs}
 
        \section{Methods}