Hello out there!

I just installed LaTeX2HTML 99.1beta8 on an Win98 computer.
I tested it on a very simple TEX file that includes an .eps figure and I got the following error:
 
**** begin L2H message*************
Generating postscript images using dvips ...
This is dvips(k) 5.86 Copyright 1999 Radical Eye Software (www.radicaleye.com)
' TeX output 2001.09.22:1407' -> E:\Temp\l2h1344\image
(-> E:\Temp\l2h1344\image001) <texc.pro><special.pro><color.pro>[1
<e:/dorel/pa/carte/despre/lsinl.eps>]
Converting image #1
Global symbol "$PNMCROPOPT" requires explicit package name at E:\TEXUTILS\L2H\bi
n\pstoimg.bat line 1122.
Global symbol "$PNMCROPOPT" requires explicit package name at E:\TEXUTILS\L2H\bi
n\pstoimg.bat line 1124.
Global symbol "$PNMCROPOPT" requires explicit package name at E:\TEXUTILS\L2H\bi
n\pstoimg.bat line 1129.
Execution of E:\TEXUTILS\L2H\bin\pstoimg.bat aborted due to compilation errors.
 
Error while converting image: No such file or directory
Global symbol "$PNMCROPOPT" requires explicit package name at E:\TEXUTILS\L2H\bi
n\pstoimg.bat line 1122.
Global symbol "$PNMCROPOPT" requires explicit package name at E:\TEXUTILS\L2H\bi
n\pstoimg.bat line 1124.
Global symbol "$PNMCROPOPT" requires explicit package name at E:\TEXUTILS\L2H\bi
n\pstoimg.bat line 1129.
Execution of E:\TEXUTILS\L2H\bin\pstoimg.bat aborted due to compilation errors.
 
Error while converting thumbnail: No such file or directory
 
Error: Cannot read 'img1.gif': No such file or directory
 
Error: Cannot read 'Timg1.gif': No such file or directory
*** end L2H message***************
 
I would appreciate very much if you can help me in fixing this error.
Sincerely yours,
Dorel Lucanu
 
P.S. Please find below the TEX source I tested:
 
\documentclass{article}
\usepackage{epsfig}
\usepackage{e:/texutils/l2h/texinputs/html}
 
\begin{document}
 
\title{Titlu}
 
\author{Autor}
\maketitle
 
\section{Sectiunea 1}
 
Corp sec. 1.
 
\section{Sectiunea 2}
 
Corp sec. 2.
\begin{figure}
\htmlimage{thumbnail=0.5}
\htmlborder{5}
\centering
\includegraphics{e:/dorel/pa/carte/despre/lsinl.eps}
\caption{EPS}
\end{figure}
\end{document}

Reply via email to