Fix todo's in the introduction chapter.
[matthijs/master-project/report.git] / Report.tex
index 945b76a8c1c9d83a0be63edbae0b186b013219b3..c15a485920883a753a12fc3d614c6a5e2a83f2fd 100644 (file)
@@ -5,6 +5,10 @@
 % Enable interaction in the table of contents as well
 \setupcombinedlist[content][interaction=all]
 
+% Use bibtex
+\usemodule[bib]
+\setupbibtex[database=Report]
+
 \input Utils/Fonts
 \input Utils/Formats
 \input Utils/Lambda
@@ -30,11 +34,19 @@ 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
+\todo{The references are not numbered in this list?}
+\completepublications
 \stoptext
+
+% vim: set sw=2 sts=2 expandtab: