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
15 \usetypescript [Custom]
17 % Use our custom typeface
18 \switchtotypeface [Custom] [10pt]
20 % Reducing margins (or actually, the spacing in which the margins end up) for
21 % 2-up printing and increase font size slightly.
22 %\setuplayout[backspace=2cm,width=middle,topspace=1cm,bottomspace=1cm,height=middle]
23 %\switchtotypeface [Custom] [10pt]
26 % TODO: Proper title page
27 \title {Haskell as a higher order structural hardware description language.}
30 \todo{Complete titlepage}
34 \input Chapters/Introduction
35 \input Chapters/Context
36 \input Chapters/HardwareDescription
37 \input Chapters/Prototype
38 \input Chapters/Normalization
39 \input Chapters/Future
40 \input Chapters/Conclusions
43 % vim: set sw=2 sts=2 expandtab: