[l2h] Bug.

Erling D. Andersen Erling D. Andersen" <e.d.andersen@its.tudelft.nl
Sun, 06 Jun 1999 11:54:16 +0200


Hi,

I am using latex2html98, so this may not be relevant to newest version. But
when I run latex2html on

# BEGIN

\documentclass{book}

\usepackage{html}
\usepackage{htmllist}
\usepackage{longtable}
\usepackage{makeidx}

\title{User's manual}
\author{Erling D. Andersen}

\begin{document}

\newcommand{\secmap}[1]{\section{{#1}}}

\secmap{New section}

\end{document}

# END

then  I get 

# BEGIN

Translating ...
0/2:top of test: for test.html

 *** translating preamble ***
........
 *** preamble done ***
;..
Cannot find \end{tex2html_nowrap 28}

Cannot find matching bracket for 15;..

*** no brace for \newedcommand , before:
[1]{
*** using "[" as the argument instead; is this correct?  ***

# END

which seem to be an error to me.

Regards, Erling