
나는 항상 서문에 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
?