On Fri, 21 May 2010, Stefan Müller wrote: > Thank you for the fast responses. > >> Did you try "\cite[ref1,ref3,... ref9]" ? > > Yes, I did try this, but instead of "[1,2,3]" or "[1-3]" I just got "[1]". > >> Yes, it is OK. I am using in MKIV for multiple citation >> \cite[ref1,ref3,... ref9] >> Last delimiter is setting due commands \setupcite, for example >> default setting (for num style) is \setupcite[num][lastpubsep={ and }] >> I am using \setupcite[num][lastpubsep={,\,}] ... >> >> More informations about using bib module (\usemodule[bib] >> \usemodule[bibltx]) is in Taco's document on: >> http://www.tug.org/texlive/Contents/live/texmf-dist/doc/context/bib/bibmod- >> doc.pdf >> >> Jaroslav > > I tried what you suggested, but without success. I'm using MkIV. My test case > is: > > "\usemodule[bib] > \setupbibtex[database={test.bib}, sort=author] > \setuppublications[alternative=ams] > \setupcite[num][lastpubsep={,\,}] > > \starttext > \section{Section} > \cite[ref1, ref2, ref3] > \completepublications > \stoptext" > > With this example tex-file I only get "[1]". Confirmed. This is a bug. The above example works correctly with MkII (if you replace test.bib with an actual bib file) > Strangely: If I remove either the > \section or the \completepublications command I get "[]"... > > Any ideas what causes this? \completepublications[criterium=all] Aditya