Set up MetaPost and MetaObj for drawing diagrams.
[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 \input Utils/Metapost
9
10 \usetypescript [Custom]
11
12 % Use our custom typeface
13 \switchtotypeface [Custom] [10pt]
14
15 \starttext
16 % TODO: Proper title page
17 \title {From Haskell to Hardware - a Master's thesis}
18 Matthijs Kooijman
19
20 \completecontent
21 \input Chapters/Introduction
22 \input Chapters/HardwareDescription
23 \input Chapters/Normalization
24 \input Chapters/State
25 \stoptext