13 Jan
2012
13 Jan
'12
3:40 p.m.
Am 13.01.2012 um 11:01 schrieb Steffen Wolfrum:
This one is even more disturbing:
Just by setting the note's color to green, each footnote is set on a single page!!!
It doesn't what value you change, the problem is the \setupnote call.
\setupnote[footnote][textcolor=green]% <- without this line the notes are set right
\starttext \dorecurse{10}{\input ward\footnote{just one line. a test footnote. just one line. a test footnote.}} \stoptext
You can get a correct output by adding \setuppapersize or \setuplayout before \setupnote or you move the \setupnote below \starttext. Wolfgang