14 May
2019
14 May
'19
9:24 a.m.
is this related? \setuplayout[grid=yes] \showgrid \definecolumnset[three][n=3] \starttext \samplefile{knuth} \startcolumns[n=3] \dorecurse{4}{\samplefile{knuth}\par} \stopcolumns \page \samplefile{knuth} \startcolumnset[three] \dorecurse{4}{\samplefile{knuth}\par} \stopcolumnset \stoptext Using the \startcolumnset instead of \startcolumns will overwrite the first paragraph at the top of the page in its second and third column .F