当我在数学模式下打字时siunitx
,它不会选择数学字体mathptmx
,而是使用我认为的 Computer Modern Sans Serif。
\documentclass[11pt]{report}
\usepackage{tgheros}
\renewcommand{\familydefault}{\sfdefault}
\usepackage{mathptmx}
\usepackage{siunitx}
\begin{document}
The strong nuclear force is attractive for separations between $0.5$ and $\SI{3}{\femto\metre}$.
\end{document}
我希望以$\SI{3}{\femto\metre}$
衬线mathptmx
字体显示。