From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/17976 Path: main.gmane.org!not-for-mail From: Taco Hoekwater Newsgroups: gmane.comp.tex.context Subject: Re: some bib module questions Date: Wed, 26 Jan 2005 08:34:58 +0100 Message-ID: <41F74822.5010701@elvenkind.com> References: <41F20D15.4040202@elvenkind.com> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1106725022 19446 80.91.229.6 (26 Jan 2005 07:37:02 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 26 Jan 2005 07:37:02 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Wed Jan 26 08:36:56 2005 Return-path: Original-Received: from ronja.vet.uu.nl ([131.211.172.88] helo=ronja.ntg.nl) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CthjU-0005JF-00 for ; Wed, 26 Jan 2005 08:36:56 +0100 Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 4F747127C0; Wed, 26 Jan 2005 08:36:56 +0100 (CET) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (ronja.vet.uu.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 06063-01; Wed, 26 Jan 2005 08:36:55 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id B5221127B9; Wed, 26 Jan 2005 08:35:08 +0100 (CET) Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 61D3E127B9 for ; Wed, 26 Jan 2005 08:35:07 +0100 (CET) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (ronja.vet.uu.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 05737-05-2 for ; Wed, 26 Jan 2005 08:35:06 +0100 (CET) Original-Received: from post-23.mail.nl.demon.net (post-23.mail.nl.demon.net [194.159.73.193]) by ronja.ntg.nl (Postfix) with ESMTP id 50966127B1 for ; Wed, 26 Jan 2005 08:35:06 +0100 (CET) Original-Received: from boo.demon.nl ([82.161.175.147]:33565 helo=[192.168.1.3]) by post-23.mail.nl.demon.net with esmtp (Exim 4.43) id 1Cthhh-00081a-K9; Wed, 26 Jan 2005 07:35:06 +0000 User-Agent: Mozilla Thunderbird 1.0 (X11/20041216) X-Accept-Language: en-us, en Original-To: Fei He , mailing list for ConTeXt users In-Reply-To: X-Virus-Scanned: by amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.5 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: by amavisd-new at ntg.nl Xref: main.gmane.org gmane.comp.tex.context:17976 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:17976 Fei He wrote: > Hello Taco, > > Thanks for the help the other day. It fixed most of the problems. > However, it seems that i cannot get the publication list numbered > like: > > [1]. pub1 > [2.] pub2 Here's what you need: \usemodule[bib] \def\bracketed#1{[#1]} % adapt as desired \setuppublications [sorttype=cite, % list by cite order refcommand=num, % cite list item no. numbering=yes, % display list item no. in list numbercommand=\bracketed] % show brackets \setuppublicationlist[criterium=all] % for that bug Greetings, Taco