From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/22536 Path: news.gmane.org!not-for-mail From: Wolfgang Zillig Newsgroups: gmane.comp.tex.context Subject: Re: Including images in included files in subdirectory Date: Fri, 16 Sep 2005 11:20:29 +0200 Message-ID: <432A8E5D.6020804@student.kuleuven.be> References: <18248330.20050915215441@iol.it> 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 1126862643 2556 80.91.229.2 (16 Sep 2005 09:24:03 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 16 Sep 2005 09:24:03 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Fri Sep 16 11:24:02 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 1EGCQL-0007cK-6b for gctc-ntg-context-518@m.gmane.org; Fri, 16 Sep 2005 11:22:25 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id BC82012848; Fri, 16 Sep 2005 11:22:24 +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 18964-06; Fri, 16 Sep 2005 11:22:24 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id CCBA8127A1; Fri, 16 Sep 2005 11:20:04 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 12E4C127A1 for ; Fri, 16 Sep 2005 11:20:03 +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 18964-05 for ; Fri, 16 Sep 2005 11:20:02 +0200 (CEST) Original-Received: from rusty.kulnet.kuleuven.ac.be (rusty.kulnet.kuleuven.ac.be [134.58.240.42]) by ronja.ntg.nl (Postfix) with ESMTP id 2F3FF127A0 for ; Fri, 16 Sep 2005 11:20:02 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by rusty.kulnet.kuleuven.ac.be (Postfix) with ESMTP id D9A1A1D7436 for ; Fri, 16 Sep 2005 11:20:01 +0200 (CEST) Original-Received: from smtp02.kuleuven.be (lepidus.kulnet.kuleuven.ac.be [134.58.240.72]) by rusty.kulnet.kuleuven.ac.be (Postfix) with ESMTP id 167BB1D72C4 for ; Fri, 16 Sep 2005 11:20:01 +0200 (CEST) Original-Received: from [10.33.194.76] (dhcp-194-076.bwk.kuleuven.ac.be [10.33.194.76]) by smtp02.kuleuven.be (Postfix) with ESMTP id F1C322CAA33 for ; Fri, 16 Sep 2005 11:20:00 +0200 (CEST) User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: de-DE, de, en-us, en Original-To: mailing list for ConTeXt users In-Reply-To: <18248330.20050915215441@iol.it> X-Virus-Scanned: by KULeuven Antivirus Cluster 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-Spam-Checker-Version: SpamAssassin 3.0.3 (2005-04-27) on smtp.ntg.nl X-Virus-Scanned: amavisd-new at ntg.nl Xref: news.gmane.org gmane.comp.tex.context:22536 Archived-At: why don't you specify the path to your figures manually? \setupexternalfigures[directory={path1/subpath1,path2}] Wolfgang Giuseppe Bilotta schrieb: >Situation: > >Tree structure: > >main.tex >subdir/inc.tex >subdir/fig.1 > >in main .tex > >" >\include subdir/inc.tex >" > >in subdir/inc.tex > >" >\externalfigure[fig.1] >" > >texexecing main.tex doesn't find the figure fig.1 > >subdir/inc.tex must use > >" >\externalfigure[subdir/fig.1] >" > >for the figure to be found. > >IMO this is a bug. Image should be checked for existence >using as base the directory of the current input file >*first*, then in the others. > > >