Hello out there, I use Taco's bib module and have a question concering labels/numbering. In the text I use \cite[knuth:texbook] and want to have a label like [1]. In the list of publications I have all bib entries also labeled [1], [2], ... but the ordering in the textbody is incorrect. The first citation in the text is labeled [6] while the corresponding entry in the list of publications it is labeled [1]. The number 6 probably comes from the bib database, where [knuth:texbook] is the 6th entry. So, how do I get [1] both in the place where I cite [knuth:texbook] and in the list of publications? Thanks, Patrick ---------------------------------------- \usemodule[bib] \def\EckNummer#1{[#1]} \chardef\urlhyphenmethod=1 \setuppublications [sorttype=cite, refcommand=number, criterium=used, numbering=yes, numbercommand=\EckNummer, ] \setupbibtex [database=../bib/umbruchlit, ] \setuppublicationlist [before=\blank, ] ---------------------------------------- -- ConTeXt wiki and more: http://contextgarden.net
Taco,
the 6th entry. So, how do I get [1] both in the place where I cite [knuth:texbook] and in the list of publications?
[...]
\setuppublications [sorttype=cite, refcommand=number,
Make this line: refcommand=num,
Thanks, that's it. I should have read 3.1) Cite options more thoroughly. Patrick -- ConTeXt wiki and more: http://contextgarden.net
participants (2)
-
Patrick Gundlach
-
Taco Hoekwater