ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* [NTG-context] Is there any way to forbid footnotes from appearing on current page?
       [not found] <1392895764.2088261.1732765515707.ref@mail.yahoo.com>
@ 2024-11-28  3:45 ` Joel via ntg-context
  2024-11-28  6:20   ` [NTG-context] " Henning Hraban Ramm
  0 siblings, 1 reply; 3+ messages in thread
From: Joel via ntg-context @ 2024-11-28  3:45 UTC (permalink / raw)
  To: Mailing List for ConTeXt Users; +Cc: Joel


[-- Attachment #1.1: Type: text/plain, Size: 268 bytes --]

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


[-- Attachment #1.2: Type: text/html, Size: 652 bytes --]

[-- Attachment #2: Type: text/plain, Size: 511 bytes --]

___________________________________________________________________________________
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
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [NTG-context] Re: Is there any way to forbid footnotes from appearing on current page?
  2024-11-28  3:45 ` [NTG-context] Is there any way to forbid footnotes from appearing on current page? Joel via ntg-context
@ 2024-11-28  6:20   ` Henning Hraban Ramm
  2024-11-28  8:22     ` Denis Maier via ntg-context
  0 siblings, 1 reply; 3+ messages in thread
From: Henning Hraban Ramm @ 2024-11-28  6:20 UTC (permalink / raw)
  To: ntg-context

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
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [NTG-context] Re: Is there any way to forbid footnotes from appearing on current page?
  2024-11-28  6:20   ` [NTG-context] " Henning Hraban Ramm
@ 2024-11-28  8:22     ` Denis Maier via ntg-context
  0 siblings, 0 replies; 3+ messages in thread
From: Denis Maier via ntg-context @ 2024-11-28  8:22 UTC (permalink / raw)
  To: 'mailing list for ConTeXt users'; +Cc: denismaier

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 <texml@fiee.net>
> 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
> ___________________________________________________________________
> ________________

___________________________________________________________________________________
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
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-11-28  8:24 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <1392895764.2088261.1732765515707.ref@mail.yahoo.com>
2024-11-28  3:45 ` [NTG-context] Is there any way to forbid footnotes from appearing on current page? Joel via ntg-context
2024-11-28  6:20   ` [NTG-context] " Henning Hraban Ramm
2024-11-28  8:22     ` Denis Maier via ntg-context

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).