[NTG-context] lucida bold and startalign

2006-08-09 Thread Renaud AUBIN




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



___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] lucida bold and startalign

2006-08-09 Thread Taco Hoekwater


Renaud AUBIN wrote:
 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 ?

Adding this redefinition of \bfm helps

   \def\bfm{\noexpand\boldfacemath} % \noexpand added

Taco
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] lucida bold and startalign

2006-08-09 Thread Renaud AUBIN




Correction: the problem occurs only with align

Renaud AUBIN a crit:

  
  
  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
  
  

___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context
  




___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] lucida bold and startalign

2006-08-09 Thread Renaud AUBIN
ok, but then omega is not bold anymore...

Taco Hoekwater a écrit :

  

Adding this redefinition of \bfm helps

   \def\bfm{\noexpand\boldfacemath} % \noexpand added

Taco
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


  


___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] lucida bold and startalign

2006-08-09 Thread Renaud AUBIN
\define\tildedomega{\hbox{$\tilde{\bfm \omega}$}} and use \tildedomega
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context