ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* splitting a landscape table with local footnotes
@ 2017-06-08 20:12 Alan Bowen
  0 siblings, 0 replies; only message in thread
From: Alan Bowen @ 2017-06-08 20:12 UTC (permalink / raw)
  To: mailing list for ConTeXt users


[-- Attachment #1.1: Type: text/plain, Size: 961 bytes --]

I have a very long table (landscape) with local footnotes that I wish to
split over two pages so that
(a) the table is on a verso page and
(b) the notes on the next recto page.

Any suggestions about how to do this will be gratefully received.

Here is a MWE that is not too small, I hope.

\starttext
\dorecurse{5}{\input knuth}
\setupnotation[footnote][numberconversion=characters]
\startlocalfootnotes
\setupTABLE[frame=off,split=yes]
\setupTABLE[c][1,2,3,4,5,6][roffset=.3pc]
\setupTABLE[c][2,3,4,5,6,7][loffset=.3pc]

\startplacetable[title={Hellenistic calendars},
location={page,header,high,90}] %leftpage does not seem to work
{\setbox\scratchbox\vbox{%
\bTABLE
\bTABLEbody
\bTR\bTD \eTD
\bTD Babylonian\eTD
\bTD Greek\eTD
\bTD Egyptian\eTD
\bTD Roman\eTD
\bTD Judaean%
\footnote{\input knuth}\eTD\eTR
\eTABLEbody
\eTABLE}
\par
\hsize\wd\scratchbox
    \box\scratchbox
    \par
\placelocalfootnotes
\stoplocalfootnotes}
\stopplacetable

\stoptext

Alan

[-- Attachment #1.2: Type: text/html, Size: 3354 bytes --]

[-- Attachment #2: Type: text/plain, Size: 492 bytes --]

___________________________________________________________________________________
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
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2017-06-08 20:12 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-06-08 20:12 splitting a landscape table with local footnotes Alan Bowen

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).