Re: [NTG-context] notes in the margin

2018-02-12 Thread Henning Hraban Ramm
Ahoi, I’m still working on this issue. For the usual cases, the current mechanism is good (see attachment). * I gave up on the number placement in its own line (without text indent). * Footnotes in captions mostly disappear. * Footnotes in captions or other boxed environments (chapter title in

[NTG-context] issue with string.collapsespaces()

2018-02-12 Thread Pablo Rodriguez
Dear list, I have the following sample: \starttext \startlua a = "a bc de" context(string.collapsespaces(a)) \stoplua \stoptext Sorry for the stupid question, but isn’t the collapsespaces function intended to remove spaces? What am I missing here? Many thanks for your h

Re: [NTG-context] issue with string.collapsespaces()

2018-02-12 Thread Hans Hagen
On 2/12/2018 5:00 PM, Pablo Rodriguez wrote: Dear list, I have the following sample: \starttext \startlua a = "a bc de" context(string.collapsespaces(a)) \stoplua \stoptext Sorry for the stupid question, but isn’t the collapsespaces function intended to remove spa

Re: [NTG-context] issue with string.collapsespaces()

2018-02-12 Thread Pablo Rodriguez
On 02/12/2018 05:09 PM, Hans Hagen wrote: > On 2/12/2018 5:00 PM, Pablo Rodriguez wrote: >> [...] >> Sorry for the stupid question, but isn’t the collapsespaces function >> intended to remove spaces? >> >> What am I missing here? >> > that it collapses multiple spaces into one Many thanks for your