Latex sample bold greek

From UCB Math Wiki
Revision as of 17:48, 10 August 2009 by Vojta (talk | contribs) (Initial creation)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Using Bold Greek Letters in LaTeX

Bold Greek letters are available using boldsymbol in the amsmath package.

\documentclass{article}
\usepackage{amsmath}

\begin{document}
Let $\boldsymbol\alpha$ be a vector.  Call it $\boldsymbol\beta$.
\end{document}

(Note that this is not to be taken as an example of good mathematical exposition.)