Latex改变字体类型为Times New Roman

只需要使用宏包fontspec:
\usepackage{fontspec}
\setmainfont{Times New Roman}
同样地,也可以用这种方法改字体为Arial等。

你可能感兴趣的:(latex排版,latex)