Am 04.10.2013 um 10:57 schrieb Peter Münster
Hi,
Is this wanted or a bug? If it's wanted, then why?
--8<---------------cut here---------------start------------->8--- \starttext \section{Why is the align key not used?} \setupTABLE[width=3cm, height=3cm, align={middle, lohi}] \bTABLE \bTR \bTD bla \eTD \eTR \eTABLE
\section{Workaround} \setupTABLE[each][each][width=3cm, height=3cm, align={middle, lohi}] \bTABLE \bTR \bTD bla \eTD \eTR \eTABLE \stoptext
The \bTABLE does set its own values for the align-key which overwrites your settings from \setupTABLE. The arguments in the second argument are processed at a later stage (this happens always when you use row/columns setups) and taken into account when the cells are typeset. Wolfgang