Welcome to the UK List of
TeX Frequently Asked Questions
on the Web

Searching

The index of Frequently Asked Questions about TeX is searchable.

Please enter your keyword here:   then press here: ,    or:
Google

Setting bold Greek letters in LaTeX

The issue here is complicated by the fact that \mathbf (the command for setting bold text in TeX maths) affects a select few mathematical symbols (the uppercase Greek letters). However lower-case Greek letters behave differently from upper-case Greek letters (due to Knuth’s esoteric font encoding decisions). However, \mathbf can’t be used even for upper-case Greek letters in the AMSLaTeX amsmath package, which disables this font-switching and you must use one of the techniques outlined below.

The Plain TeX solution does work, in a limited way:

{\boldmath$\theta$}

but \boldmath may not be used in maths mode, so this ‘solution’ requires arcana such as:

$... \mbox{\boldmath$\theta$} ...$

which then causes problems in superscripts, etc.

These problems may be addressed by using a bold mathematics package.

All these solutions cover all mathematical symbols, not merely Greek letters.

bm.sty
Distributed as part of macros/latex/required/tools (or browse the directory); catalogue entry
amsbsy.sty
Distributed as part of AMSLaTeX macros/latex/required/amslatex (or browse the directory); catalogue entry
amsmath.sty
Distributed as part of AMSLaTeX macros/latex/required/amslatex (or browse the directory); catalogue entry


Go to previous question, or next question

Go to FAQ home.

URL for this question: http://www.tex.ac.uk/cgi-bin/texfaq2html?label=boldgreek

Comments, suggestions, or error reports? - see “how to improve the FAQ”.

This is FAQ version 3.27, released on 2013-06-07.