From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/34104 Path: news.gmane.org!not-for-mail From: Taco Hoekwater Newsgroups: gmane.comp.tex.context Subject: Re: bib question Date: Tue, 03 Apr 2007 11:50:27 +0200 Message-ID: <46122363.4090604@elvenkind.com> References: <6E83E10D-990E-44DB-91AB-7782C2845BB0@uni-bonn.de> <4611026D.6040702@elvenkind.com> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1175596176 27682 80.91.229.12 (3 Apr 2007 10:29:36 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 3 Apr 2007 10:29:36 +0000 (UTC) To: mailing list for ConTeXt users Original-X-From: ntg-context-bounces@ntg.nl Tue Apr 03 12:29:35 2007 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 lo.gmane.org with esmtp (Exim 4.50) id 1HYgGa-00011s-7L for gctc-ntg-context-518@m.gmane.org; Tue, 03 Apr 2007 12:29:32 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 5B1DE1FB57; Tue, 3 Apr 2007 12:29:30 +0200 (CEST) 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 30431-10-2; Tue, 3 Apr 2007 12:29:26 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id F1580203DE; Tue, 3 Apr 2007 11:53:40 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id BDB34203DE for ; Tue, 3 Apr 2007 11:53:38 +0200 (CEST) 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 26010-05 for ; Tue, 3 Apr 2007 11:53:37 +0200 (CEST) Original-Received: from lochside.elvenkind.com (elvenknd.xs4all.nl [213.84.171.68]) by ronja.ntg.nl (Postfix) with ESMTP id A8DAA203D2 for ; Tue, 3 Apr 2007 11:50:27 +0200 (CEST) Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by lochside.elvenkind.com (Postfix) with ESMTP id 8A8456DAE3 for ; Tue, 3 Apr 2007 11:50:27 +0200 (CEST) Original-Received: from lochside.elvenkind.com ([127.0.0.1]) by localhost (glenfiddich.elvenkind.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 23461-09 for ; Tue, 3 Apr 2007 11:50:27 +0200 (CEST) Original-Received: from [10.10.0.6] (glenlivet.elvenkind.com [10.10.0.6]) by lochside.elvenkind.com (Postfix) with ESMTP id 501396DABE for ; Tue, 3 Apr 2007 11:50:27 +0200 (CEST) User-Agent: Thunderbird 1.5.0.9 (X11/20070111) In-Reply-To: X-Virus-Scanned: by amavisd-new at elvenkind.net X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.9 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:34104 Archived-At: Thomas A. Schmitz wrote: > > thanks for your reply - even if it's bad news... One thought: I could > use the same bbl file for all my presentations, right? And then fix > the numbering in there. But unfortuntately, as far as I understand, > the .bbl always contains the entire database, not just the quoted > references. Can this behavior be influenced? You can delete what you don't need, but everything is always exported from bibtex. For the bib module, the .bbl _is_ the database. It considers .bib to be just another data representation format. Cheers, Taco