2 \setuppapersize[A4][A4]
3 \setuppagenumbering[alternative=doublesided]
4 % Enable interaction (clickable links), but don't use special link colors or a
6 \setupinteraction[state=start,color=,contrastcolor=,style=normal]
7 % Enable interaction in the table of contents as well
8 \setupcombinedlist[content][interaction=all]
12 \setupbibtex[database=Report]
13 \setuppublications[numbering=yes]
18 \input Utils/Shortcuts
22 \usetypescript [Custom]
24 % Use our custom typeface
25 \switchtotypeface [Custom] [10pt]
27 % Reducing margins (or actually, the spacing in which the margins end up) for
28 % 2-up printing and increase font size slightly.
29 %\setuplayout[backspace=2cm,width=middle,topspace=1cm,bottomspace=1cm,height=middle]
30 %\switchtotypeface [Custom] [10pt]
37 \input Chapters/Introduction
40 \input Chapters/Context
41 \input Chapters/HardwareDescription
42 \input Chapters/Prototype
43 \input Chapters/Normalization
44 \input Chapters/Future
45 \input Chapters/Conclusions
52 % vim: set sw=2 sts=2 expandtab: