>>Date: Tue, 9 Nov 1999 10:58:47 +0100 (MET)
>>From: Holger Erlenhorst <[EMAIL PROTECTED]>
>>To: [EMAIL PROTECTED]
>>Subject: boldmath in lyx math mode
>>
>>Hi Lyx users,
>>
>>right now I try to use \boldmath in lyx math mode.
>>The reason is to bold type \mu . I tried \mbox{\boldmath$\mu$}
>>without success.
>>Please help me, I need it yesterday.
What about \boldsymbol{\mu} in mathed ?
I don't remember if greek symbols are really bolded...
If not
\newcommand{\boldmu}{\mathversion{bold}$\mu$} in the preamble should do it.
--
Jean-Pierre