morten wrote:
[...]
> $ latex2html --version
> This is LaTeX2HTML Version 2K.1beta (1.50)

Aha!
This line:
> ####################### image.tex ############
[...]
> \includegraphics[]{belA-S.ps}%

resulted from this line:
> ############## my test file #############
>  \centering \includegraphics{belA-S.ps} \par

The extra [] is OK for graphicx but not graphics.

It looks like 2K.1beta (1.50) includes the graphicx.perl package
that I submitted ALSO as graphics.perl.  Alas, that code didn't
yet implement the `standard' version, so it shouldn't be duplicated
as it was in previous versions -- graphics.perl needs to remain
the older one, for now.
[There is a new one in the works, but not yet completely tested]

I dont know if this is a convenient workaround, since you're using
lyx, but it should work OK if you replace
  \usepackage{graphics}
with
  \usepackage{graphicx}


----------------
Bruce Miller
<[EMAIL PROTECTED]>  http://math.nist.gov/~BMiller/
_______________________________________________
latex2html mailing list
[EMAIL PROTECTED]
http://tug.org/mailman/listinfo/latex2html

Reply via email to