KileKile won't compile Chinese characters....

Information and discussion about Kile, an integrated LaTeX environment for Linux KDE
Post Reply
User avatar
jiapei100
Posts: 28
Joined: Sat Jan 12, 2008 7:23 pm

Kile won't compile Chinese characters....

Post by jiapei100 »

Hi, all:

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}
In the log files, there are lots of error messages telling:
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

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

Post Reply