FILE = clash-haskell09
-LHS2TEX = lhs2TeX -v --poly
+LHS2TEX = lhs2TeX -v --tt
LATEXMK = latexmk -pdf
RM = rm -f
RSVG = rsvg-convert --format=pdf
LHSRCS = \
introduction.lhs \
matthijs/introduction.lhs \
- christiaan/introduction.lhs
+ christiaan/introduction.lhs \
+ christiaan/fir.lhs \
+ christiaan/dotproduct.lhs
LHFORMATS = \
talk.fmt
\author{Christiaan Baaij}
\date{December 14, 2009}
-\frame{\titlepage \setcounter{framenumber}{1}}
\ No newline at end of file
+\frame{\titlepage \setcounter{framenumber}{1}}
+
+\input{christiaan/fir}
\ No newline at end of file
%format QUd(x) = "[d|" x "\rrbracket "
%format QUt(x) = "[t|" x "\rrbracket "
%format ^^ = "\; "
-%format ** = "\ \mathit{**}\ "
%endif
\ No newline at end of file