From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/12490 Path: main.gmane.org!not-for-mail From: Pierre VINET Newsgroups: gmane.comp.tex.context Subject: Re: Runtime graphics Date: Mon, 16 Jun 2003 01:09:22 -0400 Sender: ntg-context-admin@ntg.nl Message-ID: References: <5.2.0.9.1.20030615200209.089e2668@localhost> 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 1055740290 6771 80.91.224.249 (16 Jun 2003 05:11:30 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 16 Jun 2003 05:11:30 +0000 (UTC) Original-X-From: ntg-context-admin@ntg.nl Mon Jun 16 07:11:27 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 19RmH9-0001l0-00 for ; Mon, 16 Jun 2003 07:11:27 +0200 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id 010EA10B61; Mon, 16 Jun 2003 07:14:08 +0200 (MEST) Original-Received: from dartagnan.telusquebec.com (dartagnan.telusquebec.com [142.169.1.123]) by ref.ntg.nl (Postfix) with ESMTP id E34D810ACE for ; Mon, 16 Jun 2003 07:10:26 +0200 (MEST) Original-Received: from [142.169.58.214] (ts1-158.f139.globetrotter.net [142.169.58.214]) by smtp.globetrotter.net (iPlanet Messaging Server 5.2) with ESMTP id <0HGK001886DD15@"TELUS Quebec"> for ntg-context@ntg.nl; Mon, 16 Jun 2003 01:10:26 -0400 (EDT) In-reply-to: <5.2.0.9.1.20030615200209.089e2668@localhost> Original-To: ntg-context@ntg.nl User-Agent: Microsoft-Outlook-Express-Macintosh-Edition/5.02.2106 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:12490 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:12490 > \externalfigure[\MPrunfile{1}] > > since you need the prefix This does not work either. But digging almost everywhere in ConTeXt, I finally found the macro \executeMETAPOST{myfile.mp} in supp-mps.tex who drive the command mpost -progname=mpost -mem=metafun myfile.mp and do the right job for me. \executeMETAPOST can be used as many times you want, on the contrary of the set \startMPrun ... \stopMPrun . -- pv