Hi Clyde,

In order to use footnotes in tables, you can use localfootnotes as in the 
following:

\startlocalfootnotes
        \startxtable
                \startxrow
                        \startxcell Alpha \stopxcell
                        \startxcell Beta\footnote{Footnote Here} \stopxcell
                \stopxrow
                \startxrow
                        \startxcell Beta \stopxcell
                        \startxcell Alpha\stopxcell
                \stopxrow
        \stopxtable
\placelocalfootnotes
\stoplocalfootnotes

Then the footnotes appear below the table.

However it seems that the localfootnotes mechanism is conflicting with 
\startpalectable...\stoplacetable.

Best regards: OK

> On 30 Apr 2019, at 08:33, Clyde Johnston <cont...@couthies.com> wrote:
> 
> How do you get footnotes to work in xtables?  I get the superscript next to 
> the text but the footnote does not appear at the bottom of the page.
>  
> Thanks, Clyde
>  
> MWE:
>  
> \starttext
>     \startxtable
>         \startxrow
>             \startxcell Alpha \stopxcell
>             \startxcell Beta\footnote{Footnote Here} \stopxcell
>         \stopxrow
>         \startxrow
>             \startxcell Beta \stopxcell
>             \startxcell Alpha\stopxcell
>         \stopxrow
>     \stopxtable
> \stoptext
> <mwe.pdf>___________________________________________________________________________________
> 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
> ___________________________________________________________________________________

___________________________________________________________________________________
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 via email to