[NTG-context] Multi-page (split) natural tables and footnotes
Otared Kavian
otared at gmail.com
Sun Jun 7 10:11:29 CEST 2015
Hi Christoph,
There exists a local footnotes environment in floats, as in the following example: I don’t know if it solves the problem you mention…
%%%%%%%%%%%%
\starttext
\startlocalfootnotes
\placetable[align=middle]{A table with footnotes.}
{\starttable[|l|r|]
\HL
\VL One\footnote{First} \VL Two\footnote{Second} \VL\FR
\VL Three\footnote{Third} \VL Four\footnote{Fourth} \VL\LR
\HL
\stoptable}
{\placelocalfootnotes}
\stoplocalfootnotes
\stoptext
%%%%%%%%%%%%
Best regards: OK
> On 06 Jun 2015, at 21:41, Christoph Reller <christoph.reller at gmail.com> wrote:
>
> Hi,
>
> How can I get footnotes working with split tables? Is this not supported?
>
> The workaround with \note[...] \footnotetext[...]{...} can only be used to place footnotes on the first or on the last page of the table. For a long multi-page table this is not satisfactory.
>
> The wiki mentions using \automigrateinserts, but it has no effect here.
>
> Any help is welcome!
>
> Cheers,
> Christoph
>
> MWE:
>
> \automigrateinserts
> \starttext
> \placetable[split][]{}{
> \bTABLE
> \bTR \bTD This \eTD \bTD That.
> \footnote{This footnote disappears.}
> \note[working]
> \eTD \eTR
> \eTABLE}
> \footnotetext[working]{This footnote works.}
> \stoptext
>
> ___________________________________________________________________________________
> If your question is of interest to others as well, please add an entry to the Wiki!
>
> maillist : ntg-context at ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
> webpage : http://www.pragma-ade.nl / http://tex.aanhet.net
> archive : http://foundry.supelec.fr/projects/contextrev/
> wiki : http://contextgarden.net
> ___________________________________________________________________________________
More information about the ntg-context
mailing list