I am trying to use the CJKutf8 package to TeX up a document in Japanese.
I want to do this:
Code: Select all
\chapter{\begin{CJK}{UTF8}{min} イントロダクション \end{CJK} }
But I am getting this:
Code: Select all
! Use of \@chapter doesn't match its definition.
<argument> \def \reserved@a {
\def \@currenvir {CJK}\edef \@currenvline {\on@...
l.51 ...n} イントロダクション \end{CJK} }
I need the Japanese text in the chapter and sections. I can't think of another way unless I manually make Contents pages by hand, and just use large fonts for the section names. There must be away....
Please don't make me use luatex.
Halp!
R.