Yes, Fedora core 2 have japanesse version of latex2html To turn it back to international:
Applay this patch: --- l2hconf.pm~ 2004-03-25 20:07:44.000000000 +0400 +++ l2hconf.pm 2004-10-22 15:37:34.000000000 +0500 @@ -731,8 +731,8 @@ # Affects ONLY the way accents are processed -#$default_language = 'english'; -$default_language = 'japanese'; +$default_language = 'english'; +#$default_language = 'japanese'; # The value of this variable determines how many words to use in each @@ -923,8 +923,8 @@ # (Make sure that you don't use a different default in your personal # configuration file) # -#$TITLES_LANGUAGE = "english"; -$TITLES_LANGUAGE = "japanese"; +$TITLES_LANGUAGE = "english"; +#$TITLES_LANGUAGE = "japanese"; # Accented characters are converted to one of the form &#nnn; in default, -- patch ends here -- BTW: Correct small bug: --- graphics-support.perl.orig 2004-10-12 08:51:36.059963600 +0500 +++ graphics-support.perl 2004-10-12 08:52:00.210292192 +0500 @@ -133,7 +133,7 @@ $GRAPHICS_PATH = [] unless defined($GRAPHICS_PATH); @GRAPHICS_CLIPOPTS = qw(viewport trim clip); [EMAIL PROTECTED] = qw(scale width height totalheight keepaspectratio); [EMAIL PROTECTED] = qw(scale width height totalheight keepaspectratio); @GRAPHICS_ROTATEOPTS= qw(angle origin); # %GRAPHICS_OPTHIDE : graphics options we'll ignore -- patch ends here -- And finally: replase koi8.pl and russian.perl files by Maksim A. Nikulin improvments described in: http://tug.org/mailman/htdig/latex2html/2003-July/002535.html > Dear Colleagues, > > I am tried latex2html for first time today and I find > it very easy to use. I have only several minor issues > to ask. > > 1) I am invoking latex2html in this way: > latex2html -split 0 myfile.tex > It generate myfile.html which is perfectly readable > and ready to publish. > However, at the bottom of the the following copyright > note containing Japanesse text is generated: > > > この文書について... > > > My File > > この文書はLaTeX2HTML > 翻訳プログラム > Version 2002-2-1 (1.70) > > > Copyright ╘ 1993, 1994, 1995, 1996, Nikos Drakos, > Computer Based Learning Unit, University of Leeds, > Copyright ╘ 1997, 1998, 1999, Ross Moore, Mathematics > Department, Macquarie University, Sydney. > > > を日本語化したもの( > 2002-2-1 (1.70) JA patch-2.0 版) > > > Copyright ╘ 1998, 1999, Kenshi Muto, Debian Project. > Copyright ╘ 2001, 2002, Shige TAKENO, Niigata > Inst.Tech. > > > Can you please tell me how to turn it off or if it > can't be suppress how to make appear in English. I am > using Fedora Core 2 Linux and my station is configured > to use CP1251 encoding but I doubt if this cause the > notice appear in Japanesse because I changed the > system encoding to UTF-8 and the result was the same. > I also notice that the charset of the generated html > file is this: > > <META HTTP-EQUIV="Content-Type" CONTENT="text/html; > charset=EUC-JP"> > > Could you please tell me also how can I change it? > > 2) I am also using latex package listings to include > the content of some Java source files in my document. > However, latex2html issues an warning: > > Warning: No implementation found for package: > listings. > > and the content of the files is not gnerated in the > resulting html file. I am sure that I have installed > listings package correctly in my latex system. > > Can you please advice how to solve these problems. > Thank you your time. > > Regards Ivan Ivanov > > > > __________________________________ > Do you Yahoo!? > Yahoo! Mail Address AutoComplete - You start. We finish. > http://promotions.yahoo.com/new_mail > > _______________________________________________ > latex2html mailing list > [EMAIL PROTECTED] > http://tug.org/mailman/listinfo/latex2html > _______________________________________________ latex2html mailing list [EMAIL PROTECTED] http://tug.org/mailman/listinfo/latex2html
