Ville Voipio wrote:
> One phenomenon I have repeatedly come accross but not quite 
> understood... If I have \startalignment, \startnarrower, etc., then 
> there has to be text immediately after the start command.

The best thing you can add is \dontleavehmode. The problem is
that TeX is still in Vertical mode when it encounters the box
that is created by the TABLE environment. So:

   \startalignment[center]
   \dontleavehmode
   \bTABLE
   \bTR \bTD something \eTD \eTR
   \eTABLE
   \stopalignment


Cheers, Taco
_______________________________________________
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context

Reply via email to