Is there any way to forbid footnotes from appearing on current page?
I have found some situations in which I have content that interferes with footnotes. Can I tell ConText to delay showing the footnote for a page or two? And then when its safe again, all the footnotes that weren't displayed would be displayed on a later page? --Joel
Am 28.11.24 um 04:45 schrieb Joel via ntg-context:
I have found some situations in which I have content that interferes with footnotes.
Can I tell ConText to delay showing the footnote for a page or two? And then when its safe again, all the footnotes that weren't displayed would be displayed on a later page?
There are a few options, but I’m not sure about their use. I’m still working on the documentation of \setupnotation and \setupnote options, any hints or additions to the wiki are appreciated. \setupnote[footnote][split=verystrict,scope=page] should help if notes are needlessly broken and should stay on their page, so more the opposite case. Postponing is only suitable for local notes (in floating tables). Hraban
Well, this is not an automatic delay option, but you can place footnotes manually: https://wiki.contextgarden.net/Footnotes#Placing_Footnotes_Manually It's probably a bit tedious if there are a lot of footnotes, but for the occasional note it might be ok. You can probably define a command \delayedfootnote where you first store the footnotes in a lua table and then flush them out all at once with another command. But that would still be a manual process, so YMMV. Denis
-----Ursprüngliche Nachricht----- Von: Henning Hraban Ramm
Gesendet: Donnerstag, 28. November 2024 07:20 An: ntg-context@ntg.nl Betreff: [NTG-context] Re: Is there any way to forbid footnotes from appearing on current page? Am 28.11.24 um 04:45 schrieb Joel via ntg-context:
I have found some situations in which I have content that interferes with footnotes.
Can I tell ConText to delay showing the footnote for a page or two? And then when its safe again, all the footnotes that weren't displayed would be displayed on a later page?
There are a few options, but I’m not sure about their use. I’m still working on the documentation of \setupnotation and \setupnote options, any hints or additions to the wiki are appreciated.
\setupnote[footnote][split=verystrict,scope=page] should help if notes are needlessly broken and should stay on their page, so more the opposite case.
Postponing is only suitable for local notes (in floating tables).
Hraban ___________________________________________________________________ ________________ If your question is of interest to others as well, please add an entry to the Wiki!
maillist : ntg-context@ntg.nl / https://mailman.ntg.nl/mailman3/lists/ntg- context.ntg.nl webpage : https://www.pragma-ade.nl / https://context.aanhet.net (mirror) archive : https://github.com/contextgarden/context wiki : https://wiki.contextgarden.net ___________________________________________________________________ ________________
participants (3)
-
denismaier@mailbox.org
-
Henning Hraban Ramm
-
Joel