unicode-math:了解外部字体在数学文本中的应用

unicode-math:了解外部字体在数学文本中的应用

对于以下用法删除字体,我想了解

  1. \setmathfont{redacted-script-regular.ttf}为什么设置而不是另一种数学字体时会出现错误(例如\setmathfont{Cambria Math}

包 unicode-math 错误:尚未设置主要数学字体。

  1. 为什么即使使用了所有可能的代码,减号也无法被丑化,而正号却被正确丑化了。

在此处输入图片描述

\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}

相关内容