24 Sep
2016
24 Sep
'16
1:42 a.m.
Hello list.
Sorry for bump my own thread. I just want to know if there is a bug in
new code (\usemodule[newcolumnsets]), if not, how can i solve the
overwrite text issue described above?
Thanks
2016-09-22 4:47 GMT-03:00 Jose Luis Arellano
Thank you Hans, Otared.
Hans, when I use the new module, I get some errors in my document. A couple of question about it: 1. How can I balance the the text in columns? 2. As you can see, at compiling the following code, the text at final of page is overwritten. Is there a way to solve this?
\usemodule[newcolumnsets] \definecolumnset[n2][n=2] \starttext \startcolumnset[n2] Footnote \footnote[foo]{This is a footnote.} \dorecurse{5}{\input linden} \stopcolumnset \stoptext
Thanks again