Hi all,
Considering the following example, there is a problem with \bfm \omega
in the align environment... I observed the same problem with the matrix
environment... Any idea how to solve the problem ?
\starttext
\usetypescript[lucida] [texnansi]
\usetypescript[lucidabfm] [texnansi]
\usetypescript[lucidaboldmath][texnansi]
\setupformulas[method=bold]
\startformula[lucida]
\tilde{\bfm \omega}
\stopformula
\startformula[lucida]
\startalign[n=2, align={right,left}]
\NC \tilde{\bfm \omega} \NC = a \NR
\stopalign
\stopformula
\stoptext
Renaud