thesisuestc icon indicating copy to clipboard operation
thesisuestc copied to clipboard

编译完成后\varphi和\phi颠倒

Open kwbd opened this issue 2 years ago • 3 comments

\varphi应该是有缺口的,\phi没缺口,但是我编译完成后这俩显示反了。 请问这种情况怎么解决?

kwbd avatar May 05 '23 08:05 kwbd

请给出复现代码和结果截图。

note286 avatar May 05 '23 08:05 note286

复现代码在这https://github.com/kwbd/LaTeX_test_phi 截图: 屏幕截图 2023-05-05 162335 多谢大佬

kwbd avatar May 05 '23 08:05 kwbd

MWE:

\documentclass{article}
\RequirePackage{amsmath}
\RequirePackage{mathspec}
\setallmainfonts{Times New Roman}
\begin{document}
\[\varphi\]
\[\phi\]
\end{document}

\setallmainfonts 注释掉,自己改改字体就行了。字体这块存在问题很久了,作者应该也不想改,自己改吧。

sikouhjw avatar May 05 '23 08:05 sikouhjw