From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/4110 Path: main.gmane.org!not-for-mail From: Patrick Gundlach Newsgroups: gmane.comp.tex.context Subject: metapost not invoked? mpgraph.1 not created Date: Sat, 17 Feb 2001 16:24:26 +0100 Sender: owner-ntg-context@let.uu.nl Message-ID: <01021716242601.00407@levana> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit X-Trace: main.gmane.org 1035394797 22949 80.91.224.250 (23 Oct 2002 17:39:57 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 23 Oct 2002 17:39:57 +0000 (UTC) Cc: patrick@gundla.ch Original-To: ConTeXt Xref: main.gmane.org gmane.comp.tex.context:4110 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:4110 Hi, I use the following line to generate my pdf file: texexec --pdf rahmen.tex I have enabled write18 feature. I have put the following lines in rahmen.tex: \setupcolors[state=start] \runMPgraphicstrue \runMPTEXgraphicstrue \useMETAFUNformattrue \startuseMPgraphic{Kreis} fill fullcircle scaled 200pt withcolor .625yellow ; \stopuseMPgraphic \useMPgraphic{Kreis} \stoptext \endinput everything is just fine. After the texexec run, the pdf file includes the circle. But when I have the follwoing tex file: \setupcolors[state=start] \runMPgraphicstrue \runMPTEXgraphicstrue \useMETAFUNformattrue \starttext \startuseMPgraphic{Text} draw btex \framed[width=fit,align=middle]{\input tufte \relax} etex ; for i within currentpicture : draw boundingbox i withpen pencircle scaled .2pt withcolor .625yellow ; endfor ; \stopuseMPgraphic \useMPgraphic{Text} \stoptext \endinput the mpgraph.1 will not be generated. (And an error appears in the pdf file "file mpgraph.1 unknown"). The mpgraph.log tells me: This is MetaPost, Version 0.641 (Web2C 7.3.1) (mem=metafun 2001.2.17) 17 FEB 2001 12:42 **&metafun mpgraph (mpgraph.mp ) when I run 'mpost' and answer '&metafun mpgraph' when mpost outputs the two **, the log looks like this: This is MetaPost, Version 0.641 (Web2C 7.3.1) (mem=metafun 2001.2.17) 17 FEB 2001 12:42 **&metafun mpgraph (mpgraph.mp {randomseed:=2151} write0 = `mpgraph.mpo'. [1] ) 1 output file written: mpgraph.1 then the next texexec run (exactly as above) looks correct to me. Why does texexec (?) not create the mpgraph.1 ? btw: TeXExec 2.5, pdfeTeX, Version 3.14159-13d-2.1, ConTeXt ver: 2001.1.9 -- Viele Grüße, Patrick Gundlach