From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/58986 Path: news.gmane.org!not-for-mail From: Jaroslav Hajtmar Newsgroups: gmane.comp.tex.context Subject: Re: Multiple citations at one position Date: Sat, 22 May 2010 04:58:17 +0200 Message-ID: <4BF74849.10607@gyza.cz> References: <201005211628.49763.warrence.stm@gmx.de> Reply-To: hajtmar@gyza.cz, mailing list for ConTeXt users NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1"; Format="flowed" Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1274497123 23175 80.91.229.12 (22 May 2010 02:58:43 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 22 May 2010 02:58:43 +0000 (UTC) To: ntg-context@ntg.nl Original-X-From: ntg-context-bounces@ntg.nl Sat May 22 04:58:39 2010 connect(): No such file or directory Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from balder.ntg.nl ([195.12.62.10]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1OFev7-00041F-Ql for gctc-ntg-context-518@m.gmane.org; Sat, 22 May 2010 04:58:37 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id C9C7AC9BAC; Sat, 22 May 2010 04:58:36 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at balder.ntg.nl Original-Received: from balder.ntg.nl ([127.0.0.1]) by localhost (balder.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 0qAxfBUb544d; Sat, 22 May 2010 04:58:34 +0200 (CEST) Original-Received: from balder.ntg.nl (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 10C96C9BA3; Sat, 22 May 2010 04:58:34 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 50839C9BA3 for ; Sat, 22 May 2010 04:58:33 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at balder.ntg.nl Original-Received: from balder.ntg.nl ([127.0.0.1]) by localhost (balder.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id EmMjMXnoXjhe for ; Sat, 22 May 2010 04:58:21 +0200 (CEST) Original-Received: from psi2.forpsi.com (smtpa.forpsi.com [81.2.195.204]) by balder.ntg.nl (Postfix) with SMTP id 60061C9B92 for ; Sat, 22 May 2010 04:58:21 +0200 (CEST) Original-Received: (qmail 9961 invoked by uid 89); 22 May 2010 02:58:18 -0000 Original-Received: from unknown (HELO ?192.168.1.2?) (hajtmar@gyza.cz@88.103.230.14) by psi02 with ESMTPA; 22 May 2010 02:58:18 -0000 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; cs; rv:1.9.1.8) Gecko/20100216 Thunderbird/3.0.2 In-Reply-To: <201005211628.49763.warrence.stm@gmx.de> X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.12 Precedence: list List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: ntg-context-bounces@ntg.nl Errors-To: ntg-context-bounces@ntg.nl Xref: news.gmane.org gmane.comp.tex.context:58986 Archived-At: 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=3D{test.bib}, sort=3Dauthor] \setuppublications[alternative=3Dams] \starttext \section{Section} \cite[ref1,ref2,ref3] % without spaces!!! With spaces i.e. \cite[ref1, = ref2, ref3] get wrong result \completepublications[criterium=3Dall] %\placepublications % too for MKIV compilation \stoptext Dne 21.5.2010 16:28, Stefan M=FCller 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=3D{ and }] >> I am using \setupcite[num][lastpubsep=3D{,\,}] ... >> >> 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/bibm= od- >> doc.pdf >> >> Jaroslav >> = > I tried what you suggested, but without success. I'm using MkIV. My test = case > is: > > "\usemodule[bib] > \setupbibtex[database=3D{test.bib}, sort=3Dauthor] > \setuppublications[alternative=3Dams] > \setupcite[num][lastpubsep=3D{,\,}] > > \starttext > \section{Section} > \cite[ref1, ref2, ref3] > \completepublications > \stoptext" > > With this example tex-file I only get "[1]". Strangely: If I remove eithe= r 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-co= ntext > webpage : http://www.pragma-ade.nl / http://tex.aanhet.net > archive : http://foundry.supelec.fr/projects/contextrev/ > wiki : http://contextgarden.net > _________________________________________________________________________= __________ > > = ___________________________________________________________________________= ________ If your question is of interest to others as well, please add an entry to t= he Wiki! maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-cont= ext webpage : http://www.pragma-ade.nl / http://tex.aanhet.net archive : http://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___________________________________________________________________________= ________