Hi Developers,
Enclosed is a piece of code that demonstrates a bug in the NaturalTable
environment when using a complex head in a multipage case. If you run the
following code you will notice that not only does the head get repeated but
also the first row of the body of the table. The cause appears to be [nr=2] in
the head.
I am using
This is pdfTeX, Version 3.1415926-1.40.10 (TeX Live 2009) (format=cont-en
2010.4.14) 6 DEC 2010 08:32
I do apologise if this is fixed in a later version. Thanks for a great program.
\bTABLE[split=repeat]
\bTABLEhead
\bTR
\bTH[nr=2] head l\eTH
\bTH head r\eTH
\eTR
\bTR
\bTH head r\eTH
\eTR
\eTABLEhead
\bTABLEbody
\bTR\bTD first l\eTD\bTD first r\eTD\eTR
\dorecurse{50}{\bTR\bTD subsequent l\eTD\bTD subsequent r\eTD\eTR}
\eTABLEbody
\eTABLE
--
Nigel King
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the
Wiki!
maillist : [email protected] / 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
___________________________________________________________________________________