使用 XeLaTeX 的 mathspec 产生希腊字符“已定义”错误

使用 XeLaTeX 的 mathspec 产生希腊字符“已定义”错误

根据标题。我正在尝试使用,\mathspec以便可以覆盖默认的数学字体。

当我排版时,系统提示我各种希腊字母(Gamma、Delta 等)已经定义。我可以按 11 次回车键来查看它们,但这可能不是最好的处理方式……

梅威瑟:

\documentclass{article}
\usepackage{amsmath}
\usepackage[math]{mathspec}
\defaultfontfeatures{Mapping=tex-text}
\setmathsfont(Digits,Latin,Greek){Asana Math}
\setprimaryfont[Mapping=tex-text]{Palatino}
\setallsansfonts[Scale=MatchLowercase,Mapping=tex-text]{Optima}
\setallmonofonts[Scale=MatchLowercase]{Fira Mono}


\begin{document}
Here's my test: $ \chi^2 + 27 $.
\end{document}

相关内容