Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ohm do not work when kmath package is loaded #728

Closed
JoseDanielMunozFrias opened this issue Apr 23, 2024 · 5 comments
Closed

ohm do not work when kmath package is loaded #728

JoseDanielMunozFrias opened this issue Apr 23, 2024 · 5 comments
Assignees
Labels
bug Something isn't working hotfix A change that will be addressed in a hotfix

Comments

@JoseDanielMunozFrias
Copy link

JoseDanielMunozFrias commented Apr 23, 2024

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}
@josephwright josephwright self-assigned this Apr 23, 2024
@josephwright josephwright added bug Something isn't working hotfix A change that will be addressed in a hotfix labels Apr 23, 2024
@josephwright
Copy link
Owner

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

@JoseDanielMunozFrias
Copy link
Author

¡Thank you for your promptly response!

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

@josephwright
Copy link
Owner

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

@josephwright
Copy link
Owner

I have a plan - will sort in another issue.

@JoseDanielMunozFrias
Copy link
Author

¡Thanks a lot! Now it works perfectly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working hotfix A change that will be addressed in a hotfix
Projects
None yet
Development

No branches or pull requests

2 participants