beamer icon indicating copy to clipboard operation
beamer copied to clipboard

helvet package should force professionalfonts

Open josephwright opened this issue 4 years ago • 1 comments

Came up in https://github.com/josephwright/siunitx/issues/537: the strange font setup doesn't really make sense.

josephwright avatar Sep 25 '21 07:09 josephwright

Combining helvet with the professionalfonts theme will alter the output from sans serif to serif math

\documentclass{beamer}
\usepackage{helvet}
\usepackage{siunitx}

\usefonttheme{professionalfonts}
\begin{document}

\begin{frame}

$\Omega abc$

%\unit{\ohm}

%\DeclareSIUnit{\ohm}{\text{\ensuremath{\Omega}}}

%\unit{\ohm}

\end{frame}

\end{document}

samcarter avatar Sep 25 '21 11:09 samcarter