From 0c004e8c0dff6f9a4140519c8b31410f9b0c8242 Mon Sep 17 00:00:00 2001 From: Christiaan Baaij Date: Sun, 13 Dec 2009 19:16:18 +0100 Subject: [PATCH] Add part about FIR filter --- Makefile | 6 ++++-- christiaan/introduction.lhs | 4 +++- talk.fmt | 1 - 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 35b7088..b4b9a3f 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ FILE = clash-haskell09 -LHS2TEX = lhs2TeX -v --poly +LHS2TEX = lhs2TeX -v --tt LATEXMK = latexmk -pdf RM = rm -f RSVG = rsvg-convert --format=pdf @@ -7,7 +7,9 @@ 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 diff --git a/christiaan/introduction.lhs b/christiaan/introduction.lhs index bfa3494..e88a32b 100644 --- a/christiaan/introduction.lhs +++ b/christiaan/introduction.lhs @@ -4,4 +4,6 @@ \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 diff --git a/talk.fmt b/talk.fmt index 0cf1757..5a49f72 100644 --- a/talk.fmt +++ b/talk.fmt @@ -22,5 +22,4 @@ %format QUd(x) = "[d|" x "\rrbracket " %format QUt(x) = "[t|" x "\rrbracket " %format ^^ = "\; " -%format ** = "\ \mathit{**}\ " %endif \ No newline at end of file -- 2.30.2