Am 26.10.2009 um 15:39 schrieb Peter Rolf:
Steffen Wolfrum schrieb:
Hi,
I have a long table (15pages) with about 150 long footnotes (NOT local notes!). The only chance to set this will be to set all footnotes after the table.
My first attempt (see minimal below) failed ...
Could someone help me please?
Thanks
Steffen
---
\starttext
\setupfootnotes[location=text]
\postponefootnotes
\postponenotes
\bTABLE \bTR\bTD TEST\footnote{\dorecurse{10}{\input tufte \par}} \eTR\eTD \eTABLE
\page Notes: \flushfootnotes \placefootnotes
works here (mkiv). But I don't use these commands that often, so there is a big chance, that this is not optimal ;)
Hmm, the result looks strange: http://werksatz.com/attachments/postpone_1.pdf A pagebreak above? And note not split? Steffen --- \showframe \starttext \setupfootnotes[location=text] \postponefootnotes \bTABLE \bTR\bTD TEST\footnote{\dorecurse{20}{\input tufte \par}} \eTR\eTD \eTABLE \page Notes:\placefootnotes \stoptext