Am 20.09.2012 um 16:26 schrieb Procházka Lukáš Ing. - Pontex s. r. o. 
<l...@pontex.cz>:

> Hello,
> 
> On Thu, 20 Sep 2012 15:51:23 +0200, Wolfgang Schuster 
> <wolfgang.schus...@gmail.com> wrote:
> 
>> 
>> Use \placetable[force]{}{…} and omit the caption with the “none” keyword 
>> when you don’t want it.
>> 
>> WOlfgang
> 
> did you mean this?
> 
> ----
> \def\TAB{%
>  \bTABLE[split=repeat]
>    \bTABLEhead
>      \bTR
>        \bTH head1 \eTH
>      \eTR
>    \eTABLEhead
>    %
>    \bTABLEbody
>      \dorecurse{40}{%
>        \bTR
>          \bTD body \eTD
>        \eTR
>      }
>    \eTABLEbody
>  \eTABLE
> }
> 
> \starttext
>  \placetable[force,none]{}{\TAB}
> \stoptext
> ----
> 
> - But this long table is not split to more pages! - See the attachment…


You need also the “split” keyword for the float.

\starttext

\startplacetable[location={force,split,none}]
 \bTABLE[split=repeat]
   \bTABLEhead
     \bTR
       \bTH head1 \eTH
     \eTR
   \eTABLEhead
   %
   \bTABLEbody
     \dorecurse{40}{%
       \bTR
         \bTD body \eTD
       \eTR
     }
   \eTABLEbody
 \eTABLE
\stopplacetable

\stoptext

Wolfgang
___________________________________________________________________________________
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