----- Original Message ----- From: "Shigeharu TAKENO" <[email protected]>
To: "Nasser M. Abbasi" <[email protected]>
Cc: <[email protected]>
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
[email protected]   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

_______________________________________________
latex2html mailing list
[email protected]
http://tug.org/mailman/listinfo/latex2html

Reply via email to