From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/26107 Path: news.gmane.org!not-for-mail From: Patrick Gundlach Newsgroups: gmane.comp.tex.context Subject: bib question Date: Tue, 21 Feb 2006 16:17:15 +0100 Organization: chaos Message-ID: Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1140535141 17572 80.91.229.2 (21 Feb 2006 15:19:01 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 21 Feb 2006 15:19:01 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Tue Feb 21 16:18:49 2006 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from ronja.vet.uu.nl ([131.211.172.88] helo=ronja.ntg.nl) by ciao.gmane.org with esmtp (Exim 4.43) id 1FBZHh-00057P-Cl for gctc-ntg-context-518@m.gmane.org; Tue, 21 Feb 2006 16:18:38 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 8737A12795; Tue, 21 Feb 2006 16:18:36 +0100 (CET) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 03101-01; Tue, 21 Feb 2006 16:18:36 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id D9F2B12775; Tue, 21 Feb 2006 16:16:49 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 1F6DB12775 for ; Tue, 21 Feb 2006 16:16:48 +0100 (CET) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 02697-07 for ; Tue, 21 Feb 2006 16:16:47 +0100 (CET) Original-Received: from mxout03.versatel.de (mxout03.versatel.de [212.7.152.120]) by ronja.ntg.nl (Postfix) with SMTP id 23B6112772 for ; Tue, 21 Feb 2006 16:16:46 +0100 (CET) Original-Received: from mx01.versatel.de (mx01.versatel.de [212.7.146.1]) by mxout03.versatel.de (8.12.11/8.12.11) with ESMTP id k1LFGkxp004766 for ; Tue, 21 Feb 2006 16:16:46 +0100 Original-Received: from i577b27d8.versanet.de (i577B3138.versanet.de [87.123.49.56]) by mx01.versatel.de (8.12.11/8.12.11) with ESMTP id k1LFGjwF016786 for ; Tue, 21 Feb 2006 16:16:45 +0100 Original-To: ntg-context@ntg.nl X-Lieblings-Musik: the_capricorns User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (darwin) X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.7 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 X-Virus-Scanned: amavisd-new at ntg.nl Xref: news.gmane.org gmane.comp.tex.context:26107 Archived-At: Hello out there, I use Taco's bib module and have a question concering labels/numbering. In the text I use \cite[knuth:texbook] and want to have a label like [1]. In the list of publications I have all bib entries also labeled [1], [2], ... but the ordering in the textbody is incorrect. The first citation in the text is labeled [6] while the corresponding entry in the list of publications it is labeled [1]. The number 6 probably comes from the bib database, where [knuth:texbook] is the 6th entry. So, how do I get [1] both in the place where I cite [knuth:texbook] and in the list of publications? Thanks, Patrick ---------------------------------------- \usemodule[bib] \def\EckNummer#1{[#1]} \chardef\urlhyphenmethod=1 \setuppublications [sorttype=cite, refcommand=number, criterium=used, numbering=yes, numbercommand=\EckNummer, ] \setupbibtex [database=../bib/umbruchlit, ] \setuppublicationlist [before=\blank, ] ---------------------------------------- -- ConTeXt wiki and more: http://contextgarden.net