I have not understood how tables and \chemical interact.
The second case in the minimal example below
demonstrates unexpected/incorrect centering
when using \chemical and \bTABLE.
Am I missing something?

Thanks.

Alan

\starttext
\usemodule[chemic]
\setupchemical[size=small,scale=200,width=fit,frame=off]

\starttable[|c|]
        \HL
        \VL chemical formula \VL\AR
        \HL
        \VL
                \startchemical
                        \chemical[SIX,B,C,R,RZ][R,R,R,R,R,R]
                \stopchemical
        \VL\LR
        \HL
\stoptable
\blank[line]

\setupTABLE[c][1][align={middle,lohi}]
\bTABLE
\bTR
        \bTD
        chemical formula
        \eTD
\eTR
\bTR
        \bTD
        \startchemical
                \chemical[SIX,B,C,R,RZ][R,R,R,R,R,R]
        \stopchemical
        \eTD
\eTR
\eTABLE

\stoptext
___________________________________________________________________________________
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
___________________________________________________________________________________

Reply via email to