Hi all!
I am trying to compile luatexref-t.tex from svn source but:
$ texexec luatexref-t.tex
...
(mpgraph.mp
! Number is too large (10000).
l.4 _special_div_ := 10000
;
I have
luatex 0.11.2
context 2007.09.28
metapost 1.00
Any idea where this is coming from?
Best wishes
Norbert
-------------------------------------------------------------------------------
Dr. Norbert Preining
Norbert Preining wrote:
Hi all!
I am trying to compile luatexref-t.tex from svn source but:
$ texexec luatexref-t.tex ... (mpgraph.mp ! Number is too large (10000). l.4 _special_div_ := 10000 ;
I have luatex 0.11.2 context 2007.09.28 metapost 1.00
Any idea where this is coming from?
From metapost (but that is obvious). I suspect you are running an older version of metafun.mem, but I do not quite understand why, it should have been re-generated when you upgraded your context.
On 10/4/07, Taco Hoekwater wrote:
Norbert Preining wrote:
Hi all!
I am trying to compile luatexref-t.tex from svn source but:
$ texexec luatexref-t.tex ... (mpgraph.mp ! Number is too large (10000). l.4 _special_div_ := 10000 ;
I have luatex 0.11.2 context 2007.09.28 metapost 1.00
Any idea where this is coming from?
From metapost (but that is obvious). I suspect you are running an older version of metafun.mem, but I do not quite understand why, it should have been re-generated when you upgraded your context.
Unless metapost is upgraded after ConTeXt :) Mojca
Hi Taco! On Do, 04 Okt 2007, Taco Hoekwater wrote:
luatex 0.11.2 context 2007.09.28 metapost 1.00
Any idea where this is coming from?
From metapost (but that is obvious). I suspect you are running an older version of metafun.mem, but I do not quite understand why, it should have been re-generated when you upgraded your context.
Strange. I updated metafun.mem ...
$ metafun --version
MetaPost 1.000 (Web2C 7.5.6)
...
$ metafun
...
**\relax
*bye.
$
So this could not be the problem???
Best wishes
Norbert
-------------------------------------------------------------------------------
Dr. Norbert Preining
Norbert Preining wrote:
Hi Taco!
On Do, 04 Okt 2007, Taco Hoekwater wrote:
luatex 0.11.2 context 2007.09.28 metapost 1.00
Any idea where this is coming from? From metapost (but that is obvious). I suspect you are running an older version of metafun.mem, but I do not quite understand why, it should have been re-generated when you upgraded your context.
Strange. I updated metafun.mem ...
$ metafun --version MetaPost 1.000 (Web2C 7.5.6) ... $ metafun ... **\relax
*bye. $
So this could not be the problem???
Odd indeed. The actual error is triggered by the 'warning checks' in metapost, and there is an explicit warningcheck := 0 ; in mp-tool.mp to suppress them (line 62).
participants (3)
-
Mojca Miklavec
-
Norbert Preining
-
Taco Hoekwater