Re: [NTG-context] \setbreakpoints[compound] not working?

2020-02-25 Thread Pablo Rodriguez
On 2/25/20 8:56 PM, Wolfgang Schuster wrote: > On Tue, 25 Feb 2020 20:43:59 +0100 Pablo Rodriguez wrote: >> [...] >> I mean, line isn’t broken after any "/". >> >> Is this a bug in MkXL (and MkIV) or am I missing something? > > The break happpens only when letters are on the left and right side > b

Re: [NTG-context] \setbreakpoints[compound] not working?

2020-02-25 Thread Wolfgang Schuster
On Tue, 25 Feb 2020 20:43:59 +0100 Pablo Rodriguez wrote: > Dear list, > > I cannot get this working: > > \setuppapersize[A9] > \setupbodyfont[26pt] > \setbreakpoints[compound] > \starttext > 1989/3242/CEE\\ > 2009/3926/UE\\ > \stoptext > > I mean, line isn’t broken

[NTG-context] \setbreakpoints[compound] not working?

2020-02-25 Thread Pablo Rodriguez
Dear list, I cannot get this working: \setuppapersize[A9] \setupbodyfont[26pt] \setbreakpoints[compound] \starttext 1989/3242/CEE\\ 2009/3926/UE\\ \stoptext I mean, line isn’t broken after any "/". Is this a bug in MkXL (and MkIV) or am I missing something? Many tha