Fix a lot of things following from Jan's comments.
[matthijs/master-project/report.git] / Report.tex
index 9afc655905160b335e1ecde042073c601cfce6ac..849e5836c71ffa3fde6e8baa091aad966c07d48d 100644 (file)
@@ -1,24 +1,55 @@
 \mainlanguage [en]
 \setuppapersize[A4][A4]
+% Enable interaction (clickable links), but don't use special link colors.
+\setupinteraction[state=start,color=,contrastcolor=]
+% Enable interaction in the table of contents as well
+\setupcombinedlist[content][interaction=all]
+
+% Use bibtex
+\usemodule[bib]
+\setupbibtex[database=Report]
+\setuppublications[numbering=yes]
 
 \input Utils/Fonts
 \input Utils/Formats
 \input Utils/Lambda
 \input Utils/Shortcuts
+\input Utils/Metapost
+\input Utils/Fixme
 
 \usetypescript [Custom]
 
 % Use our custom typeface
 \switchtotypeface [Custom] [10pt]
 
+% Reducing margins (or actually, the spacing in which the margins end up) for
+% 2-up printing and increase font size slightly.
+%\setuplayout[backspace=2cm,width=middle,topspace=1cm,bottomspace=1cm,height=middle]
+%\switchtotypeface [Custom] [10pt]
+
 \starttext
 % TODO: Proper title page
-\title {From Haskell to Hardware - a Master's thesis}
+\title {Haskell as a higher order structural hardware description language.}
 Matthijs Kooijman
 
+\todo{Complete titlepage}
+
 \completecontent
-\chapter{Introduction}
+\startfrontmatter
+\input Chapters/Introduction
+\stopfrontmatter
+\startbodymatter
+\input Chapters/Context
 \input Chapters/HardwareDescription
+\input Chapters/Prototype
 \input Chapters/Normalization
-\input Chapters/State
+\input Chapters/Future
+\input Chapters/Conclusions
+\stopbodymatter
+\startbackmatter
+\todo{The references are not numbered in this list?}
+\completepublications
+\stopbackmatter
 \stoptext
+
+% vim: set sw=2 sts=2 expandtab: