我尝试使用 siunitx 对数字进行四舍五入,但出现以下错误:
数字太大 \num{0.125555555555}
round-half
当我将参数更改为时,出现了问题even
。
\documentclass{article}
\usepackage{siunitx}
%\sisetup{round-mode = places, round-precision = 2, round-half = up}% this works
\sisetup{round-mode = places, round-precision = 2, round-half = even}% this fails
\begin{document}
\num{0.125555555555}
\end{document}
我在这里发现了类似的问题:
但是它总是说这个问题应该被修复,并且应该更新他们的版本siunitx
,但我已经在使用当前版本了:
软件包:siunitx 2018/05/17 v2.7s 综合(SI)单位包