Improve the titlepage.
[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 or a
5 % bold style.
6 \setupinteraction[state=start,color=,contrastcolor=,style=normal]
7 % Enable interaction in the table of contents as well
8 \setupcombinedlist[content][interaction=all]
9
10 % Use bibtex
11 \usemodule[bib]
12 \setupbibtex[database=Report]
13 \setuppublications[numbering=yes]
14
15 \input Utils/Fonts
16 \input Utils/Formats
17 \input Utils/Lambda
18 \input Utils/Shortcuts
19 \input Utils/Metapost
20 \input Utils/Fixme
21
22 \usetypescript [Custom]
23
24 % Use our custom typeface
25 \switchtotypeface [Custom] [10pt]
26
27 % Reducing margins (or actually, the spacing in which the margins end up) for
28 % 2-up printing and increase font size slightly.
29 %\setuplayout[backspace=2cm,width=middle,topspace=1cm,bottomspace=1cm,height=middle]
30 %\switchtotypeface [Custom] [10pt]
31
32 \starttext
33 \input Titlepage
34
35 \completecontent
36 \startfrontmatter
37 \input Chapters/Introduction
38 \stopfrontmatter
39 \startbodymatter
40 \input Chapters/Context
41 \input Chapters/HardwareDescription
42 \input Chapters/Prototype
43 \input Chapters/Normalization
44 \input Chapters/Future
45 \input Chapters/Conclusions
46 \stopbodymatter
47 \startbackmatter
48 \completepublications
49 \stopbackmatter
50 \stoptext
51
52 % vim: set sw=2 sts=2 expandtab: