Thank you for your help so far.
Now I am close to what I'd like to achieve.
I want to insert a foot on every pages except on the
last page (at the end of the table). Is it possible?

I have this simple code:

\starttext

\setupxtable[split=repeat,header=repeat,footer=repeat]

\startxtable[frame=off,topframe=on,bottomframe=on,toffset=2pt,boffset=4pt]
    \startxtablehead
    \startxrow[bottomframe=off,rulethickness=2pt]
        \startxcell Head \stopxcell
    \stopxrow
    \stopxtablehead
    \startxtablenext
    \startxrow[topframe=off]
        \startxcell Continued from previous page \stopxcell
    \stopxrow
    \startxrow
        \startxcell Next \stopxcell
    \stopxrow
    \stopxtablenext
    \startxtablefoot[bottomframe=off]
    \startxrow
        \startxcell Continued on next page \stopxcell
    \stopxrow
    \stopxtablefoot
    \startxtablebody
    \startxrow
        \startxcell \input tufte \stopxcell
    \stopxrow
    \startxrow
        \startxcell \input tufte \stopxcell
    \stopxrow
    \startxrow
        \startxcell \input tufte \stopxcell
    \stopxrow
    \startxrow
        \startxcell \input tufte \stopxcell
    \stopxrow
    \startxrow
        \startxcell \input tufte \stopxcell
    \stopxrow
    \startxrow
        \startxcell \input tufte \stopxcell
    \stopxrow
    \startxrow
        \startxcell \input tufte \stopxcell
    \stopxrow
    \stopxtablebody
\stopxtable

\stoptext


Thank you,

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