例如,加载mtpro2
并XITS-Math
针对不同的段落
但似乎mtpro2
不能unicode-math
一起加载
错误如下:
LaTeX error: "kernel/command-already-defined"
!
! Control sequence \notsimeq already defined.
我的代码
\documentclass{article}
\usepackage[lite,subscriptcorrection,slantedGreek,nofontinfo]{mtpro2}
\usepackage{fontspec}
\setmainfont{Source Serif Pro}
\usepackage{unicode-math} % to use \setmathfont
\begin{document}
Source Serif Pro $f=|a|/3$ with mtpro2 \\
{\setmathfont[StylisticSet=1]{XITS Math}
Source Serif Pro $f=|a|/3$ with XITS Math}
\end{document}
答案1
要使用传统数学字体(如mtpro2
TrueType 或 OpenType 文本字体),请加载mathspec
而不是unicode-math
。