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]". Strangely: If I remove either the \section or the \completepublications command I get "[]"... Any ideas what causes this? Stefan
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
When you put command \cite[ref1,ref2,ref3] % without spaces!!! then you get regular restult. Jaroslav Here is my minimal example: \usemodule[bib] \setupbibtex[database={test.bib}, sort=author] \setuppublications[alternative=ams] \starttext \section{Section} \cite[ref1,ref2,ref3] % without spaces!!! With spaces i.e. \cite[ref1, ref2, ref3] get wrong result \completepublications[criterium=all] %\placepublications % too for MKIV compilation \stoptext Dne 21.5.2010 16:28, Stefan Müller napsal(a):
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]". Strangely: If I remove either the \section or the \completepublications command I get "[]"...
Any ideas what causes this?
Stefan ___________________________________________________________________________________ If your question is of interest to others as well, please add an entry to the Wiki!
maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context webpage : http://www.pragma-ade.nl / http://tex.aanhet.net archive : http://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___________________________________________________________________________________
participants (3)
-
Aditya Mahajan
-
Jaroslav Hajtmar
-
Stefan Müller