[Fedora TeX Live] boldmath in beamer

Mikhail Kalenkov mikhail.kalenkov at gmail.com
Fri Jul 27 10:38:54 CEST 2012


Hi all,

I have Fedora 17 box with texlive installed. Everything works fine,
but I have noticed one really annoying thing. All bold selections in
math equations are gone from my beamer presentation!

Below is the simplest example

\documentclass{beamer}
\usepackage{bm}
\begin{document}
\begin{frame}{}
$\bm{j} \quad j$
\end{frame}
\end{document}

There is no bold selection in the resulting PDF file.

At the same time boldmath works fine with article class

\documentclass{article}
\usepackage{bm}
\begin{document}
$\bm{j} \quad j$
\end{document}
Above code generate bold "j" as expected.

Any suggestions?


More information about the TeXLive mailing list