Re: [NTG-context] columnset vs columns

2018-12-22 Thread Henri Menke
On 23/12/18 7:59 PM, Thangalin wrote: > Minimal example: > > \definepapersize[PaperSize][ > width=400mm, > height=100mm, > ] > > \setuppapersize[PaperSize] \setuplayout[grid=yes] > > \starttext > \startcolumnset[n=3] > \dorecurse{3}{\input knuth} > \stopcolumnset > \stoptext >

[NTG-context] columnset vs columns

2018-12-22 Thread Thangalin
Minimal example: \definepapersize[PaperSize][ width=400mm, height=100mm, ] \setuppapersize[PaperSize] \starttext \startcolumnset[n=3] \dorecurse{3}{\input knuth} \stopcolumnset \stoptext The old-columnsets module fails with an error. The following works as expected: