Got it. Thanks. I didn't know that the chars after setupTABLE could
disturb the alignment.
On 7/3/07, Wolfgang Schuster
2007/7/2, Hamid Kamrani
: 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 : ntg-context@ntg.nl / 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 ___________________________________________________________________________________