huwan / WanHuCV

LaTeX Template for Curriculum Vitæ 个人中英文简历 LaTeX 模板
91 stars 31 forks source link

zh-tex could not find adobe or simsun font on a non-windows platform #2

Closed tianyaqu closed 9 years ago

tianyaqu commented 9 years ago

On a system without adobe or simsun font,it will not successfully generate a pdf CV. ctex package recommend non-windows users use [nofonts] option,and specify the main font with setCJKsansfont option.More details could be seen here:https://code.google.com/p/ctex-kit/wiki/UnixFonts It appears like this: \usepackage[nofonts,noindent]{ctex} %中文支持 \setCJKmainfont{Droid Sans Fallback} %Replace with any zh font in fc-list

huwan commented 9 years ago

谢谢反馈! 因为最初只是自己用,所以为了方便也就直接从Windows下拷贝缺少的字体到Linux下。 希望你的说明对其他人有帮助,再次感谢!