1. 在编写数学建模比赛的论文的时候编译出现找不到字体
    Compile Error. Sorry, your LaTeX code couldn't compile for some reason. Please check the errors below for details, or view the raw log. src/mt-book-xelatex.tex, line 25 Package fontspec Error: The font "SimSun" cannot be found.

  2. 发现服务器上没有该字体,解决方案就是自己上传字体编译,

  3. 然后作者是直接联系管理员帮我解决
    数学建模论文

  4. 然后根据管理的答复直接敲入两行代码

  5. \setCJKfamilyfont{kai}[AutoFakeBold]{FandolKai-Regular.otf} \setCJKfamilyfont{song}{Noto Serif CJK SC}

  6. 然后在编译运行就可以看到效果了(效率真高)

相关文章: