At 03:59 PM 7/18/2001 +0200, Patrick Gundlach wrote:
>both don't show the circle (instead a square with the error
>message name: dummy file:mpgraph.1 unknown)
Maybe this helps (in texexec)
sub MPJobName
{ my $JobName = shift ;
my $MPfile = shift ;
my $MPJobName = '' ;
if (-s "$JobName-$MPfile.mp">100)
{ $MPJobName = "$JobName-$MPfile.mp" }
elsif (-s "$MPfile.mp">100)
{ $MPJobName = "$MPfile.mp" }
else
{ $MPJobName = "" }
return $MPJobName }
don't forget to add teh \starttext -)
Hans
PS. Before testing, say:
texutil --purge
-------------------------------------------------------------------------
Hans Hagen | PRAGMA ADE | [EMAIL PROTECTED]
Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
tel: +31 (0)38 477 53 69 | fax: +31 (0)38 477 53 74 | www.pragma-ade.com
-------------------------------------------------------------------------