ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Denis Maier <denismaier@mailbox.org>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>,
	Pablo Rodriguez <oinos@gmx.es>
Subject: Keep postponed footnotes on page where called
Date: Wed, 7 Oct 2020 11:53:15 +0200	[thread overview]
Message-ID: <10e32647-816d-0d7e-1f0f-1cd5f7612e19@mailbox.org> (raw)
In-Reply-To: <4490e686-55ce-42eb-c942-108b348d22b9@mailbox.org>

Am 02.10.2020 um 13:00 schrieb Denis Maier:
> Am 30.09.2020 um 19:03 schrieb Pablo Rodriguez:
>> On 9/30/20 5:52 PM, Denis Maier wrote:
>>> Hi,
>>>
>>> postponing footnotes when using tables causes the footnote often to
>>> appear on the next page, which may not always be wanted. Is there a way
>>> to keep the footnote on the same page in these situations?
>>
>> Hi Denis,
>>
>> this options might help:
>>
>>    \setupnote
>>        [footnote]
>>        [split=verystrict,
>>         scope=text]
> 
> Thanks, I'll try. The problem is that I have multiplage tables, and I 
> want the notes on the appropriate pages. I think postponed footnotes are 
> cactually alled after the table is already finished so the notes always 
> appear at the last page of the table, which in many cases is not what 
> you'd want.

Ok, no luck.

With this example, the notes always appear after the table. (Pablo's 
settings from above make no difference.)


```
\setuppapersize[A6][A6]
\starttext

\startpostponingnotes
\bTABLE[split=yes]
\dorecurse{20}{
\bTR \bTD a\footnote{A footnote} \eTD \eTR
}
\eTABLE
\stoppostponingnotes

\stoptext
```

Is there anything else I can try? Or is that simply not possible? The 
problem is that I have a table where it is really awkward to have the 
notes after the table. (I think with localfootnotes it will be more or 
less the same as they appear where flushed, i.e. also after the table.)

Best,
Denis
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

      reply	other threads:[~2020-10-07  9:53 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-09-30 15:52 Postponed footnotes and pagebreaks Denis Maier
2020-09-30 17:03 ` Pablo Rodriguez
2020-10-02 11:00   ` Denis Maier
2020-10-07  9:53     ` Denis Maier [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=10e32647-816d-0d7e-1f0f-1cd5f7612e19@mailbox.org \
    --to=denismaier@mailbox.org \
    --cc=ntg-context@ntg.nl \
    --cc=oinos@gmx.es \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).