c15a485920883a753a12fc3d614c6a5e2a83f2fd
[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 \startfrontmatter
38 \input Chapters/Introduction
39 \stopfrontmatter
40 \startbodymatter
41 \input Chapters/Context
42 \input Chapters/HardwareDescription
43 \input Chapters/Prototype
44 \input Chapters/Normalization
45 \input Chapters/Future
46 \input Chapters/Conclusions
47 \stopbodymatter
48 \todo{The references are not numbered in this list?}
49 \completepublications
50 \stoptext
51
52 % vim: set sw=2 sts=2 expandtab: