Re: [NTG-context] columnset issues

2020-01-27 Thread Henning Hraban Ramm
> Am 2020-01-27 um 20:28 schrieb Wolfgang Schuster > : > > Henning Hraban Ramm schrieb am 27.01.2020 um 10:31: >>> Am 2020-01-26 um 13:07 schrieb Henning Hraban Ramm : >>> >>> I thought I’d try columnset areas for the placement of ads: >> This MWE shows better what’s going on: >> The "area" spa

Re: [NTG-context] columnset issues

2020-01-27 Thread Wolfgang Schuster
Henning Hraban Ramm schrieb am 27.01.2020 um 10:31: Am 2020-01-26 um 13:07 schrieb Henning Hraban Ramm : I thought I’d try columnset areas for the placement of ads: This MWE shows better what’s going on: The "area" space is reserved as requested, but its contents get placed elsewhere. \usemo

Re: [NTG-context] columnset issues

2020-01-27 Thread Henning Hraban Ramm
> Am 2020-01-26 um 13:07 schrieb Henning Hraban Ramm : > > I thought I’d try columnset areas for the placement of ads: This MWE shows better what’s going on: The "area" space is reserved as requested, but its contents get placed elsewhere. \usemodule[visual] \useMPlibrary[dum] \definecolor[fa

Re: [NTG-context] columnset issues

2020-01-26 Thread Henning Hraban Ramm
Another set of columnset issues: columnset areas (1) In the columnsets manual, there’s a type key or a second optional parameter to \definecolumnsetarea that’s actually missing (commented code in page-cst.mkiv). The manual doesn’t explain the setup keys; I assume x/nx is in columns, y/ny is in

Re: [NTG-context] columnset issues

2020-01-19 Thread Henning Hraban Ramm
> Am 2020-01-19 um 23:38 schrieb Henning Hraban Ramm : > – Sometimes the multi-line section title is moved into the previous paragraph. > These issues get fixed with grid=yes. BTW: If you use grid=strut, the section title is always moved up into the previous paragraph, i.e. it’s always handled l

[NTG-context] columnset issues

2020-01-19 Thread Henning Hraban Ramm
Hi again. I use columnsets and wanted to setup my section titles to have one blank line before and none after them. If I use before={\blank[line]}, I sometimes don’t get that blank line. If I use \blank in my section command, I get it always, but also if the section starts on top of a column. Ho