在使用大数时,我想在LaTex中使用索引符号。然而,由于尾随的零,它会变得更糟。例如。
\num[scientific-notation=true, exponent-product=\ensuremath{\cdot}]{250000000000000000000}

发布于 2022-09-01 10:47:47
如果这些数字不重要,您可以将其输入为
\num[scientific-notation=true, exponent-product=\ensuremath{\cdot}]{25e19}https://stackoverflow.com/questions/73556723
复制相似问题