From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/17982 Path: main.gmane.org!not-for-mail From: Taco Hoekwater Newsgroups: gmane.comp.tex.context Subject: Bib module bug (was: bib module problem) Date: Wed, 26 Jan 2005 12:15:35 +0100 Message-ID: <41F77BD7.1080904@elvenkind.com> References: <1106689780.26130.3.camel@tempete.lac.qc.ca> <41F6C1DF.1040401@elvenkind.com> <1106691533.26130.7.camel@tempete.lac.qc.ca> <41F6C87C.8020608@elvenkind.com> <41F776A3.8060707@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 1106738147 22466 80.91.229.6 (26 Jan 2005 11:15:47 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 26 Jan 2005 11:15:47 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Wed Jan 26 12:15:41 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 1Ctl9B-000440-00 for ; Wed, 26 Jan 2005 12:15:41 +0100 Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id C300E127C5; Wed, 26 Jan 2005 12:15:40 +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 07762-08; Wed, 26 Jan 2005 12:15:39 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 5F365127BF; Wed, 26 Jan 2005 12:15:39 +0100 (CET) Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 87A66127BF for ; Wed, 26 Jan 2005 12:15: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 07700-08-2 for ; Wed, 26 Jan 2005 12:15:36 +0100 (CET) Original-Received: from glenfiddich.elvenkind.com (elvenknd.xs4all.nl [213.84.171.68]) by ronja.ntg.nl (Postfix) with ESMTP id AE066127BE for ; Wed, 26 Jan 2005 12:15:36 +0100 (CET) Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by glenfiddich.elvenkind.com (Postfix) with ESMTP id B6E6916F99 for ; Wed, 26 Jan 2005 12:11:03 +0100 (CET) Original-Received: from glenfiddich.elvenkind.com ([127.0.0.1]) by localhost (glenfiddich.elvenkind.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 22228-06 for ; Wed, 26 Jan 2005 12:11:02 +0100 (CET) Original-Received: from [10.10.0.6] (glenlivet.elvenkind.com [10.10.0.6]) by glenfiddich.elvenkind.com (Postfix) with ESMTP id C24EBEC11 for ; Wed, 26 Jan 2005 12:11:02 +0100 (CET) User-Agent: Mozilla Thunderbird 1.0 (X11/20041206) X-Accept-Language: en-us, en Original-To: mailing list for ConTeXt users In-Reply-To: <41F776A3.8060707@elvenkind.com> X-Virus-Scanned: by amavisd-new at elvenkind.net 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:17982 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:17982 Taco Hoekwater wrote: > Using the latest context (2005.01.24), I have the same bug. > Not sure yet what goes wrong, but there are a lot of changes > in the latest core-lst.tex so perhaps it has something to > do with that. Still investigating... I found it, the bug is caused by a mistake in an optimalization in t-bib.tex. You can fix it in texmf/tex/context/bib/t-bib.tex, or use the fixed definition of \placelist below. This bug is in Context 2005.01.13 as well. Greetings, Taco % line 687: \def\doplacepublications[#1]% {\preinitializepubslist \ifcase\bibcounter\else % HERE it said "\or" instead of "\else" \initializepubslist \let\bibcounter\!!zerocount \placelist[pubs][\c!criterium=\v!all,#1]% \fi}