Fix todo's in the introduction chapter.
[matthijs/master-project/report.git] / Report.tex
index cd0aab2a7c349fc0755f86833f609b5ca8fd86cc..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,14 +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: