From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/18068 Path: main.gmane.org!not-for-mail From: Fei He Newsgroups: gmane.comp.tex.context Subject: Re: some bib module questions Date: Tue, 1 Feb 2005 23:05:28 -0500 Message-ID: References: <41F20D15.4040202@elvenkind.com> <41F74822.5010701@elvenkind.com> Reply-To: Fei He , 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 1107317118 19214 80.91.229.2 (2 Feb 2005 04:05:18 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 2 Feb 2005 04:05:18 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Wed Feb 02 05:05:18 2005 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 1CwBlO-0006pj-Pz for gctc-ntg-context-518@m.gmane.org; Wed, 02 Feb 2005 05:05:11 +0100 Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 5D044127C7; Wed, 2 Feb 2005 05:05:34 +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 19093-05-3; Wed, 2 Feb 2005 05:05:32 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 304A5127BE; Wed, 2 Feb 2005 05:05:32 +0100 (CET) Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 62F93127B1 for ; Wed, 2 Feb 2005 05:05:30 +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 19093-05-2 for ; Wed, 2 Feb 2005 05:05:29 +0100 (CET) Original-Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.196]) by ronja.ntg.nl (Postfix) with ESMTP id 681C3127BE for ; Wed, 2 Feb 2005 05:05:29 +0100 (CET) Original-Received: by wproxy.gmail.com with SMTP id 49so71492wri for ; Tue, 01 Feb 2005 20:05:28 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=Fp1L5Cz7C+EQmsXdaOHQF3rLupjtgjGeMOWSdOymnaWtZPOv2eghHQoF9Cq42cbC96XaGXykJ2kfX8Yc1p1CjBieQ8C//uIwpTXvSk1/OH4djXsZhGiqZgUao0f3ByPrhhl4dO0lgwi4P4k88hMDI78v9m2ywFijw+rHdPSgODM= Original-Received: by 10.54.59.18 with SMTP id h18mr121838wra; Tue, 01 Feb 2005 20:05:28 -0800 (PST) Original-Received: by 10.54.17.38 with HTTP; Tue, 1 Feb 2005 20:05:28 -0800 (PST) Original-To: Taco Hoekwater , ntg-context@ntg.nl In-Reply-To: <41F74822.5010701@elvenkind.com> 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 X-MailScanner-From: ntg-context-bounces@ntg.nl X-MailScanner-To: gctc-ntg-context-518@m.gmane.org Xref: main.gmane.org gmane.comp.tex.context:18068 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:18068 Hello Taco, Thanks for the help. The instructions you gave worked briefly for a few days. Some weird things happened after I re-installed my miktex and updated the context to the newest version (01/20/05). here is what i did: \usemodule[bib] \def\bracketed#1{[#1]} \setuppublications [sorttype=cite, refcommand=num, numbering=yes, numbercommand=\bracketed] \setupbibtex[database=c_intent] \setuppublicationlist[criterium=all] It stops producing ''References" at the end of the text and stops generating the publication list. refcommand=num fails to generate the cite number. If changing to refcommand=number, then it will generate the cite number but still fails to produce the Reference section and no publication list. Context seems more complicated than Latex. Thanks a lot for the help!! Best, Fei On Wed, 26 Jan 2005 08:34:58 +0100, Taco Hoekwater wrote: > > > 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 >