From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/24349 Path: news.gmane.org!not-for-mail From: "Thomas A. Schmitz" Newsgroups: gmane.comp.tex.context Subject: bibmodule + project Date: Wed, 14 Dec 2005 11:47:28 +0100 Message-ID: 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 1134557502 4251 80.91.229.2 (14 Dec 2005 10:51:42 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 14 Dec 2005 10:51:42 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Wed Dec 14 11:51:40 2005 Return-path: 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 1EmUCS-0001KD-MJ for gctc-ntg-context-518@m.gmane.org; Wed, 14 Dec 2005 11:49:32 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 718A8127E4; Wed, 14 Dec 2005 11:49:32 +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 30467-01; Wed, 14 Dec 2005 11:49:32 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id B7BBA127C6; Wed, 14 Dec 2005 11:47:34 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 4A0AC127C6 for ; Wed, 14 Dec 2005 11:47:33 +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 30290-07-3 for ; Wed, 14 Dec 2005 11:47:32 +0100 (CET) Original-Received: from uni-bonn.de (mail.uni-bonn.de [131.220.15.112]) by ronja.ntg.nl (Postfix) with ESMTP id 46D73127B6 for ; Wed, 14 Dec 2005 11:47:31 +0100 (CET) Original-Received: from [131.220.89.142] (HELO [131.220.89.142]) by uni-bonn.de (CommuniGate Pro SMTP 4.2.10) with ESMTP id 26423253 for ntg-context@ntg.nl; Wed, 14 Dec 2005 11:47:31 +0100 Original-To: mailing list for ConTeXt users X-Mailer: Apple Mail (2.746.2) 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:24349 Archived-At: Hi all, a question for the many happy users of Taco's bibmodule: I'm in the process of splitting a larger project into several components. What I have is: transl.tex --> main project file environment.tex --> environment for all components products.tex --> list of components component1.tex component2.tex . . . Index, TOC etc. seem to be working very well, but I can't get the bibliographic references right when compiling. Where should the call to bibmodule reside, and how can I run bibtex on such a project? Thanks Thomas