> > local_multi_par_area
> > false
> >
> >! Equation cannot be performed (numeric=boolean).
>
> looks like an old version of metafun with a new version of context; make
> sure that the metafun macros are in metapost/context/base (and not in one
> of the parent directories) and regenerat
At 08:44 30/10/2003, you wrote:
Hallo all,
Running texexec on a ConTeXt-file with integrated
METAPOST-Graphics METAPOST complains about:
---
local_multi_par_area
false
! Equation cannot be performed (numeric=boolean).
looks like an old version of metafun with a ne
> l.218 local_multi_par_area:=false;
Presuming that the line is in your file as written I think you need a line
earlier which says
boolean local_multi_par_area;
--
Nigel
___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/
Hallo all,
Running texexec on a ConTeXt-file with integrated
METAPOST-Graphics METAPOST complains about:
---
local_multi_par_area
false
! Equation cannot be performed (numeric=boolean).
;
l.218 local_multi_par_area:=false;
?
---