From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/25140 Path: news.gmane.org!not-for-mail From: Hans van der Meer Newsgroups: gmane.comp.tex.context Subject: Re: bibmod Date: Fri, 13 Jan 2006 12:52:19 +0100 Message-ID: <558E5B4C-D5E3-41E8-A069-3E065196A10E@science.uva.nl> References: <43C69BB2.7040008@elvenkind.com> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 (Apple Message framework v746.2) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1137153212 12438 80.91.229.2 (13 Jan 2006 11:53:32 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 13 Jan 2006 11:53:32 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Fri Jan 13 12:53:29 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 1ExNUn-0007vY-AO for gctc-ntg-context-518@m.gmane.org; Fri, 13 Jan 2006 12:53:29 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 79E67127DB; Fri, 13 Jan 2006 12:53:27 +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 02220-06; Fri, 13 Jan 2006 12:53:24 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 6F8BD127B8; Fri, 13 Jan 2006 12:53:24 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 882D2127B8 for ; Fri, 13 Jan 2006 12:53:23 +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 02352-01 for ; Fri, 13 Jan 2006 12:53:22 +0100 (CET) Original-Received: from smtp.science.uva.nl (smtp.science.uva.nl [146.50.4.84]) by ronja.ntg.nl (Postfix) with SMTP id 70E56127B5 for ; Fri, 13 Jan 2006 12:53:20 +0100 (CET) Original-Received: from 118-81.uva.surfnetthuis.nl [145.98.118.81] by smtp.science.uva.nl with ESMTP (sendmail 8.11.6p2/config 11.36). id k0DBrHx26416; Fri, 13 Jan 2006 12:53:17 +0100 X-Organisation: Faculty of Science, University of Amsterdam, The Netherlands X-URL: http://www.science.uva.nl/ In-Reply-To: <43C69BB2.7040008@elvenkind.com> Original-To: mailing list for ConTeXt users X-Mailer: Apple Mail (2.746.2) X-Virus-Scanned: by amavisd-new 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:25140 Archived-At: Although the setup below works, there is still another problem when the project setup is more involved. The problem can now be described as follows: \project setup with \products in subdirectories, no problem in finding environments higher up when texexec-ing. Setup of bibtext database is done with \setupbibtex[literature] . Directory structure is: project/ (containing \project-file, literature.bib and literature.bbl) project/xyz (containing xyz \product-file) Running job xyz.tex within project/xyz, produces xyz.aux, which is useless for bibtex; therefore I tried to use the bbl file directly and thought to find this in coding: \usepublications[literature] instead of \setupbibtex[literature] putting this in an \environment at the \project level. However, texexec-ing xyz in its subdirectory again does not find literature.bbl, the log file says: publications : file literature.bbl not found, don't forget to run bibtex But, it does find the bibtex database literature.bbl when I put the \product files in the same directory as the \product; correctly saying: publications : loading database from literature.bbl 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. yours sincerely, dr. H. van der Meer On Jan 12, 2006, at 19:10, Taco Hoekwater wrote: > Hans van der Meer wrote: >> \usemodule[bib] >> \setupbibtex[database=syllabus] >> \setuppublications[numbering=yes] > > Should have worked, AFAICT. Please try the attached > minimal file. You should run: > > texexec mini > bibtex mini > texexec mini