From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/2819 Path: main.gmane.org!not-for-mail From: "Haseloff, Lutz" Newsgroups: gmane.comp.tex.context Subject: useMETAFUNformattrue Date: Wed, 27 Sep 2000 15:05:17 +0200 Sender: owner-ntg-context@let.uu.nl Message-ID: <0F3313EC125AD311981100105AB3A75D4DBD4F@N0795.mdf.fvbb.de> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain X-Trace: main.gmane.org 1035393591 12053 80.91.224.250 (23 Oct 2002 17:19:51 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 23 Oct 2002 17:19:51 +0000 (UTC) Original-To: "'ntg-context@ntg.nl'" Xref: main.gmane.org gmane.comp.tex.context:2819 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:2819 Hi all, when i use \useMETAFUNformattrue metapost complains about unknown parameter "-progname=mpost" in the logfile i find: system(mpost -progname=mpost -mem=metafun colortest-mpgraph)...executed. i think it must be: system(mpost -mem=metafun colortest-mpgraph)...executed. my file contains: \starttext \setupcolors[state=start] \startMPpage colorcircle(10cm,red,green,blue) ; \stopMPpage \stoptext I use miktex + pdfetex by Fabrice is this a bug in texexec.pl? Greetings Lutz