From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/11610 Path: main.gmane.org!not-for-mail From: Giuseppe Bilotta Newsgroups: gmane.comp.tex.context Subject: Re[2]: Using MetaPost graphics in ConTeXt Date: Mon, 24 Mar 2003 11:27:03 +0100 Sender: ntg-context-admin@ntg.nl Message-ID: <1684883432.20030324112703@iol.it> References: <19914960201.20030323223837@iol.it> <20030324060913.GA1081@ruhrau.de> Reply-To: ntg-context@ntg.nl NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: main.gmane.org 1048501895 28473 80.91.224.249 (24 Mar 2003 10:31:35 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 24 Mar 2003 10:31:35 +0000 (UTC) Original-X-From: ntg-context-admin@ntg.nl Mon Mar 24 11:31:34 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 18xPEr-0007Ox-00 for ; Mon, 24 Mar 2003 11:31:33 +0100 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id 9785110B35; Mon, 24 Mar 2003 11:31:31 +0100 (MET) Original-Received: from smtp0.libero.it (smtp0.libero.it [193.70.192.33]) by ref.ntg.nl (Postfix) with ESMTP id 986C210B2F for ; Mon, 24 Mar 2003 11:28:54 +0100 (MET) Original-Received: from [151.29.142.129] (151.29.142.129) by smtp0.libero.it (6.7.015) id 3E68E185005AFDF7 for ntg-context@ntg.nl; Mon, 24 Mar 2003 11:28:55 +0100 X-Mailer: The Bat! (v1.63 Beta/7) X-Priority: 3 (Normal) Original-To: ntg-context@ntg.nl In-Reply-To: <20030324060913.GA1081@ruhrau.de> 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:11610 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:11610 Monday, March 24, 2003 Johannes H=FCsing wrote: >> I'm trying to use some MetaPost-generated graphics with ConTeXt, >> but I seem to be unable to do so. I have a file test.1 in the same >> directory as the ConTeXt source, which is as minimal as: >>=20 >> \starttext >> \input tufte >> \placefigure[left] >> {Esempio di settore circolare} >> {\externalfigure[test.1]} JH> \useexternalfigure[prova][test.1][width=3D450pt] % the last one is= optional JH> \externalfigure[prova] Doesn't work either. Fails with the same errors. Again, it works correctly by changing the extension. A possible reason for the error is that the name of the tex file is the same as the name of the figure file (test), because ConTeXt *does* check for this, and this is where it chooses not to handle the picture. Given that the same file works if the extension is mps, I can't understand why it refuses to do the job when the extension is different, and still different from .tex and .pdf (and therefore there is no chance of contrast). --=20 Giuseppe "Oblomov" Bilotta