Re: [NTG-context] Umathquad again

2011-06-27 Thread Hans van der Meer
Some more experimenting did the trick, finally. (I must not forget to document it well this time ;-) (1) the opentypefont euler.otf in font-tree, accessible by ConTeXt. (2) mtxrun --script fonts --reload Then I can regenerate the format and get good ConTeXt runs again. As to the cause of this. I

Re: [NTG-context] Umathquad again

2011-06-27 Thread luigi scarso
On Mon, Jun 27, 2011 at 11:18 PM, Hans van der Meer wrote: > Some more experimenting did the trick, finally. (I must not forget to > document it well this time ;-) > > (1) the opentypefont euler.otf in font-tree, accessible by ConTeXt. > (2) mtxrun --script fonts --reload > > Then I can regenerat

Re: [NTG-context] Umathquad again - lots of mktexlsr errors

2011-06-27 Thread luigi scarso
On Mon, Jun 27, 2011 at 8:24 PM, Hans van der Meer wrote: > The ! Math error: parameter \Umathquad\displaystyle is not set. came up again. > > Therefore decided to get new beta. > Now suddenly I get on the console what seem literaly hundredsds of thousands > messages > mktexlsr: : not a directory

Re: [NTG-context] Umathquad again - lots of mktexlsr errors

2011-06-27 Thread Hans van der Meer
Ok, thanks. I understand the mktexlsr stuff is nothing serious. But the "! Math error: parameter \Umathquad\displaystyle is not set." is very serious. I tried several things, as mtxrun --generate ; context --make en". Nothing good. I thought I remembered something about an opentype font euler.o

Re: [NTG-context] Umathquad again - lots of mktexlsr errors

2011-06-27 Thread luigi scarso
On Mon, Jun 27, 2011 at 8:42 PM, Hans van der Meer wrote: > Ok, thanks. I understand the mktexlsr stuff is nothing serious. > > But the "! Math error: parameter \Umathquad\displaystyle is not set." is very > serious. I tried several things, as mtxrun --generate ; context --make en". > Nothing go

Re: [NTG-context] Umathquad again - lots of mktexlsr errors

2011-06-27 Thread Hans Hagen
On 27-6-2011 8:42, Hans van der Meer wrote: Ok, thanks. I understand the mktexlsr stuff is nothing serious. But the "! Math error: parameter \Umathquad\displaystyle is not set." is very serious. I tried several things, as mtxrun --generate ; context --make en". Nothing good. I thought I rememb

Re: [NTG-context] Umathquad again - lots of mktexlsr errors

2011-06-27 Thread Hans Hagen
On 27-6-2011 8:42, Hans van der Meer wrote: Ok, thanks. I understand the mktexlsr stuff is nothing serious. it looks like mktexlsr has a bug - when run with "" on windows it tries to hash / - when run on linux with "" it loops any unknown path does this so, i think that maybe when there is a

Re: [NTG-context] Umathquad again - lots of mktexlsr errors

2011-06-27 Thread luigi scarso
On Mon, Jun 27, 2011 at 10:38 PM, Hans Hagen wrote: > On 27-6-2011 8:42, Hans van der Meer wrote: >> >> Ok, thanks. I understand the mktexlsr stuff is nothing serious. > > it looks like mktexlsr has a bug > > - when run with "" on windows it tries to hash / > - when run on linux with "" it loops >

Re: [NTG-context] Umathquad again - lots of mktexlsr errors

2011-06-27 Thread Hans Hagen
On 27-6-2011 11:05, luigi scarso wrote: imo, a shift is missed From line 73 of mktexlsr, look at # ADD THIS below Can you find out what the complete path spec is that is used for the loop? (It looks like TEXMFDBS is used .. I wonder why not TEXMF as it makes no sense to use another variab

Re: [NTG-context] Umathquad again - lots of mktexlsr errors

2011-06-27 Thread luigi scarso
On Mon, Jun 27, 2011 at 11:26 PM, Hans Hagen wrote: > On 27-6-2011 11:05, luigi scarso wrote: > > imo, a shift is missed >> From line 73 of mktexlsr, look at >> # ADD THIS >> below >> > > Can you find out what the complete path spec is that is used for the loop? > (It looks like TEXMFDBS is us