From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/32818 Path: news.gmane.org!not-for-mail From: Peter Rolf Newsgroups: gmane.comp.tex.context Subject: bug in figure database Date: Wed, 17 Jan 2007 16:30:30 +0100 Message-ID: <45AE4116.7030100@gmx.net> 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 1169047859 11558 80.91.229.12 (17 Jan 2007 15:30:59 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 17 Jan 2007 15:30:59 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Wed Jan 17 16:30:57 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 1H7CkQ-0001KD-Ck for gctc-ntg-context-518@m.gmane.org; Wed, 17 Jan 2007 16:30:46 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 38B921FF55; Wed, 17 Jan 2007 16:26:21 +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 24172-02-6; Wed, 17 Jan 2007 16:26:16 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id CDC201FF2F; Wed, 17 Jan 2007 16:26:15 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 76A6F1FF4A for ; Wed, 17 Jan 2007 16:26:14 +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 24172-02-5 for ; Wed, 17 Jan 2007 16:26:10 +0100 (CET) Original-Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by ronja.ntg.nl (Postfix) with SMTP id BCEFE1FF19 for ; Wed, 17 Jan 2007 16:26:10 +0100 (CET) Original-Received: (qmail invoked by alias); 17 Jan 2007 15:30:30 -0000 Original-Received: from i577BBEEE.versanet.de (EHLO [192.168.1.3]) [87.123.190.238] by mail.gmx.net (mp047) with SMTP; 17 Jan 2007 16:30:30 +0100 X-Authenticated: #24293357 User-Agent: Thunderbird 1.5.0.9 (Windows/20061207) Original-To: mailing list for ConTeXt users X-Enigmail-Version: 0.94.0.0 X-Y-GMX-Trusted: 0 X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.7 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:32818 Archived-At: Hi Hans, I'm currently building up a new tree, based on your minimal system. Everything works fine, except figure inclusion from data bases. I finally traced it down to the following typo(s) (x-fig-00.tex | x-fig-04.tex) : \def\dogetfigurefilename#1% {\ifx\figurefilename\empty \bgroup \xdef\figurefilebasepath{#1}% \assignfullfilename{#1}\figurefilebase\to\filename \expanded{\processXMLfilegrouped{\filename.xml}}% \ifx\figurefilename\empty\else \globallet\figurefilebase\figurefilebase ^^^^ should be \filename, else the path to the database pdf is missing \fi \egroup \fi} Greetings, Peter