Dne 19.5.2010 23:35, Jean Magnan de Bornier napsal(a):
Le 19 mai à 22:01:25 Stefan Müller
écrit notamment: | Hi,
| I am citing several references at one position in my document and I was | wondering if there is a way to get something like "[1, 3, 9 - 11]" instead of | "[1] [3] [9] [10] [11]" (what I would get by using "\cite[ref1] \cite[ref3] | \cite[ref9] ..."). Unfortunately I can't find some deeper information about | \cite or \setupcite. I'd appreciate any suggestions.
| Thanks in advance, | Stefan.
Did you try "\cite[ref1,ref3,... ref9]" ?
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-d... Jaroslav