21 Jun
2013
21 Jun
'13
1:34 p.m.
Hi, IMO, ConTeXt should start a new column *before* the section title, not *after* it: --8<---------------cut here---------------start------------->8--- \def\Section#1{% \startsection[title=Title] \dorecurse{#1}{\dorecurse{12}{bla }} \stopsection} \starttext \startcolumns[n=2] \Section{15} \Section{10} %\column %%%%%%%%%%%%%%% Why do we need this?! \Section{10} \Section{10} \Section{2} \stopcolumns \stoptext --8<---------------cut here---------------end--------------->8--- -- Peter