Add a section on simulation.
[matthijs/master-project/report.git] / Report.tex
1 \mainlanguage [en]
2 \setuppapersize[A4][A4]
3 \setuppagenumbering[alternative=doublesided]
4 % Enable interaction (clickable links), but don't use special link colors.
5 \setupinteraction[state=start,color=,contrastcolor=]
6 % Enable interaction in the table of contents as well
7 \setupcombinedlist[content][interaction=all]
8
9 % Use bibtex
10 \usemodule[bib]
11 \setupbibtex[database=Report]
12 \setuppublications[numbering=yes]
13
14 \input Utils/Fonts
15 \input Utils/Formats
16 \input Utils/Lambda
17 \input Utils/Shortcuts
18 \input Utils/Metapost
19 \input Utils/Fixme
20
21 \usetypescript [Custom]
22
23 % Use our custom typeface
24 \switchtotypeface [Custom] [10pt]
25
26 % Reducing margins (or actually, the spacing in which the margins end up) for
27 % 2-up printing and increase font size slightly.
28 %\setuplayout[backspace=2cm,width=middle,topspace=1cm,bottomspace=1cm,height=middle]
29 %\switchtotypeface [Custom] [10pt]
30
31 \starttext
32 % TODO: Proper title page
33 \title {Haskell as a higher order structural hardware description language.}
34 Matthijs Kooijman
35
36 \todo{Complete titlepage}
37
38 \completecontent
39 \startfrontmatter
40 \input Chapters/Introduction
41 \stopfrontmatter
42 \startbodymatter
43 \input Chapters/Context
44 \input Chapters/HardwareDescription
45 \input Chapters/Prototype
46 \input Chapters/Normalization
47 \input Chapters/Future
48 \input Chapters/Conclusions
49 \stopbodymatter
50 \startbackmatter
51 \todo{The references are not numbered in this list?}
52 \completepublications
53 \stopbackmatter
54 \stoptext
55
56 % vim: set sw=2 sts=2 expandtab: