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
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