How do I get boldface greek symbols in math mode (and especially with
lucida bright)?
The following does not work:
%%%%%%%%%%%%%%%%
\usetypescript [lucida] [texnansi]
\switchtotypeface [lucida] [9pt]
\starttext
$\alpha {\boldmath \alpha } \alpha$
\stoptext
%%%%%%%%%%%%%%%%
Siep Kroonenberg supplied me with the following partial solution:
%%%%%%%%%%%%%%%%%%%%%
\usetypescript [all] [lucida] [name]
\usetypescript [lucida] [texnansi]
\definetypeface [boldmath] [rm] [serif] [lucida] [default] [encoding=texnansi]
\definetypeface [boldmath] [tt] [mono] [lucida] [default] [encoding=texnansi]
\definetypeface [boldmath] [ss] [sans] [lucida] [default] [encoding=texnansi]
\definetypeface [boldmath] [mm] [boldmath] [lucida] [default]
[encoding=texnansi]
\switchtotypeface [lucida] [9pt]
\def\pmb{\switchtotypeface [boldmath]}
\starttext
$\alpha {\pmb \alpha } \alpha$
{\pmb $\alpha$} $\alpha$ {\pmb $\alpha$}
\stoptext
%%%%%%%%%%%%%%%%%%%%%
But here in the first line \pmb appears not to be working within math mode.
Sytse Knypstra
[EMAIL PROTECTED]
_______________________________________________
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context