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}
_______________________________________________ Cjk maillist - Cjk@ffii.org https://lists.ffii.org/mailman/listinfo/cjk