josephwright/siunitx

ohm do not work when kmath package is loaded

Closed this issue · 5 comments

When using kmath package, the ohm symbol do not render inside equations. Is a bug or I'm doing something wrong?

\documentclass{article}

\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}

\usepackage{bookman}
\usepackage{kmath}
\usepackage{kerkis}
\usepackage{upgreek} 
\usepackage{siunitx}%[=v2]

\begin{document}

When using the package kmath, the ohm symbol does not work inside an equation: $R = \SI{10}{k\ohm}$

But works OK outside: \SI{10}{k\ohm}.

Using siunitx v2 works, but this version uses another font for the ohm symbol.

\end{document}

I'm going to use the same approach as #572.

¡Thank you for your promptly response!

However, now the symbol used for the ohm inside the equations is different of the symbol used outside.

@JoseDanielMunozFrias OK, that's a separate issue and is not trivial - I need to think about what is 'supposed' to happen here!

I have a plan - will sort in another issue.

¡Thanks a lot! Now it works perfectly.