我正在排版一份实验报告,其中包含衍射光栅光栅间距的间接测量值;这些值是微米级的,用科学计数法更容易表达;否则,我会有太多的前导零。
但是,当我输入类似的内容时\SI{1.80812E-6(0.0044)}{\m}
,我收到编译错误:
Package siunitx Error: Invalid exponent in numerical input(siunitx) '1.80812E-6(0.0044)'. ...as found to be \SI{1.80812E-6(0.0044)}{\m}.
显然pdflatex
认为不确定性是指数的,如日志文件中详细说明的那样:
The exponent part of a number cannot contain an uncertainty or complex part: the input given appears to contain one of these in the exponent.
我该如何补救呢?