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=79710c7a3bbf405fd9f610ffb40e525653e8c0f6;hb=6ff5e54ce41654b64aec29f5bb67ecb1bcadb38e;hpb=480c5035d11a715405a18014ed0f2702e7b95f36 diff --git a/clash-haskell09.lhs b/clash-haskell09.lhs index 79710c7..bfd5ea0 100644 --- a/clash-haskell09.lhs +++ b/clash-haskell09.lhs @@ -1,19 +1,36 @@ -\documentclass[empty]{caes_presentation} -\usepackage{beamerthemesplit} +\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: