Hi,
I have been using the 98.2 beta5 version of latex2html on my Linux box.
I have noticed two problems
associiated with % and comments:
1) The '%' character cannot be used to delimit a \verb command, i.e.
\verb%this is inside verb%
is not correctly dealt with by latex2html, which treats the first %
character as the start of a comment.
(older versions (from 96?) of latex2html was able to parse the above
correctly.)
2) I have been using latex2html on some document when I finally
noticed that parts of it are missing.
I have managed to isolate the problem to the following comment
line in the latex file:
% begin{comment} not defined, it's in SCCS anyway
For some reason, latex2html seem to treat this comment line as
some sort of command, as it
generate the following message:
*** processing declarations ***
OPENING /a/triumph/extra6/ks15/text/t0.tex
texexpand: Warning: No %end{comment} found.
and ignores everything that is after the comment line (persumably
because it thinks
% begin{comment} is some sort of comment command.....
-Kish Shen
IC-Parc
Imperial College
[EMAIL PROTECTED]