From: Matthijs Kooijman Date: Fri, 4 Dec 2009 22:04:54 +0000 (+0100) Subject: Setup bibtex. X-Git-Tag: final-thesis~98 X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fmaster-project%2Freport.git;a=commitdiff_plain;h=4c731d63745c7a61f990fbac5a34f03d82df13ab Setup bibtex. --- diff --git a/Report.bib b/Report.bib new file mode 100644 index 0000000..eecde8e --- /dev/null +++ b/Report.bib @@ -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}, + } + diff --git a/Report.tex b/Report.tex index cd0aab2..6fac2bd 100644 --- a/Report.tex +++ b/Report.tex @@ -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: