765e25da90c108c210eec0116fcbba55db86fcad
[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 \input Utils/Fixme
14
15 \usetypescript [Custom]
16
17 % Use our custom typeface
18 \switchtotypeface [Custom] [10pt]
19
20 \starttext
21 % TODO: Proper title page
22 \title {Haskell as a higher order structural hardware description language.}
23 Matthijs Kooijman
24
25 \todo{Complete titlepage}
26
27 \completecontent
28
29 \input Chapters/Introduction
30 \input Chapters/Context
31 \input Chapters/HardwareDescription
32 \input Chapters/Prototype
33 \input Chapters/Normalization
34 \input Chapters/Future
35 \stoptext