Prettyprint comments in italic.
[matthijs/master-project/report.git] / Report.tex
index 945b76a8c1c9d83a0be63edbae0b186b013219b3..849e5836c71ffa3fde6e8baa091aad966c07d48d 100644 (file)
@@ -5,6 +5,11 @@
 % 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
@@ -30,11 +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: