2007/7/2, Hamid Kamrani <[EMAIL PROTECTED]>:
> What's the reaosn for this behaviour?
>
> Try:
>
> \starttext
> \startbuffer
> \start
> \setupTABLE[frame=on]
> \bTABLE\bTR\bTD text \eTD\eTR\eTABLE
> \stop
> \stopbuffer
> \framed[offset=overlay]{\getbuffer}
>
> \startbuffer
> \start
> \setupTABLE[frame=on]
> \setupTABLE[c][1][align=right]
> \bTABLE\bTR\bTD text \eTD\eTR\eTABLE
> \stop
> \stopbuffer
> \framed[offset=overlay]{\getbuffer}
>
> \startbuffer
> \start
> \setupTABLE[frame=on]
> \setupTABLE[c][1][align=right]
> \setupTABLE[c][1][align=right]
> \bTABLE\bTR\bTD text \eTD\eTR\eTABLE
> \stop
> \stopbuffer
> \framed[offset=overlay]{\getbuffer}
>
> \startbuffer
> \start
> \setupTABLE[frame=on]
> \setupTABLE[c][1][align=right]
> \setupTABLE[c][1][align=right]
> \setupTABLE[c][1][align=right]
> \bTABLE\bTR\bTD text \eTD\eTR\eTABLE
> \stop
> \stopbuffer
> \framed[offset=overlay]{\getbuffer}
> \stoptext

Hi,

you comment chars after your \setupTABLE commands.

Your \start/\stop pair can also be removed in your examples,
\framed keeps the \setups local.

Wolfgang
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : [email protected] / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to