What's the best combination of LaTex writing in Chinese? [closed]

走远了吗. 提交于 2019-12-11 00:49:49

问题


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



来源:https://stackoverflow.com/questions/9138822/whats-the-best-combination-of-latex-writing-in-chinese

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!