Hey folks, The second \footnote doesn't show in the generated PDF. The number is listed where it should at the end of the sentence, but the text of the footnote is not listed at the bottom of the page. \definestartstop [SomeDocument] [before={ \crlf \setupbackground[frame=on, before=\blank, after=\blank, corner=round, topoffset=0.5cm, leftoffset=0.5cm, rightoffset=0.5cm, bottomoffset=0.5cm] \startbackground }, after={ \stopbackground \crlf }, commands={\setupalign[yes]}, style=italic] \starttext First footnote.\footnote{This one works.} \startSomeDocument Second footnote.\footnote{This one doesn't.} \stopSomeDocument \stoptext Thanks anyone. -- Kip Warner -- Software Engineer OpenPGP encrypted/signed mail preferred http://www.thevertigo.com
Am 15.11.2011 um 06:57 schrieb Kip Warner:
Hey folks,
The second \footnote doesn't show in the generated PDF. The number is listed where it should at the end of the sentence, but the text of the footnote is not listed at the bottom of the page.
Add \automigrateinserts to your document. Wolfgang
On Tue, 2011-11-15 at 09:42 +0100, Wolfgang Schuster wrote:
Am 15.11.2011 um 06:57 schrieb Kip Warner:
Hey folks,
The second \footnote doesn't show in the generated PDF. The number is listed where it should at the end of the sentence, but the text of the footnote is not listed at the bottom of the page.
Add \automigrateinserts to your document.
Wolfgang
Thanks Wolfgang, but should that be in the environment file or can it go anywhere? -- Kip Warner -- Software Engineer OpenPGP encrypted/signed mail preferred http://www.thevertigo.com
participants (2)
-
Kip Warner
-
Wolfgang Schuster