[l2h] First time using latex2html

Shigeharu TAKENO shige at iee.niit.ac.jp
Wed Nov 3 08:40:39 CET 2004


shige 11/03 2004
----------------

Cc: Users of same version of l2h.
(original message is found at
 http://tug.org/pipermail/latex2html/2004-November/002791.html)

| Date: Mon, 1 Nov 2004 09:18:50 +0400 (SAMT)
| From: V.Fyodorov at tltsu.ru
| Subject: Re: [l2h] First time using latex2html
| To: "Ivan Ivanov" <rambiusparkisanius at yahoo.com>
| Cc: latex2html at tug.org
| Message-ID: <34011.192.168.0.251.1099286330.squirrel at www.tltsu.ru>
| Content-Type: text/plain;charset=koi8-r
| 
| Yes, Fedora core 2 have japanesse version of latex2html
| 
| To turn it back to international:
| 
| Applay this patch:

or, use tetex-latex-2.0.2-16.i386.rpm or after. ChangeLog of the
rpm says:

 * Fri Jul 02 2004 Tim Waugh <twaugh at redhat.com> 2.0.2-16
   - Rebuilt.
 * Thu Jul 01 2004 Ed Hill <ed at eh3.com>
   - english (not japanese) default lang for latex2html
 ....
 * Thu Jun 24 2004 Tim Waugh <twaugh at redhat.com> 2.0.2-15
   - Rebuilt.
 ....
 * Fri Jan 30 2004 Tim Waugh <twaugh at redhat.com> 2.0.2-11
   - Updated LaTeX2HTML Japanese patch (bug #114630).
   - Updated pTeX to 3.1.3 (bug #114630).

So, the same problem may occurs on the tetex-latex rpm version 
from 2.0.2-11 to 2.0.2-15.

| --- 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);
| - at GRAPHICS_SCALEOPTS = qw(scale width height totalheight keepaspectratio);
| + at GRAPHICS_SCALEEOPTS = 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:
| >
| >
| > &#12371;&#12398;&#25991;&#26360;&#12395;&#12388;&#12356;&#12390;...
| >
| >
| > My File
| >
| >  &#12371;&#12398;&#25991;&#26360;&#12399;LaTeX2HTML
| > &#32763;&#35379;&#12503;&#12525;&#12464;&#12521;&#12512;
| > 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.
| >
| >
| > &#12434;&#26085;&#26412;&#35486;&#21270;&#12375;&#12383;&#12418;&#12398;(
| > 2002-2-1 (1.70) JA patch-2.0 &#29256;)
| >
| >
| > 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

+========================================================+
 Shigeharu TAKENO     NIigata Institute of Technology
                       kashiwazaki,Niigata 945-1195 JAPAN
 shige at iee.niit.ac.jp   TEL(&FAX): +81-257-22-8161
+========================================================+



More information about the latex2html mailing list