我尝试使用倒置\SIrange
但发生了一些奇怪的事情。
\documentclass{article}
\usepackage{siunitx}
\sisetup{range-phrase=--,
exponent-to-prefix = true,
zero-decimal-to-integer}
\begin{document}
\SIrange[scientific-notation = engineering]{2000000}{1}{\hertz}
\\
\SIrange[scientific-notation = engineering]{1}{2000000}{\hertz}
\end{document}
这是一个错误吗?我可以使用什么解决方法?