Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!think.com!mintaka!ai-lab!rice-chex!bkph From: bkph@rice-chex.ai.mit.edu (Berthold K.P. Horn) Newsgroups: comp.text.tex Subject: Re: HELP! How to get bold $ \sigma $ ? Message-ID: <16223@life.ai.mit.edu> Date: 30 May 91 19:41:34 GMT References: Sender: news@ai.mit.edu Lines: 11 In-reply-to: hong@sci.kun.nl's message of 30 May 91 14:49:47 GMT Bold greek letters are in the cmmbi10 font. If you are using LaTeX, look on page 53 of the manual. You need to use \mbox and $...$ in ADDITION to \boldmath: \mbox{\boldmath $\sigma$} For some reason many people have gotten into the habit if overprinting using \kern. This is neither necessary nor desireable. In fact, it looks pretty bad if your output should ever go to a device with reasonable resolution...