[Cjk] Problem with CJKnumb and CJKutf8
Jinsong Zhao
jszhao at yeah.net
Sun Mar 21 11:43:17 CET 2010
Sorry for the unreadable format of my post. I sent it again.
Hi there,
I have a problem when using CJKnumb and CJKutf8 package.
If the document in UTF8 encoding, \CJKnumber{} can not be broken properly.
However, if the document in GBK encoding, then the \CJKnumber{} can be
broken.
I don't know why. What's your suggestions? Thanks in advance.
Regards,
Jinsong
The mini-code are given in following:
\documentclass{book}
\usepackage{CJKutf8,CJKnumb}
\begin{document}
\begin{CJK}{UTF8}{song}
\chapter{\CJKnumber{13}}
\CJKnumber{1147483647},\CJKnumber{114748},\CJKnumber{1147483647}
\chapter{\CJKnumber{1147483647}}
\end{CJK}
\end{document}
%%%
\documentclass{book}
\usepackage{CJK,CJKnumb}
\begin{document}
\begin{CJK}{GBK}{song}
\chapter{\CJKnumber{13}}
\CJKnumber{1147483647},\CJKnumber{114748},\CJKnumber{1147483647}
\chapter{\CJKnumber{1147483647}}
\end{CJK}
\end{document}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ffii.org/pipermail/cjk/attachments/20100321/50bc80a4/attachment.htm
More information about the Cjk
mailing list