From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/17968 Path: main.gmane.org!not-for-mail From: Fei He Newsgroups: gmane.comp.tex.context Subject: Re: some bib module questions Date: Tue, 25 Jan 2005 14:37:35 -0500 Message-ID: References: <41F20D15.4040202@elvenkind.com> Reply-To: Fei He , mailing list for ConTeXt users NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1106681870 12270 80.91.229.6 (25 Jan 2005 19:37:50 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 25 Jan 2005 19:37:50 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Tue Jan 25 20:37:43 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 1CtWVT-0002mq-00 for ; Tue, 25 Jan 2005 20:37:43 +0100 Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id EC0EC127B3; Tue, 25 Jan 2005 20:37:42 +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 01336-03; Tue, 25 Jan 2005 20:37:40 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id EA1B01276C; Tue, 25 Jan 2005 20:37:39 +0100 (CET) Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id D4EBF1276C for ; Tue, 25 Jan 2005 20:37:37 +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 01449-01 for ; Tue, 25 Jan 2005 20:37:36 +0100 (CET) Original-Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.194]) by ronja.ntg.nl (Postfix) with ESMTP id 767A61276B for ; Tue, 25 Jan 2005 20:37:36 +0100 (CET) Original-Received: by wproxy.gmail.com with SMTP id 63so53621wri for ; Tue, 25 Jan 2005 11:37:35 -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=S7qDdTDR796nLlkaHtcTET6DufqFikKj9Olpd6eQGnxeCkIMtWHn9hoCyTrgheKmE3aPN7B5LYY2sh2j26nEahvPsPuwj7j1UJRpPODczpa8NEdrtywSgvKCAMRwCqPZsvK5Aic/mW7wauCIZBtABnYlu6e6qMMsdCWQdvlMLhQ= Original-Received: by 10.54.20.70 with SMTP id 70mr76150wrt; Tue, 25 Jan 2005 11:37:35 -0800 (PST) Original-Received: by 10.54.17.2 with HTTP; Tue, 25 Jan 2005 11:37:35 -0800 (PST) Original-To: Taco Hoekwater , mailing list for ConTeXt users In-Reply-To: <41F20D15.4040202@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 Xref: main.gmane.org gmane.comp.tex.context:17968 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:17968 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 Attached is what I did. Am I missing something? Thanks a lot. ---Fei \usemodule[bib] \setuppublications[sorttype=cite, refcommand=number] \setupbibtex[database=c_intent] \setupcite[num] \setuppublicationlist[criterium=all] \setuppublicationlist[numbering=yes] \setuplist[pubs][criterium=all] On Sat, 22 Jan 2005 09:21:41 +0100, Taco Hoekwater wrote: > > Hello, > Fei He wrote: > > > 1. \setupcite[number][left=[, right=]] did not work. the citation > > still shows up in the text like (author, year) > > In this case, you also need \setuppublications[refcommand=number], > to change the default alternative for \cite. Or you could have > used \cite[number][xxx] in the text instead of the defaulted version. > > Are you sure you want 'number' instead of 'num'? > > > 2. either \completepublications or \placepublications wont show the > > publication list at the end of the paper without using > > \setup[pubs][criterium=all]. > > This is a strange, but known, buglet. The cleanest way of fixing it is > \setuppublicationlist[criterium=all] > > > 3. \setuppublications[numbering=yes] fails to put a number before the > > publication list at the end of the paper. > > Try \setuppublicationlist[numbering=yes] > ^^^^ > > > I got the most updated m-bib.zip from http://texaanhet.net/bib/ and > > copied those file to my local hard drive at > > ...\texmf\tex\context\m-bib\. Also I just updated my context to the > > new released version. > > If you have the very.very latest ConTeXt, you no longer need my zipped > files. The bib module is now included in the distribution. > > Greetings and good luck, > > Taco >