On Wed, Nov 08, 2006 at 07:23:13PM +0100, Danai SAE-HAN wrote:
> And use "bkai" instead of "kai"; "kai" is reserved for ugly HBF bitmap
> fonts, and I haven't packaged them yet (I find them of little use,
> except perhaps the CNS fonts).

Does this apply for zh_CN too?
  /usr/share/perl5/DebianDoc_SGML/Locale/zh_CN.GB2312/LaTeX
also contain:
%locale = (
           'babel' => '',
           'inputenc' => '',
           'abstract' => 'ժҪ',
           'copyright notice' => '..Ȩ....',
           'pdfhyperref' => 'CJKbookmarks',
           'before begin document' => '\\usepackage{CJK}',
           'after begin document' => '\\begin{CJK}{GB}{kai}',
           'before end document' => '\\clearpage
\\end{CJK}'
           );
------------------------
So patch is
%locale = (
           'babel' => '',
           'inputenc' => '',
           'abstract' => 'ժҪ',
           'copyright notice' => '..Ȩ....',
           'pdfhyperref' => 'CJKbookmarks',
           'before begin document' => '\\usepackage{CJK}',
           'after begin document' => '\\begin{CJK}{GB}{bkai}',
           'before end document' => '\\clearpage
\\end{CJK}'
           );


Reply via email to