someone rcommend the xelatex, but others insist on the latex+CJK, which one is prefer? thanks.
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):
问题:
回答1:
I use LaTeX + CJK and it works fine. Make sure your text editor supports unicode, and then add these lines between the \documentclass
and \begin{document}
lines:
\usepackage{CJKutf8}
\newcommand{\zh}[1]{\begin{CJK}{UTF8}{gbsn}#1\end{CJK}}
Now you can insert whatever Chinese characters you like into the document by typing \zh{中文}