From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/25141 Path: news.gmane.org!not-for-mail From: Taco Hoekwater Newsgroups: gmane.comp.tex.context Subject: Re: bibmod Date: Fri, 13 Jan 2006 13:07:23 +0100 Message-ID: <43C797FB.7030909@elvenkind.com> References: <43C69BB2.7040008@elvenkind.com> <558E5B4C-D5E3-41E8-A069-3E065196A10E@science.uva.nl> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.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 1137153978 15215 80.91.229.2 (13 Jan 2006 12:06:18 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 13 Jan 2006 12:06:18 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Fri Jan 13 13:06:14 2006 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org 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 1ExNh7-0002GV-S1 for gctc-ntg-context-518@m.gmane.org; Fri, 13 Jan 2006 13:06:13 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 5D88F127EC; Fri, 13 Jan 2006 13:06:12 +0100 (CET) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 02618-01; Fri, 13 Jan 2006 13:06:09 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 7CE12127DB; Fri, 13 Jan 2006 13:06:09 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 44B7F127DB for ; Fri, 13 Jan 2006 13:06:08 +0100 (CET) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 02504-02 for ; Fri, 13 Jan 2006 13:06:07 +0100 (CET) Original-Received: from post-25.mail.nl.demon.net (post-25.mail.nl.demon.net [194.159.73.195]) by ronja.ntg.nl (Postfix) with SMTP id 624EC127A8 for ; Fri, 13 Jan 2006 13:06:07 +0100 (CET) Original-Received: from boo.demon.nl ([82.161.175.147]:39299 helo=[192.168.1.3]) by post-25.mail.nl.demon.net with esmtp (Exim 4.51) id 1ExNgw-000C4f-Mh for ntg-context@ntg.nl; Fri, 13 Jan 2006 12:06:03 +0000 User-Agent: Mozilla Thunderbird 1.0 (X11/20050215) X-Accept-Language: en-us, en Original-To: mailing list for ConTeXt users In-Reply-To: <558E5B4C-D5E3-41E8-A069-3E065196A10E@science.uva.nl> X-Virus-Scanned: 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: amavisd-new at ntg.nl Xref: news.gmane.org gmane.comp.tex.context:25141 Archived-At: Hi, Hans van der Meer wrote: > It looks as if the bib-module does not look higher up in the directory > hierarchy as is done for other elements in an \environment. > I would expect that from the project structure, being the main benefit > of this structuring. > > Is this really a problem in the bib-module or am I overseeing something. It really is a problem in the module. This improved definition of \dousepublications should fix it: \def\dousepublications#1% {\readfile{#1.bbl} % not \readsysfile {\showmessage{bib}{4}{#1.bbl}} {\showmessage{bib}{2}{#1.bbl}}} You should put it somewhere after \usemodule, but before \usepublications. Thanks for the bug report! Cheers, Taco