6fac2bd6a728f9d794a654e0e3d234f381cb0d56
[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 % Use bibtex
9 \usemodule[bib]
10 \setupbibtex[database=Report]
11
12 \input Utils/Fonts
13 \input Utils/Formats
14 \input Utils/Lambda
15 \input Utils/Shortcuts
16 \input Utils/Metapost
17 \input Utils/Fixme
18
19 \usetypescript [Custom]
20
21 % Use our custom typeface
22 \switchtotypeface [Custom] [10pt]
23
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]
28
29 \starttext
30 % TODO: Proper title page
31 \title {Haskell as a higher order structural hardware description language.}
32 Matthijs Kooijman
33
34 \todo{Complete titlepage}
35
36 \completecontent
37
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?}
46 \completepublications
47 \stoptext
48
49 % vim: set sw=2 sts=2 expandtab: