We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
之前看了其他人提的issue,发现latex提供的默认字体确实不是Times New Roman字体(下称Times) 在网上找了很久,发现用mathptmx宏包可以将公式调整为Times 但问题是这个包会更改公式外的正文字体,且这个字体却和Word中的Times差别很大 因此,需要在scutthesis.tex文件中,调用mathptmx宏包后,再用setmainfont设置Times字体,如下
\usepackage{mathptmx} \setmainfont{Times New Roman}
latex的原字体 更改后的字体 Word中Mathtype的字体