Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

False math fonts #8

Closed
tanukihee opened this issue Apr 2, 2020 · 1 comment
Closed

False math fonts #8

tanukihee opened this issue Apr 2, 2020 · 1 comment
Labels
font Font and typeface

Comments

@tanukihee
Copy link
Member

tanukihee commented Apr 2, 2020

示例中的数学字体并不是 Times,而是默认的 Latin Modern。
image

可以使用 unicode-math 包改变数学字体,使用 TeX Gyre 系列的 TeX Gyre Termes、XITSSTIX 等 Times 风格数学字体(需要自行安装):

\usepackage{unicode-math}
\setmathfont{TeX Gyre Termes Math} % 数学字体名

image

或者在 amsmath 包后面使用 txfontstxfontsb 包,并将

\setmainfont{Times New Roman}
\setsansfont{Times New Roman}
\setmonofont{Times New Roman}

移至

\RequirePackage{amsmath, amssymb}

后即可
image

两者几乎无差别。

@imfing
Copy link
Member

imfing commented Apr 2, 2020

Merged #9

@imfing imfing closed this as completed Apr 2, 2020
@tanukihee tanukihee added the font Font and typeface label Feb 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
font Font and typeface
Projects
None yet
Development

No branches or pull requests

2 participants