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? _______________________________________________ TeXLive mailing list TeXLive@linux.cz http://www.linux.cz/mailman/listinfo/texlive