Fix two references.
[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 % Enable interaction in the table of contents as well
6 \setupcombinedlist[content][interaction=all]
7
8 \input Utils/Fonts
9 \input Utils/Formats
10 \input Utils/Lambda
11 \input Utils/Shortcuts
12 \input Utils/Metapost
13 \input Utils/Fixme
14
15 \usetypescript [Custom]
16
17 % Use our custom typeface
18 \switchtotypeface [Custom] [10pt]
19
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]
24
25 \starttext
26 % TODO: Proper title page
27 \title {Haskell as a higher order structural hardware description language.}
28 Matthijs Kooijman
29
30 \todo{Complete titlepage}
31
32 \completecontent
33
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 \stoptext
41
42 % vim: set sw=2 sts=2 expandtab: