On Wed, Nov 08, 2006 at 07:50:02PM +0100, Frank Küster wrote:
> Danai SAE-HAN (韓達耐) <[EMAIL PROTECTED]> wrote:
> 
> > This step isn't necessary (anymore): [...]
> >
> > And use "bkai" instead of "kai"; [...]

This need to be fixed 
/usr/share/perl5/DebianDoc_SGML/Locale/zh_TW.Big5/LaTeX

%locale = (
           'babel' => '',
           'inputenc' => '',
           'abstract' => '.K.n',
           'copyright notice' => '...v.n..',
           'pdfhyperref' => 'CJKbookmarks',
           'before begin document' => '\\usepackage{CJK}',
           'after begin document' => '\\begin{CJK}{Bg5}{kai}
\\renewcommand{\\vpageref}[1]{\(.. \\pageref{#1} ..\)}',
           'before end document' => '\\clearpage
\\end{CJK}'
           );

You think this latex code section nereds to use:

%locale = (
           'babel' => '',
           'inputenc' => '',
           'abstract' => '.K.n',
           'copyright notice' => '...v.n..',
           'pdfhyperref' => 'CJKbookmarks',
           'before begin document' => '\\usepackage{CJK}',
           'after begin document' => '\\begin{CJK}{Bg5}{bkai}
\\renewcommand{\\vpageref}[1]{\(.. \\pageref{#1} ..\)}',
           'before end document' => '\\clearpage
\\end{CJK}'
           );

> >> > Furthermore, I fear we should check whether any packages still
> >> > build-depend on cjk-latex and/or the old font packages...

If I replace it with latex-cjk-all, is it fix all?

Osamu


Reply via email to