提问于:
浏览数:
3506
2 回答
0
新魏字体无所谓的,最后没用,到 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)
-
谢谢,我从:http://www.xiazaiziti.com/271274.html下载Lisu.ttf,添加到C:\Windows\Fonts,然后运行fc-list :lang=zh-cn。就可 – baipianpian 2019-09-18 21:51 回复
0
可以参考一下:https://github.com/OsbertWang/GMCMthesis
对字体按操作系统进行了识别和近似处理,也许能满足你的需求。
你的回答
请登录后回答
你的回答将会帮助更多人,请务必认真回答问题。