Re: [NTG-context] interlaced overbrace and underbrace

2019-10-25 Thread Hans Hagen
On 10/25/2019 4:54 PM, mf wrote: Hello list, is there a better way to interlace overbraces and underbraces like this? \starttext These are the expressions to combine: $$\overbrace{a+b+c}+d \quad a+\underbrace{b+c+d}$$ This is the desired result: $$\overbrace{a+b+c}+d

[NTG-context] interlaced overbrace and underbrace

2019-10-25 Thread mf
Hello list, is there a better way to interlace overbraces and underbraces like this? \starttext These are the expressions to combine: $$\overbrace{a+b+c}+d \quad a+\underbrace{b+c+d}$$ This is the desired result: $$\overbrace{a+b+c}+d \kern-16mm\underbrace{\hbox to 15mm{ }}$$ \blank

Re: [NTG-context] place single entry of a register, or filtering the terms of a register

2019-10-25 Thread Hans Hagen
On 10/25/2019 3:09 PM, mf wrote: Hello list, is there a way to place only one single entry of a register, or a selection of entries? I looked into strc-reg.mkiv and strc-reg.lua and i would answer "no, it's not possible". I could hack strc-reg.lua and define a command to do that, but maybe a

[NTG-context] place single entry of a register, or filtering the terms of a register

2019-10-25 Thread mf
Hello list, is there a way to place only one single entry of a register, or a selection of entries? I looked into strc-reg.mkiv and strc-reg.lua and i would answer "no, it's not possible". I could hack strc-reg.lua and define a command to do that, but maybe a better solution is already