ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* \boldmath
@ 2002-12-27 12:46 Sytse Knypstra
  0 siblings, 0 replies; only message in thread
From: Sytse Knypstra @ 2002-12-27 12:46 UTC (permalink / raw)


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
S.Knypstra@eco.rug.nl

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2002-12-27 12:46 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-12-27 12:46 \boldmath Sytse Knypstra

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).