Add sections and subsections to PDF
authorChristiaan Baaij <christiaan.baaij@gmail.com>
Sun, 13 Dec 2009 20:20:38 +0000 (21:20 +0100)
committerChristiaan Baaij <christiaan.baaij@gmail.com>
Sun, 13 Dec 2009 20:20:38 +0000 (21:20 +0100)
christiaan/dotproduct.lhs
christiaan/fir.lhs
christiaan/introduction.lhs
christiaan/recursion.lhs
christiaan/reductioncircuit.lhs
christiaan/structure.lhs
matthijs/introduction.lhs

index 4a150c9e08696181132408e470de6c59d9e5818a..7a6aca54444363c0cd782836e4be8d1119a92ec4 100644 (file)
@@ -1,5 +1,5 @@
 %include talk.fmt
-\subsection{Dot Product}
+\subsubsection{Dot Product}
 \begin{frame}
    \frametitle{Dot Product}
      \[
index c76e75367e8d8c94e24b7137691c302a4254a93f..a35efb6cb863b64384840b1a25587442b6192f43 100644 (file)
@@ -1,5 +1,5 @@
 %include talk.fmt
-\section{FIR Filter}
+\subsection{FIR Filter}
 
 \begin{frame}
    \frametitle{Example: FIR Filter}
index bb142facd7185a820c9cbbf27205904a9a7aa916..d7b1851eb0e08a37667bf930a6ebca466cd670cf 100644 (file)
@@ -12,5 +12,5 @@
 \input{christiaan/reductioncircuit}
 \input{christiaan/recursion}
 
-\section{Questions}
+\subsection{Questions}
 \frame{\vspace{2cm}\centerline{\Huge{Questions?}}}
\ No newline at end of file
index c3883559296613cdefc54f2d6b1536ead4d1dc79..7732e2331fc6efdd1631762427ee12957d5c336e 100644 (file)
@@ -1,4 +1,4 @@
-\section{Recursion}
+\subsection{Recursion}
 %include talk.fmt
 \frame{
 \frametitle{Future Work: Recursion}
@@ -9,7 +9,7 @@
 \end{itemize}
 }
 
-\subsection{Static loop unrolling}
+\subsubsection{Static loop unrolling}
 \frame{
 \frametitle{Static loop unrolling}
 \begin{itemize}
@@ -53,7 +53,7 @@ treeSum i xs | i < 1     = head xs
     \end{figure}
 \end{frame}
 
-\subsection{Input Language}
+\subsubsection{Input Language}
 \frame{
 \frametitle{Input Language}
 \begin{itemize}
index a4f55f68bea1383d702e07144c09deb06f590ae0..be3c2d60d601cf1ae64f632c9847a11d7b1ddb06 100644 (file)
@@ -1,4 +1,4 @@
-\section{Restrictions}
+\subsection{Restrictions}
 %include talk.fmt
 \frame{
 \frametitle{Too Restrictive?}
@@ -15,7 +15,7 @@
 \end{itemize}
 }
 
-\section{Reduction circuit}
+\subsection{Reduction circuit}
 
 \frame{
 \frametitle{Reduction Circuit}
index 2c813972d9235f317e1cb8996cb2aed742ac762d..585160fa66becaea1e5110c8f8816aa724679b64 100644 (file)
@@ -1,4 +1,4 @@
-\section{Structure}
+\subsection{Structure}
 %include talk.fmt
 \frame{
 \frametitle{Structure}
@@ -24,7 +24,7 @@ fir (State pxs) x = (pxs**hs, State (pxs<++x))
 \end{itemize}
 }
 
-\subsection{Size Inference}
+\subsubsection{Size Inference}
 \frame{
 \frametitle{Infer Size}
 \begin{itemize}
@@ -45,7 +45,7 @@ fir (State pxs) x = (pxs**hs, State (pxs<++x))
 \end{verbatim}
 }
 
-\subsection{Size Specification}
+\subsubsection{Size Specification}
 \frame{
 \frametitle{Specify Size}
 \begin{itemize}
index 22f0f0a650a0223f5d6a583c4e848635b2c99d7a..50087a0b963224662e78a38da2f74721a31793b4 100644 (file)
@@ -1,4 +1,5 @@
 %include talk.fmt
+\section{Presentation Matthijs}
 \title{Haskell as a higher order structural hardware description language}
 \author{Matthijs Kooijman}
 \date{December 14, 2009}