Add sections and subsections to PDF
[matthijs/master-project/final-presentation.git] / clash-haskell09.lhs
1 \RequirePackage{atbegshi}
2 \documentclass[empty]{beamer}
3 \usetheme{default}
4 \setbeameroption{show notes}
5 \setbeamertemplate{navigation symbols}{}
6 \setbeamertemplate{footline}
7 {
8   \hbox{%
9   \centerline{\insertframenumber{}}}%
10   \vskip5pt%
11 }
12 %include talk.fmt
13 \include{preamble}
14
15 \title{Hardware and Functional Languages}
16 \author{Matthijs Kooijman, Christiaan Baaij \\ \& Jan Kuper}
17 \date{December 14, 2009}
18
19 \begin{document}
20
21 \frame{\titlepage}
22 \note[itemize]{
23 \item Gezamenlijke introductie (verteld door Matthijs)
24 \item Presentatie Matthijs
25 \item Presentatie Christiaan
26 }
27
28 \include{introduction}
29 \include{matthijs/introduction}
30 \include{christiaan/introduction}
31 % \include{fir}
32 % \include{reducer}
33
34 \end{document}