[l2h] latex2html and debian etch & texlive

Shigeharu TAKENO shige at iee.niit.ac.jp
Tue Nov 21 12:11:32 CET 2006


shige 11/21 2006
----------------

Andres Lahe <alahe at staff.ttu.ee> wrote:
>  Now I have new computer and have installed Debian Etch (tetex) texlive
> and latex2html. There is problem: 
> Converting image #12
> pstoimg: Error: "/usr/bin/pnmcrop -verbose  < /tmp/l2h14587/p14610.pnm
> | 
> /usr/bin/pnmcrop -verbose  -bot -sides  -sides  | /usr/bin/pnmcrop 
> -verbose  -l -sides  -sides  | /usr/bin/ppmquant -floyd 256 | 
> /usr/bin/pnmtopng -interlace -trans 'gray85'  > img12.png" failed: Bad 
> file descriptor
> -----------
> img12.png   0 size

You can remain the temporary files /tmp/l2hXXXX/* by using 
"-debug" option of latex2html. After that, please run the 
followings by hand:

$ /usr/bin/pnmcrop -verbose  < /tmp/l2hXXXX/pYYYY.pnm > f1.pnm
$ /usr/bin/pnmcrop -verbose  -bot -sides  -sides f1.pnm > f2.pnm
$ /usr/bin/pnmcrop  -verbose  -l -sides  -sides  f2.pnm > f3.pnm
$ /usr/bin/ppmquant -floyd 256 f3.pnm > f4.pnm
$ /usr/bin/pnmtopng -interlace -trans 'gray85' f4.pnm > img12.png

then, you may see some the error message which help to fix the
problem. 

+========================================================+
 Shigeharu TAKENO     NIigata Institute of Technology
                       kashiwazaki,Niigata 945-1195 JAPAN
 shige at iee.niit.ac.jp   TEL(&FAX): +81-257-22-8161
+========================================================+


More information about the latex2html mailing list