新魏字体无所谓的,最后没用,到 cls 文件里,找到:
```tex
\setmainfont{Times New Roman}
\setmonofont{Courier New}
\setsansfont{Arial}
\setCJKmainfont[AutoFakeBold = {2.15},ItalicFont={[simkai.ttf]}]{SimSun}
\setCJKfamilyfont{xw}{STXinwei}
%
%\setCJKfamilyfont{zhyou}{YouYuan}
\ifx\lishu\undefined%
\setCJKfamilyfont{zhli}{LiSu}
\newcommand*{\lishu}{\CJKfamily{zhli}} %% Do this if it is undefined
\else
%% Do this if it is defined
\fi
\newcommand*{\xinwei}{\CJKfamily{xw}}
%\newcommand*{\lishu}{\CJKfamily{zhli}}
```
新魏字体可以注释掉 上面代码的 7 17 就可以了。隶书是必须的,可能你的系统的`LiSu`名字不一样. 到系统里查看中文字体名字:
```tex
fc-list :lang=zh-cn
```
替换掉隶书的名字即可。
这里更新了去掉了对新魏字体的依赖,替换 cls 文件即可。
[https://github.com/latexstudio/GMCMthesis](https://github.com/latexstudio/GMCMthesis)
一周热门 更多>