Helo, I want to have boldmath in mathalign environment. I use the small example below. I find that boldmath greek symbols don't appear correctly, more precisely, in the first column. What I have made wrong here? Any comments and suggestions are appreciated. TIA. Zulkifli \definetypeface [mainface] [rm] [serif] [modern] [default] \definetypeface [mainface] [tt] [mono] [modern] [default] \definetypeface [mainface] [ss] [sans] [modern] [default] \definetypeface [mainface] [mm] [math] [modern] [default] \definetypeface [boldmath] [rm] [serif] [modern] [default] \definetypeface [boldmath] [tt] [mono] [modern] [default] \definetypeface [boldmath] [ss] [sans] [modern] [default] \definetypeface [boldmath] [mm] [boldmath] [modern] [default] \definetypeface [mainface] [mm] [bfmath] [modern] [default] \definetypeface [boldmath] [mm] [bfmath] [modern] [default] \setupformulas [method=bold] \setupbodyfont [mainface,17.3pt] \starttext \startformula {\bfm \theta \varphi \hat{\theta} \beta \Theta} \stopformula \startformula \startalign \NC {\bfm \theta} \NC {\bfm \varphi \theta} \NR \NC \hat{\theta} \NC {\bfm \varphi \hat{\bfm \theta}} \NR \NC {\bfm \Theta} {\bf X} \NC {\bfm \varphi \Phi \Theta} \NR \NC {\bfm \beta} {\bf x}\NC {\bfm \varepsilon \zeta \beta} \NR \NC \beta \NC \varepsilon \zeta \NR \stopalign \stopformula \stoptext