I'm trying to do something like:
\newcommand{\codefile}[1]{
\newpage
\subsection*{Fil \sh{#1}}
\hrule\hrule
\begin{alltt}
\input{/home/TDDB57/ada/#1}
\end{alltt}
}
but this breaks the alltt environment in latex2html.
I'm using latex2html-99.2beta6.
--
Patrik Hägglund