EthanDeng / mhlatex

Mostly Harmless LaTeX Techniques
15 stars 7 forks source link

Q15 更换正文字体为times new roman #20

Open Lihua1990 opened 4 years ago

EthanDeng commented 4 years ago

最简单的方式是调用 times 风格的字体宏包,比如 newtxtext

\usepackage{newtxtext}

此方法适用于 pdflatex 和 xelatex。

EthanDeng commented 4 years ago

还有一种方法是使用 fontspec 宏包,调用操作系统安装的字体,比如 Times New Roman,此方法必须使用 xelatex 编译。

<后续补充示例代码>