Hello ConTeXt-Users,

when I try to split long extreme tables and want to get repeating first and 
last rows on each page (or in each column) with header=repeat (or 
footer=repeat), that doesn't work (latest beta).

minimal example:

\starttext

\startxtable[split=yes,header=repeat,footer=repeat]
        \startxtablehead
                \startxrow
                        \startxcell head one \stopxcell
                        \startxcell head two \stopxcell
                \stopxrow
        \stopxtablehead
        \startxtablebody
                \dorecurse{100}{\startxrow
                        \startxcell body one \stopxcell
                        \startxcell body two \stopxcell
                \stopxrow}
        \stopxtablebody
        \startxtablefoot
                \startxrow
                        \startxcell foot one \stopxcell
                        \startxcell foot two \stopxcell
                \stopxrow
        \stopxtablefoot
\stopxtable

\stoptext



Thanks

Jannik


___________________________________________________________________________________
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://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to