[l2h] error converting images
Gosse Michel
michel.gosse@ac-poitiers.fr
Fri, 14 Jun 2002 14:09:02 -0400
I have found a solution. I have upgraded netpbm and giftrans packages
from cooker, and all is fine with gif.
Thanks for the help
> With mandrake 8.2 and the latest version of latex2html, i have the
> error messages when converting using gif format :
>
> Error while converting image
> Converting image #13
> pstoimg: Error: "/usr/bin/ppmquant -floyd 256 <
> /tmp/l2h17648/p18820.pnm | /usr/bin/ppmtogif -interlace -trans
> '#ffffff' > img13.gif" failed: Repérage illégal
>
> Any idea ?
This is a problem I recently encountered. With the help of people on
this
list and a bit of digging in the script I found the problem is in the
make_latex subroutine. Open /usr/bin/latex2html in an editor and go to
line 6783 which should read
unless ($preamble);
As Ross (IIRC) told me, change this to read
unless ($preamble && $preamble !~ /^\s+$/s);
Then save the file and try again - it fixed the problem here.
Chris
--
****************************
Michel Gosse
michel.gosse@ac-poitiers.fr
michel.gosse@freesbee.fr
****************************