Remove a few debug prints from pret-trans.
[matthijs/master-project/report.git] / Report.tex
1 \mainlanguage [en]
2 \setuppapersize[A4][A4]
3
4 \input Utils/Fonts
5 \input Utils/Formats
6 \input Utils/Lambda
7 \input Utils/Shortcuts
8
9 \usetypescript [Custom]
10
11 % Use our custom typeface
12 \switchtotypeface [Custom] [10pt]
13
14 \starttext
15 % TODO: Proper title page
16 \title {From Haskell to Hardware - a Master's thesis}
17 Matthijs Kooijman
18
19 \completecontent
20 \chapter{Introduction}
21 \input Chapters/HardwareDescription
22 \input Chapters/Normalization
23 \input Chapters/State
24 \chapter{Normalization}
25 \chapter{VHDL generation}
26 \stoptext