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

\ang does not correctly parse exponents in 'last part' #770

Closed
josephwright opened this issue Jan 17, 2025 · 1 comment
Closed

\ang does not correctly parse exponents in 'last part' #770

josephwright opened this issue Jan 17, 2025 · 1 comment
Assignees
Labels
bug Something isn't working hotfix A change that will be addressed in a hotfix

Comments

@josephwright
Copy link
Owner

For example

\documentclass{article}
\usepackage{siunitx}
\begin{document}
\ang{0.04e-1}
\ang{1;2;0.04e-1}
\end{document}

(They should be suppressed in earlier parts.)

@josephwright josephwright added the bug Something isn't working label Jan 17, 2025
@josephwright josephwright self-assigned this Jan 17, 2025
@josephwright josephwright added the hotfix A change that will be addressed in a hotfix label Jan 17, 2025
@josephwright
Copy link
Owner Author

Fixed by 907e1ba.

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

1 participant