oh, sorry, i was in a hurry and typed it up from my head instead of copy/pasting + looking at the dvi before i post.  the document i am compiling contains a set of indepedent stories which i would like to be divided into chapters. so what i do is:

\usepackage[12pt,twoside, letterpaper]{book}
\usepackage[encapsulated]{CJK}

\begin{document}
\begin{CJK}{UTF8}{song}
\chapter{我喜歡吃飯}

<input the story here in chinese>

\end{CJK}
\end{document}

when i run latex on thsi file, it spits out this message:
-----
[3]
! Undefined control sequence.
<argument> Chapter\ 1. \ µ
                          êæ
l.60 \end{document}
------

i just press enter and ignore the error.. when it is done complaining, i view the dvi, and the chapter/subsection names and everything else shows up fine.  so, do i just IGNORE these errors and move on? is there a way to fix it so that it wont compain?
_______________________________________________
Cjk maillist  -  [email protected]
http://lists.ffii.org/mailman/listinfo/cjk

Reply via email to