On 07/08/2017 03:17 PM, Mathias Schickel wrote:
> Dear Andreas, Pablo and the list,
> 
> I did read your question and answer with great interest, since I
> encountered similar issues. Sadly your trick to get footnotes that are
> defined in some environments like tables displayed at the bottom of the
> page does not work if you try it using backgrounds. Here I provide a
> minimal example that shows the problem:

Dear Mathias,

I didn’t even know that backgrounds existed in ConTeXt.

Framed texts does the trick with your sample:

    \setupframedtext
       [width=\textwidth,
        frame=on,
        rulethickness=1pt,
        corner=0,
        offset=12pt]

    \starttext
    \startframedtext
        If you typeset text with background,
        the footnote workaround does not work.
        \postponenotes\footnote{So what could
        I do to get this footnote displayed?
        Use framed texts.}
    \stopframedtext
    \flushnotes
    \stoptext

But if you really need a background, I’m afraid it won’t work (or I
don’t know how to make it work).

Just in case it might help,

Pablo
-- 
http://www.ousia.tk
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : [email protected] / 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 via email to