> 
> I followed the advice in the L2H README file on creating my own L2H
> documentation by first running LaTeX on the file docs/manual.tex. This
> produces following error messages (surrounding parts snipped):
> 
> [41]
> ! Undefined control sequence.
> l.680 \HTMLcode
>                [50\% 3 noshade center]{HR}

In that distribution there are *two* copies of  html.sty .
Only one was correctly updated.

Compare the contents of  $LATEX2HTMLDIR/styles/html.sty
and  $LATEX2HTMLDIR/docs/html.sty

The one which defines \HTMLcode should be the more recent.
The other uses \HTML for the same purpose;
but this was discontinued, since other packages define this
(as the HTML acronym).

It is meant as a way to include raw, structured HTML
directly within the Web pages, so in LaTeX the arguments
are simply gobbled:
        \newcommand{\HTMLcode}[2][]{}



Hope this helps,

        Ross Moore

Reply via email to