From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/22414 Path: news.gmane.org!not-for-mail From: Hans Hagen Newsgroups: gmane.comp.tex.context Subject: Re: Disappearing figures Date: Mon, 12 Sep 2005 13:04:59 +0200 Message-ID: <432560DB.4000009@wxs.nl> References: <81722560.20050910183830@iol.it> <432522B1.2060308@elvenkind.com> 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 1126523306 29350 80.91.229.2 (12 Sep 2005 11:08:26 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 12 Sep 2005 11:08:26 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Mon Sep 12 13:08:24 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 1EEm7U-0005mb-Lh for gctc-ntg-context-518@m.gmane.org; Mon, 12 Sep 2005 13:05:04 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 49CEC127BC; Mon, 12 Sep 2005 13:05:04 +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 08772-01; Mon, 12 Sep 2005 13:04:59 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id EB4161279F; Mon, 12 Sep 2005 13:04:58 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 189351279F for ; Mon, 12 Sep 2005 13:04:57 +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 08524-07-2 for ; Mon, 12 Sep 2005 13:04:56 +0200 (CEST) Original-Received: from mailrelay01.solcon.nl (maillb.solcon.nl [212.45.32.200]) by ronja.ntg.nl (Postfix) with ESMTP id 2FBFD12792 for ; Mon, 12 Sep 2005 13:04:56 +0200 (CEST) Original-Received: from server-1.pragma-net.nl (dsl-212-84-128-085.solcon.nl [212.84.128.85]) by mailrelay01.solcon.nl (8.12.11/SQL-8.12.11-5/8.12.11) with ESMTP id j8CB4rHV025545 for ; Mon, 12 Sep 2005 13:04:53 +0200 Original-Received: by server-1.pragma-net.nl (Postfix, from userid 65534) id 9F3A7361C8; Mon, 12 Sep 2005 12:11:46 +0200 (CEST) Original-Received: from [10.100.1.15] (unknown [10.100.1.15]) by server-1.pragma-net.nl (Postfix) with ESMTP id A334126DDA for ; Mon, 12 Sep 2005 10:11:45 +0000 (UTC) User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) X-Accept-Language: en-us, en Original-To: mailing list for ConTeXt users In-Reply-To: <432522B1.2060308@elvenkind.com> X-Virus-Scanned: ClamAV version 0.86.2, clamav-milter version 0.86 on mailrelay01 X-Virus-Status: Clean 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:22414 Archived-At: Taco Hoekwater wrote: > Giuseppe Bilotta wrote: > >> Hello people, >> >> I think I spotted a bug either in ConTeXt or in my >> capability comprehension. >> >> Take the following simple code: >> >> \placefigure[here][testfigs]{Test cases}{ >> \startcombination[3*3] > > > ... > >> >> It works --- on the first texexec run. On subsequent runs, >> ConTeXt complains that >> >> figure tests/curves can not be found > > > Same problem here, even with only this: > > \starttext > \externalfigure[curves.1] > \stoptext > > I've copied curves.1 from the "tests" dir to its parent, > and I still get a 'not found' on the second run. Makes no > sense. in core-fig.tex, locate: #1[#4][#5][#6]% % prefix in runs > 1 and add the conversion test: \doifsomething\@@efconversion % add test {\doifnotmode{\systemmodeprefix\v!first} {\doifsomething\@@efprefix {\edef\@@effilename{\@@efprefix\@@effilename}}% \let\@@effiletype\empty}}% add } what you run into is a side effect of new code (runtime conversion based on resource loggiles) some day i need to rewrite the figure code (the oldest part of context; but i will do that when i replace texutil.tuf support by the more generic resourse handling) Hans ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------