Package: latex2html
Version: 2002-2-1-20050114-5

I looked further into this bug and found, that the suggestion from Moreno
<http://tug.org/mailman/htdig/latex2html/2004-February/002688.html> to add
a '#' in line 42 of versions/math.pl has exactly the same result as his
patch. That didn't really help. But, I found the solution is in that same
line. It appears, that it is a kind of debug message that causes the
trouble and that debug message is defined in that line #42.
Getting rid of the unneeded trouble making message does the trick:

        $mathend_mark = ""

This simple patch below solves our problem completely:

===============
--- math.pl.orig        2007-06-13 16:02:36.000000000 +0200
+++ math.pl     2007-06-13 15:47:44.000000000 +0200
@@ -39,7 +39,7 @@
 
 package main;
 
-$mathend_mark = "\n${verbatim_mark}mathend000#";
+$mathend_mark = "";
 $keepcomments_rx = "\\s*(picture|makeimage|xy|diagram|mathend)[*]?"
   unless ($keepcomments_rx =~ /mathend/);
  
======================

-- 
Kind regards,
Arwin.



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to