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

Shigeharu TAKENO shige at iee.niit.ac.jp
Wed Nov 4 00:59:00 CET 2009


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
+========================================================+


More information about the latex2html mailing list