我正在使用带有 的文本字体进行数学运算unicode-math
。我尝试使用选项设置数学字体LetterSpace
,但unicode-math
不关心文本字体的字体功能设置...
\documentclass{minimal}
\usepackage{fontspec}
\usepackage{unicode-math}
\setmainfont{pala.ttf}[LetterSpace=10]
\setmathfontface\test{pala.ttf}[LetterSpace=10]
\begin{document}
abcdefg
$\test{abcdefg}$
\end{document}
还有其他方法可以在数学模式下改变跟踪吗?