10 Nov
2011
10 Nov
'11
4:56 p.m.
On 10.11.2011, at 14:27, Wolfgang Schuster wrote:
Am 10.11.2011 um 10:47 schrieb Andreas Harder:
Hi Hans,
here is the minimal example which shows the problem with local footnotes.
\starttext \startlocalfootnotes \dorecurse{23}{footnote\footnote{footnote}\par} % error % \dorecurse{22}{footnote\footnote{footnote}\par} % OK \placelocalfootnotes \stoplocalfootnotes \stoptext
\placelocalfootnotes[height=\textheight]
Thank you Wolfgang, this solved the problem. Andreas