Re: Latex e html

#2444
Up
0
Down
::


Queste sono le modifiche che ho apportato al file prefs.pm durante l’installazione di latex2html:

$prefs{‘EXTRAPATH’} = ‘C:\\Programmi\\Texmf\\miktex\\bin\\dvips’;
$prefs{‘PREFIX’} = ‘C:\\Programmi\\Latex2html’;

Premetto poi che activeperl 5.8 e ghostview sono installati:

checking for old config file (cfgcache.pm)… not found (ok)
checking for platform… MSWin32 (Windows 32 bit)
checking for C:\Programmi\Perl\bin\perl.exe… C:\Programmi\Perl\bin\perl.exe
checking perl version… 5.008003
checking if perl supports some dbm… yes
checking if perl globbing works… yes
checking for tex… C:\Programmi\Texmf\miktex\bin\tex.exe
checking for latex… C:\Programmi\Texmf\miktex\bin\latex.exe
checking for initex… C:\Programmi\Texmf\miktex\bin\initex.exe
checking for kpsewhich… C:\Programmi\Texmf\miktex\bin\kpsewhich.exe
checking for kpsewhich syntax… ok (style=1)
checking for TeX include path… /Programmi/Texmf/tex\latex\latex2html
checking for mktexlsr… C:\Programmi\Texmf\miktex\bin\mktexlsr.exe
checking for dvips… C:\Programmi\Texmf\miktex\bin\dvips.exe
checking dvips version…

In questo punto si bloccava allora ho premuto invio

5.90a
checking if dvips supports the combination of -E and -i -S 1… yes
checking for html4-check… no
checking for gswin32… no

Ho provato a reinstallarlo inserendo la directory di ghostview nell’extrapath

Warning: Will not be able to generate images due to above failure.
checking for pnmflip… no
Use of uninitialized value in concatenation (.) or string at config\config.pl li
ne 2395.
Warning: You may need to rely on LaTeX to generate images with effects.
checking for ppmquant… no
checking for pnmfile… no
checking for pnmcat… no
Use of uninitialized value in concatenation (.) or string at config\config.pl li
ne 2395.
Warning: You may need to rely on LaTeX to generate images with effects.
checking for pbmmake… no
Use of uninitialized value in concatenation (.) or string at config\config.pl li
ne 2395.
Warning: You may need to rely on LaTeX to generate images with effects.
checking for ppmtogif… no
checking for ppm2gif… no
checking for pnmtopng… no
checking for pnm2png… no
checking for ppmtojpeg… no
Use of uninitialized value in concatenation (.) or string at config\config.pl li
ne 2400.
Warning: You cannot directly translate/modify graphics of format.
checking for pnmcut… no
Use of uninitialized value in concatenation (.) or string at config\config.pl li
ne 2395.
Warning: You may need to rely on LaTeX to generate images with effects.
checking for pnmpad… no
Use of uninitialized value in concatenation (.) or string at config\config.pl li
ne 2395.
Warning: You may need to rely on LaTeX to generate images with effects.
checking for pnmrotate… no
Use of uninitialized value in concatenation (.) or string at config\config.pl li
ne 2395.
Warning: You may need to rely on LaTeX to generate images with effects.
checking for pnmscale… no
Use of uninitialized value in concatenation (.) or string at config\config.pl li
ne 2395.
Warning: You may need to rely on LaTeX to generate images with effects.
checking for giftopnm… no
Use of uninitialized value in concatenation (.) or string at config\config.pl li
ne 2400.
Warning: You cannot directly translate/modify graphics of format.
checking for jpegtopnm… no
Use of uninitialized value in concatenation (.) or string at config\config.pl li
ne 2400.
Warning: You cannot directly translate/modify graphics of format.
checking for pngtopnm… C:\Programmi\Texmf\miktex\bin\pngtopnm.exe
checking for tifftopnm… C:\Programmi\Texmf\miktex\bin\tifftopnm.exe
checking for picttoppm… no
Use of uninitialized value in concatenation (.) or string at config\config.pl li
ne 2400.
Warning: You cannot directly translate/modify graphics of format.
checking for anytopnm… no
Use of uninitialized value in concatenation (.) or string at config\config.pl li
ne 2400.
Warning: You cannot directly translate/modify graphics of format.
checking for bmptoppm… no
Use of uninitialized value in concatenation (.) or string at config\config.pl li
ne 2400.
Warning: You cannot directly translate/modify graphics of format.
checking for pcxtoppm… C:\Programmi\Texmf\miktex\bin\pcxtoppm.exe
checking for sgitopnm… no
Use of uninitialized value in concatenation (.) or string at config\config.pl li
ne 2400.
Warning: You cannot directly translate/modify graphics of format.
checking for xbmtopbm… no
Use of uninitialized value in concatenation (.) or string at config\config.pl li
ne 2400.
Warning: You cannot directly translate/modify graphics of format.
checking for xwdtopnm… no
Use of uninitialized value in concatenation (.) or string at config\config.pl li
ne 2400.
Warning: You cannot directly translate/modify graphics of format.
checking if multiple pipes work… no
Unfortunately multiple pipes are not reliable on this OS.
checking for temporary disk space… C:\WINDOWS\Temp
creating cfgcache.pm
creating test.bat
creating install.bat
Note: Will install…
… executables to : C:\Programmi\Latex2html\bin
… shared library items to : C:\Programmi\Latex2html
… unshared library items to : C:\Programmi\Latex2html
Starting build…
… building latex2html
build.pl (Revision 1.6)
Building “latex2html.bat” from “latex2html.pin”
… building pstoimg
build.pl (Revision 1.6)
config\build.pl: Warning: Skipping build of pstoimg because of missing external
programs.
… building texexpand
build.pl (Revision 1.6)
Building “texexpand.bat” from “texexpand.pin”
… building configuration module
build.pl (Revision 1.6)
Building “l2hconf.pm” from “l2hconf.pin”
Configuration procedure finished
C:\Downloads\Late2html\latex2html-2002-2-1>

lancio il file di prova test.bat e questo è il risultato

C:\Downloads\Late2html\latex2html-2002-2-1>test
… checking latex2html
C:\Downloads\Late2html\latex2html-2002-2-1\latex2html.bat syntax OK
… checking texexpand
C:\Downloads\Late2html\latex2html-2002-2-1\texexpand.bat syntax OK
… checking pstoimg
Can’t open perl script “C:\Downloads\Late2html\latex2html-2002-2-1\pstoimg.bat”:
No such file or directory

C:\Downloads\Late2html\latex2html-2002-2-1>

Ma i file che mi servono per convertire le immagini dove li trovo????

Go to top