OS系统下中文的使用
latex吧
全部回复
仅看楼主
level 1
accept1992 楼主
是在是弄不明白了,求同用mac的过来人手把手给教一下如何加载中文包
2014年04月12日 15点04分 1
level 13
\documentclass[UTF8, nofonts]{ctexart}
\setCJKmainfont[BoldFont = FandolHei, ItalicFont = FandolKai]{FandolSong}
\setCJKsansfont{FandolHei}
\setCJKmonofont{FandolFang}
\begin{document}
下载 Fandol 包,将代码保存为 UTF-8 编码,使用 XeLaTeX 编译,即得。
\end{document}
2014年04月13日 02点04分 2
FandolSong 是啥字体?
2014年04月19日 03点04分
回复 yjf_victor :一款开源中文字体。
2014年04月19日 08点04分
1