1

How do I get a boldface math letters into beamer? The following produces an italic F and a non-italic F.

\documentclass{beamer}
\begin{document}
\begin{frame}{Title} $F \mathbf{F}$ \textbf{F} \end{frame}
\begin{frame}{Title} $F \mathbf{F}$ \textbf{F} \end{frame}
\end{document}

If use article instead, I get what I am used to see:

\documentclass{article}
\begin{document}
$F \mathbf{F}$ \textbf{F} 
\end{document}

I guess the broader question is how to change math fonts in beamer (without breaking anything), and I'd appreciate your answer to that as well.

EDIT: added \textbf{F} for comparison.

shuhalo
  • 2,545

0 Answers0