Hi there,
latex2html seems do more than it should:
\begin{verbatim}
--foo
>>bar
\end{verbatim}
and
\begin{alltt}
--foo
>>bar
\end{alltt}
look the same when processed by LaTeX, however, latex2html converts
alltt environment to an interesting result:
<DIV ALIGN="LEFT">
<TT>
-foo
<BR>»bar
<BR></TT>
</DIV>
That looks like a bug to me. ;)
Is there a way to turn this processing of?
Thanks in advance,
Gregor
_______________________________________________
latex2html mailing list
[EMAIL PROTECTED]
http://tug.org/mailman/listinfo/latex2html