
我過去總是在序言中包含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
?