From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/12806 Path: main.gmane.org!not-for-mail From: Tobias Burnus Newsgroups: gmane.comp.tex.context Subject: Re: Problems with m-bibtex Date: Thu, 7 Aug 2003 11:45:24 +0200 (CEST) Sender: ntg-context-admin@ntg.nl Message-ID: References: Reply-To: ntg-context@ntg.nl NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Trace: main.gmane.org 1060249831 14476 80.91.224.253 (7 Aug 2003 09:50:31 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 7 Aug 2003 09:50:31 +0000 (UTC) Original-X-From: ntg-context-admin@ntg.nl Thu Aug 07 11:50:54 2003 Return-path: Original-Received: from ref.vet.uu.nl ([131.211.172.13] helo=ref.ntg.nl) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19khQ6-0000JU-00 for ; Thu, 07 Aug 2003 11:50:54 +0200 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id 5F85910B75; Thu, 7 Aug 2003 11:50:50 +0200 (MEST) Original-Received: from down.physik.fu-berlin.de (down.physik.fu-berlin.de [160.45.34.6]) by ref.ntg.nl (Postfix) with ESMTP id 33BBF10B07 for ; Thu, 7 Aug 2003 11:45:25 +0200 (MEST) Original-Received: from g25.physik.fu-berlin.de (g25.physik.fu-berlin.de [160.45.34.125]) by down.physik.fu-berlin.de (8.9.3/8.9.1) with ESMTP id LAA1233200; Thu, 7 Aug 2003 11:45:24 +0200 (CEST) X-Envelope-From: tburnus@physik.fu-berlin.de Original-Received: from tburnus (helo=localhost) by g25.physik.fu-berlin.de with local-esmtp (Exim 3.35 #1 (Debian)) id 19khKm-0006aX-00; Thu, 07 Aug 2003 11:45:24 +0200 X-X-Sender: tburnus@g25.physik.fu-berlin.de Original-To: NTG-ConTeXt In-Reply-To: Errors-To: ntg-context-admin@ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.0.13 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.comp.tex.context:12806 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:12806 Hi, On Wed, 6 Aug 2003, Tobias Burnus wrote: > I've two problems with m-bib: > a) I want to have the cites numbered by occurrence like this [1], [2], > etc. I managed to get 1, 2, 3 etc. in the reference list but > in the text I get [23], [5] etc. where this number is the number of > occurrence in the .bib file. I used: > \setuppublications[alternative=apa] > \setuppublications[numbering=yes,refcommand=num] %,refcommand=number] I still have this problem. > b) I'm using \cite[reference1, reference2] but I get only > [23], i.e. one reference shown in the text. In the reference list they > appear both. This problem vanishes if I use refcommand=number instead of refcommand=num. Tobias