Re: [NTG-context] underscore hyphenation in LMTX

2019-05-01 Thread Pablo Rodriguez
On 4/29/19 10:57 AM, Hans Hagen wrote: > On 4/27/2019 1:51 PM, Pablo Rodriguez wrote: >> [...] >> I get the underscore hyphenation with latest ConTeXt beta (LuaTeX-1.10), >> but not with latest LMTX (LuaTeX-2.0). >> >> Am I missing something here? > > use slot '0' instead of '1' (i'll catch it

Re: [NTG-context] underscore hyphenation in LMTX

2019-04-29 Thread Hans Hagen
On 4/27/2019 1:51 PM, Pablo Rodriguez wrote: Dear list, I have the following sample: \startluacode function document.addfunnyhyphen(tfmdata) local underscore = utf.byte("_") local char = tfmdata.characters[underscore] tfmdata.characters[0xFE000] = {

[NTG-context] underscore hyphenation in LMTX

2019-04-27 Thread Pablo Rodriguez
Dear list, I have the following sample: \startluacode function document.addfunnyhyphen(tfmdata) local underscore = utf.byte("_") local char = tfmdata.characters[underscore] tfmdata.characters[0xFE000] = { width= 0, height = 0,