Enable interaction (clickable links).
[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
6 \input Utils/Fonts
7 \input Utils/Formats
8 \input Utils/Lambda
9 \input Utils/Shortcuts
10 \input Utils/Metapost
11
12 \usetypescript [Custom]
13
14 % Use our custom typeface
15 \switchtotypeface [Custom] [10pt]
16
17 \starttext
18 % TODO: Proper title page
19 \title {From Haskell to Hardware - a Master's thesis}
20 Matthijs Kooijman
21
22 \completecontent
23 \input Chapters/Introduction
24 \input Chapters/HardwareDescription
25 \input Chapters/Prototype
26 \input Chapters/Normalization
27 \input Chapters/State
28 \stoptext