ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Broken header=repeat in extreme tables
@ 2013-01-08 13:45 Jannik Voges
  0 siblings, 0 replies; only message in thread
From: Jannik Voges @ 2013-01-08 13:45 UTC (permalink / raw)
  To: mailing list for ConTeXt users

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
___________________________________________________________________________________


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

only message in thread, other threads:[~2013-01-08 13:45 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-01-08 13:45 Broken header=repeat in extreme tables Jannik Voges

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