Siunitx 前缀不正确,范围反转

Siunitx 前缀不正确,范围反转

我尝试使用倒置\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}

在此处输入图片描述

这是一个错误吗?我可以使用什么解决方法?

相关内容