From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/1612 Path: main.gmane.org!not-for-mail From: "Haseloff, Lutz" Newsgroups: gmane.comp.tex.context Subject: new ConTeXt and metapost Date: Wed, 2 Feb 2000 07:44:46 +0100 Sender: owner-ntg-context@let.uu.nl Message-ID: <0F3313EC125AD311981100105AB3A75D07B574@N0795.mdf.fvbb.de> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain X-Trace: main.gmane.org 1035392434 1800 80.91.224.250 (23 Oct 2002 17:00:34 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 23 Oct 2002 17:00:34 +0000 (UTC) Original-To: "'ntg-context@ntg.nl'" Xref: main.gmane.org gmane.comp.tex.context:1612 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:1612 Hi Hans, Hi all, the new ConTeXt (2000.01.26) writes mpgraph.mp with error. mp breaks with: >> _data_prefix_ >> "mpd-" ! Equation cannot be performed (numeric=string). ; l.5 _data_prefix_ := "mpd-" ; the same goes for : _data_suffix_ := ".tmp" ; My input file is: \startuseMPgraphic{Fig 1} linejoin:=mitered; for i = 0 upto 4: z[i]=(7cm*sind(i*360/5),7cm*cosd(i*360/5)); endfor; draw z0--z1--z2--z3--z4--cycle; draw z0..z1..z2..z3..z4..cycle; pickup pencircle scaled 1.5pt; draw z2--z3--(x3,y0)--(x2,y0)--cycle; \stopuseMPgraphic \starttext \useMPgraphic{Fig 1} \stoptext Greetings Lutz