Including Chinese Charaters in Latex
Building System
Using xelatex
instead of pdf
to build the document. Adding below codes at the first line to change build system.
1 | #!/usr/bin/python |
ctex classes
To compile simplified Chinese, you can used ctex
document classes.
1 | \documentclass{ctexart} |
CJK package
Other easy way to create Chinese documents is by importing the xeCJK
package and setting up your favourite font. The xeCJK
package also includes traditional Chinese, Japanese and Korean.
1 | \usepackage{xeCJK} |