James Lynch writes:
>Ross,
>
>Hello. I am at least the third person having the same problem on Windows 98 when
>trying to
> use Latex2html on any file with equations in it. I saw that you seemed to be an
>authority on the subject and was hoping to get some help. The pr
I was using \verb in math mode, and noticed that LaTeX2HTML caused
it to be rendered as \verb* (that is, with the space markers). Upon
examining the LaTeX2HTML source, I found this subroutine:
sub revert_verb_marks {
# Modifies $_
s/$verb_mark(\d+)$verb_mark/\\verb*$verb_delim{$1}$ve
I think you should add a manpage with latex2html. I had found this from the Debian
project that will be easy to adapt. Please don't forget that some linux/*NIX policy
distribution require a man page for every package. If you want to see uniform
documentation of your software, you should write y