What's the best combination of LaTex writing i

2019-07-20 04:17发布

someone rcommend the xelatex, but others insist on the latex+CJK, which one is prefer? thanks.

标签: latex xelatex
1条回答
不美不萌又怎样
2楼-- · 2019-07-20 04:43

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{中文}

查看更多
登录 后发表回答