\setmathfont{TeX Gyre Pagella Math} と amsfonts、amssymb の比較

\setmathfont{TeX Gyre Pagella Math} と amsfonts、amssymb の比較

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を含める理由がまだあるのでしょうか?amsfontsamssymb

関連情報