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=3e699b7fa27d664b1295b7745fbd3c47559449f3;hb=HEAD;hpb=aeec7edb1a754c88c13e565ac4690f2cbfe329e5 diff --git a/clash-haskell09.lhs b/clash-haskell09.lhs index 3e699b7..efe8621 100644 --- a/clash-haskell09.lhs +++ b/clash-haskell09.lhs @@ -10,20 +10,27 @@ \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} @@ -33,3 +40,4 @@ % \include{reducer} \end{document} +% vim: set filetype=tex sw=2 sts=2 expandtab: