(Almost) finish the future work chapter.
[matthijs/master-project/report.git] / Report.tex
1 \mainlanguage [en]
2 \setuppapersize[A4][A4]
3 % Enable interaction (clickable links), but don't use special link colors.
4 \setupinteraction[state=start,color=,contrastcolor=]
5 % Enable interaction in the table of contents as well
6 \setupcombinedlist[content][interaction=all]
7
8 \input Utils/Fonts
9 \input Utils/Formats
10 \input Utils/Lambda
11 \input Utils/Shortcuts
12 \input Utils/Metapost
13
14 \usetypescript [Custom]
15
16 % Use our custom typeface
17 \switchtotypeface [Custom] [10pt]
18
19 \starttext
20 % TODO: Proper title page
21 \title {From Haskell to Hardware - a Master's thesis}
22 Matthijs Kooijman
23
24 \completecontent
25 \input Chapters/Introduction
26 \input Chapters/HardwareDescription
27 \input Chapters/Prototype
28 \input Chapters/Normalization
29 \stoptext