Hi,

the TABLE paramter 'spaceinbetween' doesn't work, if you use it
combinations with split=repeat. This is not a beta only problem, as the
verson from 08.08.2006 shows the same behaviour.

Greetings, Peter
\starttext

\bTABLE
 [spaceinbetween=3mm,
  columndistance=3mm,
  split=repeat,% works without "split=repeat"
 ]
%
\bTABLEhead
\bTR
\bTH head1 \eTH
\bTH head2 \eTH
\eTR
\eTABLEhead
%
\bTABLEbody
%
\dorecurse{15}{%
\bTR
\bTC body \eTC
\bTC body \eTC
\eTR
}
%
\eTABLEbody
\eTABLE

\stoptext
_______________________________________________
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context

Reply via email to