X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fmaster-project%2Ffinal-presentation.git;a=blobdiff_plain;f=clash-haskell09.lhs;h=bfd5ea003fa3d9bd42369579a1b6c79a701fa8b5;hp=4015b1cc8a63197d482f91a2043a58ecd3e5f910;hb=6ff5e54ce41654b64aec29f5bb67ecb1bcadb38e;hpb=f2bb6fc4dae4ed188260890780915d82b01404e4 diff --git a/clash-haskell09.lhs b/clash-haskell09.lhs index 4015b1c..bfd5ea0 100644 --- a/clash-haskell09.lhs +++ b/clash-haskell09.lhs @@ -1,19 +1,36 @@ +\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 Cλash +\item De compiler voor Cλash +\item Eerst hardware introductie (gezamenlijk) } \include{introduction} @@ -23,3 +40,4 @@ % \include{reducer} \end{document} +% vim: set filetype=tex sw=2 sts=2 expandtab: