Add the atbegshi package, which is not available on Debian.
[matthijs/master-project/final-presentation.git] / clash-haskell09.lhs
index 4644c740c634042576610fdd65cb060c4140d84b..efe8621811c61e75bdbc435808a705c0ffe3a0b7 100644 (file)
@@ -1,18 +1,36 @@
-\documentclass[empty]{caes_presentation}
+\RequirePackage{atbegshi}
+\documentclass[empty]{beamer}
+\usetheme{default}
+%\setbeameroption{show only notes}
+\setbeameroption{show notes}
+\setbeamertemplate{navigation symbols}{}
+\setbeamertemplate{footline}
+{
+  \hbox{%
+  \centerline{\insertframenumber{}}}%
+  \vskip5pt%
+}
+
+\addtobeamertemplate{note page}{
+  \vskip5pt
+  \centerline{\insertframenumber}
+  \vskip5pt
+}{}
+
 %include talk.fmt
 \include{preamble}
 
-\title{Hardware and Functional Languages}
-\author{Matthijs Kooijman, Christiaan Baaij \\ \& Jan Kuper}
+\title{Haskell as a higher order structural hardware description language}
+\author{Matthijs Kooijman}
 \date{December 14, 2009}
 
 \begin{document}
 
 \frame{\titlepage}
 \note[itemize]{
-\item Gezamenlijke introductie (verteld door Matthijs)
-\item Presentatie Matthijs
-\item Presentatie Christiaan
+\item De taal \clash{}
+\item De compiler voor \clash{}
+\item Eerst hardware introductie (gezamenlijk)
 }
 
 \include{introduction}
@@ -22,3 +40,4 @@
 % \include{reducer}
 
 \end{document}
+% vim: set filetype=tex sw=2 sts=2 expandtab: