Skip to content

关于公式字体Times New Roman的问题 #74

Closed
@PlexusChen

Description

@PlexusChen

之前看了其他人提的issue,发现latex提供的默认字体确实不是Times New Roman字体(下称Times)
在网上找了很久,发现用mathptmx宏包可以将公式调整为Times
但问题是这个包会更改公式外的正文字体,且这个字体却和Word中的Times差别很大
因此,需要在scutthesis.tex文件中,调用mathptmx宏包后,再用setmainfont设置Times字体,如下

\usepackage{mathptmx}
\setmainfont{Times New Roman}

latex的原字体
1733204887630
更改后的字体
1733204942275
Word中Mathtype的字体
1733205081446

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions