我以前总是在序言中加入amsfonts
。amssymb
我现在开始使用 XeTeX,
\usepackage{unicode-math}
\setmathfont[math-style=ISO,bold-style=ISO]{TeX Gyre Pagella Math}
我理解这\setmathfont[math-style=ISO,bold-style=ISO]{TeX Gyre Pagella Math}
会导致 TeX 使用 TeX Gyre Pagella Math 字体的字形,该字体已下载到我的机器上。
据我所知,这使得包含amsfonts
,amssymb
变得多余。是否还有理由包含amsfonts
, amssymb
?