Various small fixes following from Bert's commentaar.
[matthijs/master-project/report.git] / Report.tex
index 6fac2bd6a728f9d794a654e0e3d234f381cb0d56..849e5836c71ffa3fde6e8baa091aad966c07d48d 100644 (file)
@@ -8,6 +8,7 @@
 % Use bibtex
 \usemodule[bib]
 \setupbibtex[database=Report]
+\setuppublications[numbering=yes]
 
 \input Utils/Fonts
 \input Utils/Formats
@@ -34,16 +35,21 @@ Matthijs Kooijman
 \todo{Complete titlepage}
 
 \completecontent
-
+\startfrontmatter
 \input Chapters/Introduction
+\stopfrontmatter
+\startbodymatter
 \input Chapters/Context
 \input Chapters/HardwareDescription
 \input Chapters/Prototype
 \input Chapters/Normalization
 \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: