[NTG-context] TABLE starts to late...

2006-04-10 Thread Peter Münster
Hello,
I have a problem with TABLE:

\starttext
\section{bla}
\subsection{bla}
\placefigure{bla}{\vbox to 16cm{bla}}
\section{bla}
\subsection{bla} % Table should begin here, but does not!
\bTABLE[split=repeat]
\bTABLEhead \bTR \bTH bla\eTH \eTR \eTABLEhead
\bTABLEbody \dorecurse{100}{\bTR\bTD bla\eTD \eTR} \eTABLEbody
\eTABLE
\stoptext

Could someone help please?
Cheers, Peter

-- 
http://pmrb.free.fr/contact/
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] TABLE starts to late...

2006-04-10 Thread Hans Hagen
� wrote:
 Hello,
 I have a problem with TABLE:

 \starttext
 \section{bla}
 \subsection{bla}
 \placefigure{bla}{\vbox to 16cm{bla}}
 \section{bla}
 \subsection{bla} % Table should begin here, but does not!
 \bTABLE[split=repeat]
 \bTABLEhead \bTR \bTH bla\eTH \eTR \eTABLEhead
 \bTABLEbody \dorecurse{100}{\bTR\bTD bla\eTD \eTR} \eTABLEbody
 \eTABLE
 \stoptext

 Could someone help please?
   
\synchronizeoutput

\bTABLE[split=repeat]
\bTABLEhead \bTR \bTH bla\eTH \eTR \eTABLEhead
\bTABLEbody \dorecurse{100}{\bTR\bTD bla\eTD \eTR} \eTABLEbody
\eTABLE

although \synchronizeoutput may mess up spacing 

Hans 

-
  Hans Hagen | PRAGMA ADE
  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
 tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com
 | www.pragma-pod.nl
-

___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context