[l2h] alltt gives meaning to more than \ and the braces

Gregor Goldbach 7goldbac@informatik.uni-hamburg.de
Mon, 25 Nov 2002 11:40:20 +0100


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>&#187;bar
<BR></TT>
</DIV>

That looks like a bug to me. ;)

Is there a way to turn this processing of?

Thanks in advance,
  Gregor