在LaTeX中调用siunitx的宏包的问题

2020-07-23 19:02发布

## 编译环境 操作系统 * [X ] Windows 7/8/10 * [ ] macOS * [ ] Linux `若需勾选,请把[ ]改成[x]` Tex发行版 * [X ] TexLive ...

## 编译环境 操作系统 * [X ] Windows 7/8/10 * [ ] macOS * [ ] Linux `若需勾选,请把[ ]改成[x]` Tex发行版 * [X ] TexLive 2018 * [ ] MikTeX `版本号` * [ ] CTeX `若需勾选,请把[ ]改成[x]` ## 我的问题 在刘海洋老师的入门教学中https://www.bilibili.com/video/BV1s7411U7Pr?p=3 34‘13’‘,他使用了了SI{2×7×3.5}{m/s} ![](https://wenda.latexstudio.net/data/attach/200723/P0ACQ2jp.png) \[\SI{1 \times 2}{m}\] 这是我用的方法,我试过直接打出×号,但是依然报错,想知道刘老师是怎么打出那个效果的,或\SI的正确用法 错误原因 siunitx error: "invalid-token-in-number" ! ! Invalid token '\times ' in numerical input. ! ! See the siunitx documentation for further information. ! ! For immediate help type H . !............................................... 全程序 \documentclass[UTF8]{ctexart} \usepackage{amsmath} \usepackage{mathtools} \usepackage{siunitx} \begin{document} \[\SI{1 \times 2}{m}\] %\SI[per-mode = symbol]{0.87e-5}{\metre\per\second\tothe{1.5}}\\ %\SI{0.8e-3}{\radian\per\second\sqrt{\second}} \end{document}