1, 安装:
sudo pacman -S texlive-core texlive-latexextra
2, 安装 zhcon, xecjk:
http://bbs.ctex.org/viewthread.php?tid=40232
http://code.google.com/p/zhspacing/
下载后分别复制到 Texlive安装目录(/usr/share/texmf-var/tex)
然后刷新文件名数据库:
$ sudo mktexlsr
因为xetex自身的原因,可能部分符号不能正常显示,使用CMU Serif 字体,就OK了(下载地址: http://canopus.iacp.dvo.ru/~panov/cm-unicode/install.html )
\setmainfont{CMU Serif}
安装完字体记得
sudo fc-cache
