Setup bibtex.
authorMatthijs Kooijman <matthijs@stdin.nl>
Fri, 4 Dec 2009 22:04:54 +0000 (23:04 +0100)
committerMatthijs Kooijman <matthijs@stdin.nl>
Fri, 4 Dec 2009 22:04:54 +0000 (23:04 +0100)
Report.bib [new file with mode: 0644]
Report.tex

diff --git a/Report.bib b/Report.bib
new file mode 100644 (file)
index 0000000..eecde8e
--- /dev/null
@@ -0,0 +1,11 @@
+@article{hudak96,
+ author = {Hudak, Paul},
+ title = {Building domain-specific embedded languages},
+ journal = {ACM Comput. Surv.},
+ issn = {0360-0300},
+ pages = {196},
+ doi = {http://doi.acm.org/10.1145/242224.242477},
+ publisher = {ACM},
+ address = {New York, NY, USA},
+ }
+
index cd0aab2a7c349fc0755f86833f609b5ca8fd86cc..6fac2bd6a728f9d794a654e0e3d234f381cb0d56 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
@@ -38,6 +42,8 @@ Matthijs Kooijman
 \input Chapters/Normalization
 \input Chapters/Future
 \input Chapters/Conclusions
+\todo{The references are not numbered in this list?}
+\completepublications
 \stoptext
 
 % vim: set sw=2 sts=2 expandtab: