From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/11623 Path: main.gmane.org!not-for-mail From: Giuseppe Bilotta Newsgroups: gmane.comp.tex.context Subject: Re[2]: Using MetaPost graphics in ConTeXt Date: Tue, 25 Mar 2003 00:07:57 +0100 Sender: ntg-context-admin@ntg.nl Message-ID: <422701825.20030325000757@iol.it> References: <19914960201.20030323223837@iol.it> <20030324191610.GA846@scaprea> Reply-To: ntg-context@ntg.nl NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1048547546 21286 80.91.224.249 (24 Mar 2003 23:12:26 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 24 Mar 2003 23:12:26 +0000 (UTC) Original-X-From: ntg-context-admin@ntg.nl Tue Mar 25 00:12:23 2003 Return-path: Original-Received: from ref.vet.uu.nl ([131.211.172.13] helo=ref.ntg.nl) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18xb79-0005X4-00 for ; Tue, 25 Mar 2003 00:12:23 +0100 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id 22EB410B4F; Tue, 25 Mar 2003 00:12:21 +0100 (MET) Original-Received: from smtp3.libero.it (smtp3.libero.it [193.70.192.127]) by ref.ntg.nl (Postfix) with ESMTP id EA58A10B2F for ; Tue, 25 Mar 2003 00:09:00 +0100 (MET) Original-Received: from [151.29.143.97] (151.29.143.97) by smtp3.libero.it (6.7.015) id 3E44E96701116AF6 for ntg-context@ntg.nl; Tue, 25 Mar 2003 00:09:00 +0100 X-Mailer: The Bat! (v1.63 Beta/7) X-Priority: 3 (Normal) Original-To: ntg-context@ntg.nl In-Reply-To: <20030324191610.GA846@scaprea> Errors-To: ntg-context-admin@ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.0.13 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.comp.tex.context:11623 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:11623 Monday, March 24, 2003 Simon Pepping wrote: >> but it seems like it can't find the file test (no extension); I >> tried adding options [type=mps] or [method=mps] or both, but each >> fails with a different error: either it looks for test.mps or it >> looks for test.unknown ... SP> The macro \calculateexternalfigure seems to set the extension to empty SP> if the figure file name is the same as the jobname: SP> % redo message, only filename SP> \doifparentfileelse\@@effilename SP> {\@EA\removefromcommalist\@EA{\jobsuffix}\figuretypes SP> \let\@@efextension\empty SP> \showmessage\m!figures9\@@effilename SP> \donefalse} SP> \donothing SP> (core-fig.tex) SP> Therefore it does not search for your nonstandard extension. Yup, after a little debugging I came to the same conclusion, but I still it's incorrect behaviour. It's correct that it removes the jobsuffix from the figuretypes to be searched, but it should still try and look for the figure, after the change. -- Giuseppe "Oblomov" Bilotta