josephwright / siunitx

A comprehensive (SI) units package for LaTeX
LaTeX Project Public License v1.3c
350 stars 25 forks source link

Option setting "combine-exponent" errors if base number has no exponent #698

Closed josephwright closed 9 months ago

josephwright commented 9 months ago

For example

\documentclass{article}
\usepackage{siunitx}
\sisetup{prefix-mode = combine-exponent}
\begin{document}
\qty{40.1}{\kHz}
\end{document}