My Environment:
a) Ubuntu 10.04
b) Kile 2.0.85
c) all packages related to texlive and Chinese from the default Ubuntu repository have been installed
I was considering that the following patch of code would display some Chinese characters but failed.
Code: Select all
\documentclass[11pt]{article}
\usepackage{CJK}
\begin{document}
\begin{CJK*}{GBK}{song}
试试
\end{CJK*}
\end{document}
l.5 è¯
è¯
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
! Undefined control sequence.
<argument> @nil
Is there anybody who succeeded in compiling .tex files with Chinese characters? Please give me a hand.
Best Regards
JIA