From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/17915 Path: main.gmane.org!not-for-mail From: Taco Hoekwater Newsgroups: gmane.comp.tex.context Subject: Re: some bib module questions Date: Sat, 22 Jan 2005 09:21:41 +0100 Message-ID: <41F20D15.4040202@elvenkind.com> References: 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 1106382111 3827 80.91.229.6 (22 Jan 2005 08:21:51 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 22 Jan 2005 08:21:51 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Sat Jan 22 09:21:45 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 1CsGWf-0005uO-00 for ; Sat, 22 Jan 2005 09:21:45 +0100 Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 65E69127A3; Sat, 22 Jan 2005 09:21:45 +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 16579-02-3; Sat, 22 Jan 2005 09:21:43 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 9478F1279A; Sat, 22 Jan 2005 09:21:43 +0100 (CET) Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id BF2691279A for ; Sat, 22 Jan 2005 09:21: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 16579-02-2 for ; Sat, 22 Jan 2005 09:21:42 +0100 (CET) Original-Received: from post-22.mail.nl.demon.net (unknown [194.159.73.192]) by ronja.ntg.nl (Postfix) with ESMTP id 035321277E for ; Sat, 22 Jan 2005 09:21:42 +0100 (CET) Original-Received: from boo.demon.nl ([82.161.175.147]:57909 helo=[192.168.1.3]) by post-22.mail.nl.demon.net with esmtp (Exim 4.43) id 1CsGWb-000BIe-TZ; Sat, 22 Jan 2005 08:21:41 +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:17915 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:17915 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