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