Add some initial structure for the final report.
[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
8 \usetypescript [Custom]
9
10 % Use our custom typeface
11 \switchtotypeface [Custom] [10pt]
12
13 \starttext
14 % TODO: Proper title page
15 \title {From Haskell to Hardware - a Master's thesis}
16 Matthijs Kooijman
17
18 \completecontent
19 \chapter{Introduction}
20 \input Chapters/State
21 \chapter{Normalization}
22 \chapter{VHDL generation}
23 \stoptext