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]
10 \setupbibtex[database=Report]
15 \input Utils/Shortcuts
19 \usetypescript [Custom]
21 % Use our custom typeface
22 \switchtotypeface [Custom] [10pt]
24 % Reducing margins (or actually, the spacing in which the margins end up) for
25 % 2-up printing and increase font size slightly.
26 %\setuplayout[backspace=2cm,width=middle,topspace=1cm,bottomspace=1cm,height=middle]
27 %\switchtotypeface [Custom] [10pt]
30 % TODO: Proper title page
31 \title {Haskell as a higher order structural hardware description language.}
34 \todo{Complete titlepage}
38 \input Chapters/Introduction
39 \input Chapters/Context
40 \input Chapters/HardwareDescription
41 \input Chapters/Prototype
42 \input Chapters/Normalization
43 \input Chapters/Future
44 \input Chapters/Conclusions
45 \todo{The references are not numbered in this list?}
49 % vim: set sw=2 sts=2 expandtab: