[l2h] Fw: latex2html on windows: How to tell it NOT to usethe ALT attribute for the <IMG> tage? tex2html_comment_mark problem

Nasser M. Abbasi nma at 12000.org
Mon Nov 9 02:50:10 CET 2009


----- Original Message ----- 
From: "Shigeharu TAKENO" <shige at iee.niit.ac.jp>
To: "Nasser M. Abbasi" <nma at 12000.org>
Cc: <latex2html at tug.org>
Sent: Tuesday, November 03, 2009 5:59 PM
Subject: Re: [l2h] Fw: latex2html on windows: How to tell it NOT to usethe 
ALT attribute for the <IMG> tage? tex2html_comment_mark problem


> shige 11/04 2009
> ----------------
>
> Nasser M. Abbasi wrote:
>>> <tex2html_commet_mark>NUMBER  followed by a number which seems to be a
>>> counter as it increases for each image.
>>>
>>> So all the equations look like something as follows
>>>
>>>                  <tex2html_commet_mark> 99                 3 x + y
>>>                  <tex2html_commet_mark> 100               2 x etc....
>
> If you are using amsmath package and you writes comment in the
> equation environment, please try to apply the following patch to
> styles/more_amsmath.perl.
>
> ----- From here -----
> *** styles/more_amsmath.perl.ORG        Sat Dec  2 15:15:01 2000
> --- styles/more_amsmath.perl    Fri Oct  1 08:42:49 2004
> ***************
> *** 95,100 ****
> --- 95,101 ----
>        }
>      } else { $tag = ';SPMnbsp;;SPMnbsp;;SPMnbsp;' }
>      $*=0;
> +     $scan =~ s/($comment_mark\d+) /$1\n/g;
>      if ($labels) {
>        $labels =~ s/$anchor_mark/$tag/o;
>        ($labels , $scan);
> ----- To here -----
>
> +========================================================+
> Shigeharu TAKENO     NIigata Institute of Technology
>                       kashiwazaki,Niigata 945-1195 JAPAN
> shige at iee.niit.ac.jp   TEL(&FAX): +81-257-22-8161
> +========================================================+

That was it !

Thank you for finding the problem.  (how come this has been there all 
along?)

I hope your fix does not get lost and is incorporated in the source code.

Btw, who actually maintains latex2html now? and where is the location of 
what is considered as the master source tree of latex2html?

Best,
--Nasser



More information about the latex2html mailing list