On Fri, Nov 10, 2006 at 04:40:41AM +0100, Danai SAE-HAN wrote:
> $ debiandoc2latex -l ja reference.ja.sgml
>
> The result won't run with "latex" because it misses the HBF fonts.
> For Japanese, there's a much better way now to get nice fonts: the use
> of DNP Type1 fonts. You will need a slight change in though:
>
>
> --- LaTeX~ 2005-02-13 17:04:27.000000000 +0100
> +++ LaTeX 2006-11-10 02:03:16.130041713 +0100
> @@ -11,7 +11,7 @@
> 'copyright notice' => '���ɽ��',
> 'pdfhyperref' => 'CJKbookmarks',
> 'before begin document' => '\\usepackage{CJK}',
> - 'after begin document' => '\\begin{CJK}{JIS}{song}
> + 'after begin document' => '\\begin{CJK}[dnp]{JIS}{min}
> \\renewcommand{\\vpageref}[1]{on page \\pageref{#1}}
> \\def\\prefacename{�
> \\def\\refname{ʸ ��}
Fixed in CVS.
Osamu