Dear Shigeharu TAKENO, Even when I use the command without space, the problem remains the same. Here is the output
C:\Users\hoanganhduc\phdthesis>latex2html -dir phdthesisHTML -html_version 3.2,latin2,unicode -init_file phdthesis.l2h -tmp C:\Windows\TEMP phdthesis.tex Note: Loading C:\Users\hoanganhduc\phdthesis\.latex2html-init Note: Initialising with file: .\phdthesis.l2h This is LaTeX2HTML Version 2017.2 (Released Jan 23, 2017) by Nikos Drakos, Computer Based Learning Unit, University of Leeds. Revised and extended by: Marcus Hennecke, Ross Moore, Herb Swan and others ...producing markup for HTML version 3.2 Extension: loading C:\latex2html\versions\latin1.pl HTML version: loading C:\latex2html\versions\html3_2.pl *** processing declarations *** Resetting image-cacheCannot read .\latin2.tex Best regards. Duc A. HOANG On Mon, Oct 23, 2017 at 12:16 PM, Shigeharu TAKENO <[email protected]> wrote: > shige 10/23 2017 > ---------------- > > Duc A. HOANG wrote: > | Recently, I've got a problem when using LaTeX2HTML 2017.2 in Windows. > | That is, when I use latex2html with the option -html_version > | 3.2,latin2,unicode, the following error occurs: > | > | Extension: loading C:\latex2html\versions\latin1.pl > | HTML version: loading C:\latex2html\versions\html3_2.pl > | > | *** processing declarations *** > | > | Resetting image-cacheCannot read .\latin2.tex > | > | Does any one know how to fix this problem? > > If you specify options of -html_version with space as > > -html_version 3.2, latin2 > > then "latin2" is considered target latex file name (latin2.tex), > not the option of -html_version, and latex2html will say > > Resetting image-cacheCannot read ./latin2.tex > > since the file "latin2.tex" does not exist. > > Options of -html_version must be specified comma separated list > without space. > > Please try: > > latex2html -html_version 3.2,latin2 ... > > +========================================================+ > Shigeharu TAKENO NIigata Institute of Technology > kashiwazaki,Niigata 945-1195 JAPAN > [email protected] TEL(&FAX): +81-257-22-8161 > +========================================================+ _______________________________________________ latex2html mailing list [email protected] http://tug.org/mailman/listinfo/latex2html
