[l2h] Problem during image conversion in the installation process (test.bat)

Jm Ferrard Jm Ferrard" <Jm.Ferrard@wanadoo.fr
Fri, 6 Jul 2001 18:45:36 +0200


C'est un message de format MIME en plusieurs parties.

------=_NextPart_000_002A_01C1064B.D8669580
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: 7bit

Hello,

I tried these days to install LaTeX2html on my W98 system.

During the installation, everything goes right (especially with config.bat)
until I run the test.bat file.

In fact, "test" exits with a Windows Error, and the system becomes unstable.

The error appears just when the batch file displays the "converting image"
message.

I noticed there is no problem when I use the "no_images" option (but it's
not a solution for the future.)

I wonder if the problem is in "pstoimg.bat" file, or even in my "netpbm"
folder (did I download the good package?)

I used latex2html-2K.1beta.tar.gz, then latex2html-99.2beta6.tar.gz, but the
problem remains.

I've readen "faq", "readme files", but without success.

I attach my cfgcache.pm file. Perhaps it'll be useful.

This is a very important problem for me, and I would be glad to get an
answer from this list.

Best wishes

Jean-Michel Ferrard
www.mathprepa.com

PS: I live in Lyon, France. I'm sorry for english mistakes.



------=_NextPart_000_002A_01C1064B.D8669580
Content-Type: application/octet-stream;
	name="cfgcache.pm"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment;
	filename="cfgcache.pm"

# LaTeX2HTML site specific configuration file
# generated by config.pl

# You may edit this file to get around deficiencies of the configuration
# procedure, but you have to be sure of what you are doing!
# If you think there are bugs in the configuration procedure, please report
# them. See the BUGS file on how to do it. Your help is appreciated!

package cfgcache;
require Exporter;
@ISA = qw(Exporter);
@EXPORT = qw(%cfg);

$cfg{'BINDIR'} = q'D:\\l2h\\bin';
$cfg{'CRAYOLAFILE'} = q'D:\\l2h\\styles\\crayola.txt';
$cfg{'DVIPS'} = q'D:\\LATEX\\MIKTEX\\MIKTEX\\BIN\\dvips.exe';
$cfg{'DVIPSOPT'} = q' -E';
$cfg{'GS'} = q'D:\\GS\\GS6.50\\BIN\\gswin32c.exe';
$cfg{'GSALIASDEVICE'} = q'ppmraw';
$cfg{'GSDEVICE'} = q'pnmraw';
$cfg{'GSLANDSCAPE'} = q'';
$cfg{'GS_LIB'} = q'';
$cfg{'HASHBANG'} = q'0';
$cfg{'HTML_VALIDATOR'} = q'';
$cfg{'ICONPATH'} = q'file:///D|/l2h/icons';
$cfg{'ICONSTORAGE'} = q'';
$cfg{'IMAGE_TYPES'} = q'png gif';
$cfg{'INITEX'} = q'D:\\LATEX\\MIKTEX\\MIKTEX\\BIN\\initex.exe';
$cfg{'KPSEWHICH'} = q'';
$cfg{'LATEX'} = q'D:\\LATEX\\MIKTEX\\MIKTEX\\BIN\\latex.exe';
$cfg{'LATEX2HTMLDIR'} = q'D:\\l2h';
$cfg{'LIBDIR'} = q'D:\\l2h';
$cfg{'METADPI'} = q'0';
$cfg{'METAMODE'} = q'';
$cfg{'NULLFILE'} = q'nul:';
$cfg{'PBMMAKE'} = q'D:\\NETPBM\\BIN\\pbmmake.exe';
$cfg{'PERL'} = q'D:\\Perl\\bin\\Perl.exe';
$cfg{'PERLFOOTER'} = <<'EOQ';
__END__
:endofperl
EOQ
$cfg{'PERLHEADER'} = <<'EOQ';
@rem = '--*-Perl-*--
@echo off
set arg=
set prog=%0
:one
if "%1"=="" goto two
set arg=%arg% %1
shift
goto one
:two
if exist %prog%.bat goto indot
D:\Perl\bin\Perl.exe -x -S %prog% %arg%
goto endofperl
:indot
D:\Perl\bin\Perl.exe -x %prog%.bat %arg%
set arg=
set prog=
goto endofperl
@rem ';
#! perl -w
# line 21
EOQ
$cfg{'PERLSCRIPTDIR'} = q'D:\\Perl\\bin';
$cfg{'PK_GENERATION'} = q'0';
$cfg{'PNMBLACK'} = q'';
$cfg{'PNMCAT'} = q'D:\\NETPBM\\BIN\\pnmcat.exe';
$cfg{'PNMCROP'} = q'D:\\NETPBM\\BIN\\pnmcrop.exe';
$cfg{'PNMFILE'} = q'D:\\NETPBM\\BIN\\pnmfile.exe';
$cfg{'PNMFLIP'} = q'D:\\NETPBM\\BIN\\pnmflip.exe';
$cfg{'PNMTOPNG'} = q'D:\\NETPBM\\BIN\\pnmtopng.exe';
$cfg{'PPMQUANT'} = q'D:\\NETPBM\\BIN\\ppmquant.exe';
$cfg{'PPMTOGIF'} = q'D:\\NETPBM\\BIN\\ppmtogif.exe';
$cfg{'PREFIX'} = q'D:\\l2h';
$cfg{'RGBCOLORFILE'} = q'D:\\l2h\\styles\\rgb.txt';
$cfg{'TEX'} = q'D:\\LATEX\\MIKTEX\\MIKTEX\\BIN\\tex.exe';
$cfg{'TEXPATH'} = q'';
$cfg{'TMPSPACE'} = q'c:\\windows\\TEMP';
$cfg{'WEB2C'} = q'0';
$cfg{'dd'} = q'\\';
$cfg{'distver'} = q'2K.1beta';
$cfg{'exec_extension'} = q'.bat';
$cfg{'gif_interlace'} = q'netpbm';
$cfg{'gif_trans'} = q'netpbm';
$cfg{'have_dvipsmode'} = q'';
$cfg{'have_geometry'} = q'1';
$cfg{'have_images'} = q'1';
$cfg{'have_pstoimg'} = q'1';
$cfg{'perl_starter'} = q'D:\\Perl\\bin\\Perl.exe -x';
$cfg{'pipes'} = q'0';
$cfg{'plat'} = q'win32';
$cfg{'scriptdir'} = q'D:\\l2h\\bin';
$cfg{'scriptext'} = q'.bat';
$cfg{'srcdir'} = q'D:\\temp\\l2h\\latex2html-2K.1beta';
$cfg{'texlive'} = q'0';
$cfg{'wrapper'} = q'0';

1; # must be last line

------=_NextPart_000_002A_01C1064B.D8669580--