wrong character for \ohm
Closed this issue · 0 comments
oscar-0 commented
The following gives "1 ̇" instead of "1Ω" (with current texlive):
\documentclass{beamer}
\usepackage[T1]{fontenc}
\usepackage{siunitx}
\begin{document}
\SI{1}{\ohm}
\end{document}