Hi CJK listers,

I encountered a problem when using CJKutf8 and \tableofcontents.   
pdflatex and latex both complain with the following message
---------
! Package inputenc Error: Unicode char \u 8:緒 not set up for use  
with LaTeX.

See the inputenc package documentation for explanation.
---------
The following is a simple latex document to demonstrate this problem:

\documentclass[12pt]{report}
\usepackage{CJKutf8}

\begin{document}
\begin{CJK}{UTF8}{bsmi}

\tableofcontents

\chapter{緒論}

This is a test.
牛刀小試。

\end{CJK}
\end{document}
----------------------
However, if I change the package from CJKutf8 to CJK, then the  
problem is gone.

Is there a solution to continue to use CJKutf8 but avoid the  
problem?  I like its ability to encode unicode cmap into the  
resultant PDF (using pdflatex.)

My system is Mac OS X using TeXLive 2007.

Thanks in advance.
_______________________________________________
Cjk maillist  -  [email protected]
https://lists.ffii.org/mailman/listinfo/cjk

Reply via email to