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]
11 \input Utils/Shortcuts
14 \usetypescript [Custom]
16 % Use our custom typeface
17 \switchtotypeface [Custom] [10pt]
20 % TODO: Proper title page
21 \title {From Haskell to Hardware - a Master's thesis}
25 \input Chapters/Introduction
26 \input Chapters/Context
27 \input Chapters/HardwareDescription
28 \input Chapters/Prototype
29 \input Chapters/Normalization
30 \input Chapters/Future