Improve strikethrough a bit.
[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 \setuppublications[numbering=yes]
12
13 \input Utils/Fonts
14 \input Utils/Formats
15 \input Utils/Lambda
16 \input Utils/Shortcuts
17 \input Utils/Metapost
18 \input Utils/Fixme
19
20 \usetypescript [Custom]
21
22 % Use our custom typeface
23 \switchtotypeface [Custom] [10pt]
24
25 % Reducing margins (or actually, the spacing in which the margins end up) for
26 % 2-up printing and increase font size slightly.
27 %\setuplayout[backspace=2cm,width=middle,topspace=1cm,bottomspace=1cm,height=middle]
28 %\switchtotypeface [Custom] [10pt]
29
30 \starttext
31 % TODO: Proper title page
32 \title {Haskell as a higher order structural hardware description language.}
33 Matthijs Kooijman
34
35 \todo{Complete titlepage}
36
37 \completecontent
38 \startfrontmatter
39 \input Chapters/Introduction
40 \stopfrontmatter
41 \startbodymatter
42 \input Chapters/Context
43 \input Chapters/HardwareDescription
44 \input Chapters/Prototype
45 \input Chapters/Normalization
46 \input Chapters/Future
47 \input Chapters/Conclusions
48 \stopbodymatter
49 \startbackmatter
50 \todo{The references are not numbered in this list?}
51 \completepublications
52 \stopbackmatter
53 \stoptext
54
55 % vim: set sw=2 sts=2 expandtab: