Skip to content

Instantly share code, notes, and snippets.

@goncha
Last active December 16, 2015 21:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save goncha/5500975 to your computer and use it in GitHub Desktop.
Save goncha/5500975 to your computer and use it in GitHub Desktop.
Latex in Chinese
\documentclass{article}
\usepackage{CJKutf8}
\begin{document}
\begin{CJK*}{UTF8}{gbsn}
这是一个测试
\end{CJK*} (this is a test)
\end{document}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment