nanmu42 / CQUThesis

:pencil: 重庆大学毕业论文LaTeX模板---LaTeX Thesis Template for Chongqing University
https://www.ctan.org/pkg/cquthesis
Other
262 stars 65 forks source link

某些中文字体无法显示 #36

Closed panovr closed 7 years ago

panovr commented 7 years ago

在使用过程中,发现某些中文字体无法显示,例如“鳾”,“鹀”,“鹟”。有没有什么解决办法?能不能把模板中的中文字体换为“思源黑体”?

nanmu42 commented 7 years ago

panovr, 你好:

CQUThesis的中文支持基于CTeX宏包,我想你可以从这方面着手。 估计你是在Linux系列的系统上进行编译的,该情况下CTeX宏包默认调用Fandol字库,字符集会比较有限。

你可以使用

texdoc ctex

命令打开CTeX宏包文档,参考第4.3节部分的内容自定义使用的字符集。 建议使用XeLaTeX进行编译。 使用fc-list命令可以查看目前系统上可以被TeX访问到的字体。

祝你好运! 在问题解决后,欢迎分享你的方法。

panovr commented 7 years ago

感谢回复。对了,如果在Windows操作系统上面使用CQUThesis,是不是推荐使用TexLive?

nanmu42 commented 7 years ago

最新版的MikTeX和TeX Live都可以,我比较喜欢前者。

nanmu42 commented 7 years ago

@panovr 字体定制方面有进展吗?

panovr commented 7 years ago

@nanmu42 暂时还没有解决。我使用的是Ubuntu 16.04,发现确实CTeX宏包默认使用的是Fandol字库。我正在看CTeX的文档,如果有进展会及时回复。

nanmu42 commented 7 years ago

祝好运,期待你的分享。

Yili Zhao notifications@github.com 於 2017年7月5日 週三 下午10:50 寫道:

@nanmu42 https://github.com/nanmu42 暂时还没有解决。我使用的是Ubuntu 16.04,发现确实CTeX宏包默认使用的是Fandol字库。我正在看CTeX的文档,如果有进展会及时回复。

— You are receiving this because you were mentioned.

Reply to this email directly, view it on GitHub https://github.com/nanmu42/CQUThesis/issues/36#issuecomment-313126426, or mute the thread https://github.com/notifications/unsubscribe-auth/AHxA3PZtdLfCxpOMWXV9dtrBHuv41sDvks5sK6KegaJpZM4OJ6Hs .

nanmu42 commented 7 years ago

closed via inactivity over 20 days. If further help is needed, feel free to reopen this issue.

regards

panovr commented 7 years ago

经过验证,确实是Ubuntu下面CTex宏包使用字体的问题。在Windows下面使用TexLive则字体显示正常。

nanmu42 commented 7 years ago

感谢反馈。 看来Fandol字库的缺字问题还是比较严重的。