[l2h] math and images in generel
Bruce Miller
bruce.miller@nist.gov
Wed, 09 May 2001 08:03:53 -0400
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
<bruce.miller@nist.gov> http://math.nist.gov/~BMiller/