josephwright/siunitx

wrong character for \ohm

Closed this issue · 0 comments

The following gives "1 ̇" instead of "1Ω" (with current texlive):

\documentclass{beamer}
\usepackage[T1]{fontenc}
\usepackage{siunitx}
\begin{document}
  \SI{1}{\ohm}
\end{document}