X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fmaster-project%2Ffinal-presentation.git;a=blobdiff_plain;f=clash-haskell09.lhs;h=efe8621811c61e75bdbc435808a705c0ffe3a0b7;hp=4644c740c634042576610fdd65cb060c4140d84b;hb=HEAD;hpb=f7cbaace48ff451e432fd0cfb9c571a576b8aad0 diff --git a/clash-haskell09.lhs b/clash-haskell09.lhs index 4644c74..efe8621 100644 --- a/clash-haskell09.lhs +++ b/clash-haskell09.lhs @@ -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: