对于以下用法删除字体,我想了解
\setmathfont{redacted-script-regular.ttf}
为什么设置而不是另一种数学字体时会出现错误(例如\setmathfont{Cambria Math}
)
包 unicode-math 错误:尚未设置主要数学字体。
- 为什么即使使用了所有可能的代码,减号也无法被丑化,而正号却被正确丑化了。
\documentclass[addpoints]{exam}
\usepackage{luacode,fontspec}
\usepackage{graphicx}
\usepackage{unicode-math,siunitx}
\setmainfont{redacted-script-regular.ttf}
\setmathfont{redacted-script-regular.ttf}% Using, for example, Cambria Math fixes the error.
\setmathfont{redacted-script-regular.ttf}%
[range = {up , it , bb , bbit , scr , cal , bfcal , frak , tt , sfup ,
sfit , bfup , bfit , bfscr , bffrak , bfsfup , bfsfit, "002B, "2212, "002D, "2796, "207B, "2796 }]
\begin{document}
\[\num{-8e-06}~N_e^2 + {0.072}~N_e - \beta\]
\end{document}