10 Jun
2007
10 Jun
'07
4:40 p.m.
On Sun, 10 Jun 2007, Aditya Mahajan wrote:
Hi,
What do I need to get footnotes to work with columnsets. Somehow footntes have the wrong width.
\definecolumnset [two] [n=2,balancing=yes,distance=0.2in] \starttext \startcolumnset[two] \dorecurse{10}{ \input tufte\footnote{\input zapf \endgraf} \endgraf} \stopcolumnset \stoptext
Adding \setupfootnotes[width=\textwidth] works but it seems a bit strange that I have to do that. Should columnsets redefine \makeupwidth to the width of the column? Aditya