Add another reference.
[matthijs/master-project/report.git] / Report.tex
index cd0aab2a7c349fc0755f86833f609b5ca8fd86cc..b0eb832abcfcf736a96edea3122544a6c0867d7c 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,14 +35,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: