From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/12792 Path: main.gmane.org!not-for-mail From: Tobias Burnus Newsgroups: gmane.comp.tex.context Subject: Problems with m-bibtex Date: Wed, 6 Aug 2003 11:46:57 +0200 (CEST) Sender: ntg-context-admin@ntg.nl Message-ID: 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 1060163597 24310 80.91.224.253 (6 Aug 2003 09:53:17 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 6 Aug 2003 09:53:17 +0000 (UTC) Original-X-From: ntg-context-admin@ntg.nl Wed Aug 06 11:53:38 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 19kKzC-0003gX-00 for ; Wed, 06 Aug 2003 11:53:38 +0200 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id 2586A10B59; Wed, 6 Aug 2003 11:53:34 +0200 (MEST) Original-Received: from up.physik.fu-berlin.de (up.physik.fu-berlin.de [160.45.34.5]) by ref.ntg.nl (Postfix) with ESMTP id 9807F10B58 for ; Wed, 6 Aug 2003 11:47:01 +0200 (MEST) Original-Received: from g25.physik.fu-berlin.de (g25.physik.fu-berlin.de [160.45.34.125]) by up.physik.fu-berlin.de (8.9.3/8.9.1) with ESMTP id LAA797991; Wed, 6 Aug 2003 11:47:01 +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 19kKsj-0002nh-00; Wed, 06 Aug 2003 11:46:57 +0200 X-X-Sender: tburnus@g25.physik.fu-berlin.de Original-To: NTG-ConTeXt 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:12792 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:12792 Hi, 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] 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. Tobias