From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/4151 Path: main.gmane.org!not-for-mail From: Patrick Gundlach Newsgroups: gmane.comp.tex.context Subject: metapost not invoked? mpgraph.1 not created Date: Tue, 20 Feb 2001 15:16:32 +0100 Sender: owner-ntg-context@let.uu.nl Message-ID: <200102201416.PAA26804@sol.cs.uni-dortmund.de> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035394842 23344 80.91.224.250 (23 Oct 2002 17:40:42 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 23 Oct 2002 17:40:42 +0000 (UTC) Original-To: ConTeXt Xref: main.gmane.org gmane.comp.tex.context:4151 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:4151 Hi, if I change the texexec perl script and add a exit 0 after line 1767: [...] #D [ file=texexec.pl, #D version=2000.03.25, [...] { print " format : $MpFormat\n" ; $cmd .= " $MpPassString $MpFormatFlag$MpFormat " } $Problems = system ("$cmd $MpName" ) ; exit 0; # <----------------------- open (MPL,"$MpName.log") ; while () # can be one big line unix under win [...] now I run texexec --interface=en --pdf mprun.tex then texexec --interface=en --mptex mpgraph.mp and then texexec --interface=en --pdf mprun.tex the mpgraph.1 is generated. only \runMPgraphicstrue is declared this is the diff of the ls -l command between the first texexec and the second texexec command: < -rw-rw-r-- 1 gundlach gundlach 122 Feb 20 14:57 mpgraph.log < -rw-rw-r-- 1 gundlach gundlach 5 Feb 20 14:57 mpgraph.mp --- > total 24 > -rw-rw-r-- 1 gundlach gundlach 769 Feb 20 14:56 mpgraph.log > -rw-rw-r-- 1 gundlach gundlach 2221 Feb 20 14:56 mpgraph.mp 5d4 < -rw-rw-r-- 1 gundlach gundlach 448 Feb 20 14:57 mpgraph.mpx 15,18d13 < -rw-rw-r-- 1 gundlach gundlach 2221 Feb 20 14:56 tmpgraph.kep < -rw-rw-r-- 1 gundlach gundlach 2040 Feb 20 14:57 tmpgraph.log < -rw-rw-r-- 1 gundlach gundlach 82 Feb 20 14:57 tmpgraph.tmp < -rw-rw-r-- 1 gundlach gundlach 222 Feb 20 14:57 tmpgraph.tui the < is after the second run. ...clueless :-) Viele Gruesse, Patrick Gundlach