Re: [NTG-context] limit of index entries?

2020-08-02 Thread Henning Hraban Ramm

> Am 02.08.2020 um 10:18 schrieb Hans Hagen :
> 
> On 8/1/2020 6:08 PM, Henning Hraban Ramm wrote:
>>> Am 01.08.2020 um 14:10 schrieb Hans Hagen :
>>> 
>>> On 8/1/2020 1:54 PM, Henning Hraban Ramm wrote:
 Hi,
 my aforementioned person index has more than 600 entries. If I get over 
 ~500, ConTeXt (MkIV, several versions) breaks with
 ! error (push_node): stack overflow
 mtx-context | fatal error: return code: 256
 Is there a hard limit? Can I change it?
>>> it might relate to protrusion (which needs to enter nested boxes to 
>>> determine an edge) but how that then can relate to the number of entries 
>>> puzzles me, unless we pop too less ... in which case i need to trace (with 
>>> a mwe)
>> I can’t reproduce it with a simple example like
>> \setupalign[hanging]
>> \starttext
>> \placeregister[index][criterium=all]
>> \dorecurse{1}{\par\strut\index{Test\recurselevel}}
>> \stoptext
>> \recurselevel is empty in that context, \expanded didn’t help, but I guess 
>> we need different entries.
>> Find attached the actual data, reduced to the minimum setup – the problem is 
>> indeed \setupalign[hanging].
>> I guess I can omit "hanging" for the index, but of course if would be nice 
>> if it would work.
> it has to do with how you do that index:
> 
> - you do a lot of \index but you do that in vmode
> - do, they get collected for the next paragraph
> - that is done in a robust way which involves packing
> - eventually you flush with a \strut
> - so we get deeply nested boxes
> - and that means trouble for protrusion pre-analysis
> 
> now, I can try to avoid it but we then can have side effects but we'll see
> 
> can you try to avoid collecting:
> 
> \leavevmode
> \index{...}%
> 
> make sure no spaces get introduced

Ah, yes, that works.
So it won’t be a problem in the completed book – the big list of entries is 
just all the names the author wants indexed and I’ll delete it as soon as the 
index entries are in the text where they belong.

Thank you very much!

Hraban
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : http://contextgarden.net
___


Re: [NTG-context] cannot reload font index after luametatex update

2020-08-02 Thread kaddour kardio
thank you! running mtxrun --generate did the trick.
NB: the other commands suggested produced the same errors, but it doesn't
matter anymore.
Thank You Wolfgang for your quick response

Le dim. 2 août 2020 à 10:13, Wolfgang Schuster <
wolfgang.schuster.li...@gmail.com> a écrit :

> kaddour kardio schrieb am 02.08.2020 um 11:02:
> >   Hi, i am running the latest luametatex 2.07.2 from [aur] repos in my
> > archlinux machine, i got this error when trying to update my font lists
> >
> >   (lmtx) ➜  ~ mtxrun --script fonts --reload
> >   mtxrun  | unknown script 'fonts.lua' or
> > 'mtx-fonts.lua'
>
> The same question was asked a few days ago:
>
> https://www.mail-archive.com/ntg-context@ntg.nl/msg95227.html
>
> The solution was to refresh the database: luatools --generate
>
> Aside from luatools you can also use mtxrun to refresh the database
> (mtxrun --generate) which also works when you clear it (mtxrun --script
> cache --erase) where luatools fails.
>
> > is it a feature? thanks
>
> No.
>
> Wolfgang
>
> ___
> If your question is of interest to others as well, please add an entry to
> the Wiki!
>
> maillist : ntg-context@ntg.nl /
> http://www.ntg.nl/mailman/listinfo/ntg-context
> webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
> archive  : https://bitbucket.org/phg/context-mirror/commits/
> wiki : http://contextgarden.net
>
> ___
>


-- 
Dr YAHYAOUI Mohamed Kaddour, cardiologue  .
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : http://contextgarden.net
___


Re: [NTG-context] cannot reload font index after luametatex update

2020-08-02 Thread Wolfgang Schuster

kaddour kardio schrieb am 02.08.2020 um 11:02:
  Hi, i am running the latest luametatex 2.07.2 from [aur] repos in my 
archlinux machine, i got this error when trying to update my font lists


  (lmtx) ➜  ~ mtxrun --script fonts --reload
  mtxrun          | unknown script 'fonts.lua' or 
'mtx-fonts.lua'


The same question was asked a few days ago:

https://www.mail-archive.com/ntg-context@ntg.nl/msg95227.html

The solution was to refresh the database: luatools --generate

Aside from luatools you can also use mtxrun to refresh the database 
(mtxrun --generate) which also works when you clear it (mtxrun --script 
cache --erase) where luatools fails.



is it a feature? thanks


No.

Wolfgang
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : http://contextgarden.net
___


[NTG-context] cannot reload font index after luametatex update

2020-08-02 Thread kaddour kardio
 Hi, i am running the latest luametatex 2.07.2 from [aur] repos in my
archlinux machine, i got this error when trying to update my font lists

 (lmtx) ➜  ~ mtxrun --script fonts --reload
 mtxrun  | unknown script 'fonts.lua' or
'mtx-fonts.lua'

is it a feature? thanks

-- 
Dr YAHYAOUI Mohamed Kaddour, cardiologue  .
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : http://contextgarden.net
___


Re: [NTG-context] limit of index entries?

2020-08-02 Thread Hans Hagen

On 8/1/2020 6:08 PM, Henning Hraban Ramm wrote:




Am 01.08.2020 um 14:10 schrieb Hans Hagen :

On 8/1/2020 1:54 PM, Henning Hraban Ramm wrote:

Hi,
my aforementioned person index has more than 600 entries. If I get over ~500, 
ConTeXt (MkIV, several versions) breaks with
! error (push_node): stack overflow
mtx-context | fatal error: return code: 256
Is there a hard limit? Can I change it?

it might relate to protrusion (which needs to enter nested boxes to determine 
an edge) but how that then can relate to the number of entries puzzles me, 
unless we pop too less ... in which case i need to trace (with a mwe)


I can’t reproduce it with a simple example like

\setupalign[hanging]

\starttext

\placeregister[index][criterium=all]

\dorecurse{1}{\par\strut\index{Test\recurselevel}}

\stoptext


\recurselevel is empty in that context, \expanded didn’t help, but I guess we 
need different entries.


Find attached the actual data, reduced to the minimum setup – the problem is 
indeed \setupalign[hanging].

I guess I can omit "hanging" for the index, but of course if would be nice if 
it would work.

it has to do with how you do that index:

- you do a lot of \index but you do that in vmode
- do, they get collected for the next paragraph
- that is done in a robust way which involves packing
- eventually you flush with a \strut
- so we get deeply nested boxes
- and that means trouble for protrusion pre-analysis

now, I can try to avoid it but we then can have side effects but we'll see

can you try to avoid collecting:

\leavevmode
\index{...}%

make sure no spaces get introduced

Hans


-
  Hans Hagen | PRAGMA ADE
  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
   tel: 038 477 53 69 | www.pragma-ade.nl | www.pragma-pod.nl
-
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : http://contextgarden.net
___