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
+========================================================+
_______________________________________________
latex2html mailing list
[email protected]
http://tug.org/mailman/listinfo/latex2html

Reply via email to