6 Mar
2014
6 Mar
'14
10:46 a.m.
Hi, I believe I have isolated the problem: \starttext balance \startmixedcolumns[balance=yes,] \dorecurse{8}{\input{ward}} \stopmixedcolumns %\page strut \startmixedcolumns[grid=strut,] \dorecurse{4}{\input{knuth}} \stopmixedcolumns \stoptext When balanced mixedcolumns are followed by mixedcolumns using a strut grid, then the content of the second mixedcolumns will extend into the footer area on the next page. However, if the content of the strut grid mixedcolumns is long enough to incur a page break on that next page, then no content spills into the footer. How can I help fix this?