SIrange 中的不同单个前缀

SIrange 中的不同单个前缀

我想编写一个 SIrange 0.1Hz - 1kHz,但我发现的唯一方法就是100mHz - 1kHz像 MWE 那样。有没有一种方法可以在不使用两个不同的 SI 命令的情况下获取第一个范围?

\documentclass{article}
\usepackage{siunitx}

\begin{document}
\SIrange[range-phrase=--, exponent-to-prefix = true, zero-decimal-to-integer, scientific-notation = engineering]{0.1}{1000}{\hertz}
\end{document}

相关内容