On Fri, 21 Jan 2011 15:04:54 +0100 Wolfgang Schuster wrote:
Am 21.01.2011 um 13:10 schrieb Robert Blackstone:
The result is that only half of the notes turn up in the pdf. The rest is cut off. After the truncated list of notes there follows an empty page. What can I do about it?
You can send us a minimal example of your problem because I?m unable to reproduce your problem.
\setupnote[footnote][location=none] \setupdelimitedtext[blockquote][spacebefore=] \starttext
\dorecurse{100} {\dorecurse{#1}{text }% %\footnote{\startblockquote\dorecurse{#1}{text }\stopblockquote} } \footnote{\dorecurse{#1}{text }} }
\subject{Notes}
\placenotes[footnote]
\stoptext
Wolfgang
Thank you very much, Wolfgang. Your example showed me the little devil that spoiled it: I had: \setupfootnotes[location=text]. Changing it to \setupfootnotes[location=none] solved the problem. Kind regards, Robert Blackstone