Peter Frederiksen wrote: > > At 07:47 AM 7/29/98 +1000, you wrote: > > > >Make sure it is Perl version 5 or later. > >Frequently this is named perl5 on Unix installations, > >whereas perl just gets a version 4. > > > >Also, which version of LaTeX2HTML are you trying to run. > >Latest is v98.2 (beta) . > > > I am using Perl 5.003 and LaTeX2HTML982b5DOS > I have come a bit further now, but when i run the install-test it stops > when it searches for gswin32c. > I have the exact ghostscript program(gswin32c), and I have even tried to > put it in the same directory as the install-test, but it still says that it > can't find it. It can find it only if it is int the PATH. Otherwise, you can update local.pm (the local.pm which is in $LATEX2HTMLDIR) to sate the correct positions of all needed files. But the problem is that this local.pm is NOT made if there are errors. In other words, any error finding a programs prevents you from correcting if manually! To solve that, I send (attached) MY local.pm: it is valid for NOBODY except me, but the template is correct. > > It is very difficult to install latex2html for me, has any other had the > same difficulties, or am I just a DUMMY. > > Peter Frederiksen > [EMAIL PROTECTED] -- ------------------------------------------------------------------------ Daniel Taupin, Physique des Solides, Univ. Paris-Sud, 91405 ORSAY E-mail= mailto:[EMAIL PROTECTED] T�l: (33)1.69.15.60.79, Fax: (33)1.69.15.60.86, home/fax: (33)1.60.10.26.44 ------------------------------------------------------------------------
################################################################# # local.pm # # Local Configuration for LaTeX2HTML # # This file is created automatically. Do not edit! # ################################################################# package main; ### start pstoimg configuration ### $GS_LIB = 'c:/c/share/gs/3.33'; # Inserted by configure-pstoimg $PNMCAT = "$LATEX2HTMLDIR/pnmcat.exe"; # Inserted by configure-pstoimg $PPMQUANT = "$LATEX2HTMLDIR/ppmquant.exe"; # Inserted by configure-pstoimg $PNMFLIP = "$LATEX2HTMLDIR/pnmflip.exe"; # Inserted by configure-pstoimg $PPMTOGIF = "$LATEX2HTMLDIR/ppm2gif.exe"; # Inserted by configure-pstoimg $HOWTO_TRANSPARENT_GIF = 'netpbm'; # Inserted by configure-pstoimg $GS_DEVICE = 'ppmraw'; # Inserted by configure-pstoimg $GS = 'c:/c/bin/gs.exe'; # Inserted by configure-pstoimg $PNMFILE = "$LATEX2HTMLDIR/pnmfile.exe"; # Inserted by configure-pstoimg $HOWTO_INTERLACE_GIF = 'netpbm'; # Inserted by configure-pstoimg $PBMMAKE = "$LATEX2HTMLDIR/pbmmake.exe"; # Inserted by configure-pstoimg $PNMCROP = "$LATEX2HTMLDIR/pnmcrop.exe"; # Inserted by configure-pstoimg ### end pstoimg configuration ### 1;
