7 Apr
2006
7 Apr
'06
6:43 a.m.
Hello again, Taco had helped me working the following out: \usemodule[bib] \setupbibtex[database={../Bibliography/bibliography.bib}] \setuppublications[sorttype=bbl] \defineXMLenvironment [chapter] { \defineXMLargument [title] {\chapter} \defineXMLenvironment [content] {}{} } {\setupindenting[none]\section{References}\placepublications} Which works just the way I want it to for the first chapter BUT in the next one all citations from the first one are being included as well. Is there a mechanism to reset the bibliography after a chapter is processed? Thanks, Joh