数学建模出现字体问题,该如何解决?

2019-09-18 15:46发布

![the pacakge fontspec Error:the fontSTXinwei cannot be found.](https://wenda.latexstudio.net/data/a...

![the pacakge fontspec Error:the font"STXinwei" cannot be found.](https://wenda.latexstudio.net/data/attach/190918/BP4EOPh4.png "the pacakge fontspec Error:the font"STXinwei" cannot be found.")
2条回答
新魏字体无所谓的,最后没用,到 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)

一周热门 更多>