[NTG-context] \bTABLE[split=yes]

2004-06-01 Thread Nigel King
All,
I thought the following long table would split but it doesn't seem to 
using the current beta. Am I missing something?

\starttext
This is a test of the \type{\TABLE} environment.
\bTABLE[split=yes]
\bTABLEhead
\bTR \bTH Head 1 \eTH \bTH Head 2 \eTH \eTR
\eTABLEhead
\bTABLEfoot
\bTR \bTH Foot 1 \eTH \bTH Foot 2 \eTH \eTR
\eTABLEfoot
\bTABLEbody
\dorecurse{30}{\bTR \bTD[nr=3] left \eTD\bTD right \eTD \eTR
\bTR\bTD right \eTD \eTR
\bTR[after={\page[yes]}]\bTD right \eTD \eTR}
\eTABLEbody
\eTABLE
\stoptext
TIA
--
Nigel
___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] \bTABLE[split=yes]

2004-06-01 Thread Hans Hagen
At 16:50 01/06/2004, you wrote:
All,
I thought the following long table would split but it doesn't seem to 
using the current beta. Am I missing something?

\starttext
This is a test of the \type{\TABLE} environment.
\bTABLE[split=yes]
\bTABLEhead
\bTR \bTH Head 1 \eTH \bTH Head 2 \eTH \eTR
\eTABLEhead
\bTABLEfoot
\bTR \bTH Foot 1 \eTH \bTH Foot 2 \eTH \eTR
\eTABLEfoot
\bTABLEbody
\dorecurse{30}{\bTR \bTD[nr=3] left \eTD\bTD right \eTD \eTR
\bTR\bTD right \eTD \eTR
\bTR[after={\page[yes]}]\bTD right \eTD \eTR}
\eTABLEbody
\eTABLE
\stoptext
split=repeat
splitmethod=a|b
i still need to fix break prevention within a rowspan
Hans
___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] \bTABLE[split=yes]

2004-06-01 Thread Nigel King
On 1 Jun 2004, at 18:18, Hans Hagen wrote:
split=repeat
splitmethod=a|b
\bTABLE[split=repeat] % works
\setupTABLE[split=repeat] % does not work which was not so obvious (to 
me!)

I haven't worked out what the difference between splitmethod=a , 
splitmethod=b and nothing is.

Thanks very much for instant response
--
Nigel
___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context