Re: [l2h] Error when using latex2html with option -html_version 3.2, latin2, unicode in Windows

2017-10-23 Thread Shigeharu TAKENO
shige 10/23 2017 Duc A. HOANG wrote: | Even when I use the command without space, the problem remains the same. | Here is the output Ok, I understand your problem. This is a bug of latex2html only for Windows version. On MS-Windows, latex2html program is a batch file latex2html

Re: [l2h] Error when using latex2html with option -html_version 3.2, latin2, unicode in Windows

2017-10-23 Thread Duc A. HOANG
Dear Shigeharu TAKENO, I confirm that this workaround solved my problem. Thank you very much! Best regards. Duc A. HOANG On Mon, Oct 23, 2017 at 7:54 PM, Shigeharu TAKENO wrote: > shige 10/23 2017 > > > Duc A. HOANG wrote: > | Even when I use the command without space, the pro

Re: [l2h] enumerate problems

2017-10-23 Thread Ernesto Cuadros Vargas
Hi Sigue, > Please try to insert your .css file generated by latex2html > in your directory ( is your LaTeX file name without .tex): > DT { float; left } It did not work because internally it is being generated with DT and also using DD. Something like this: a) item1 b) item2 c) item3 I do

Re: [l2h] Error when using latex2html with option -html_version 3.2, latin2, unicode in Windows

2017-10-23 Thread Shigeharu TAKENO
shige 10/24 2017 I wrote: | Well, to workaround the problem, I propose that | | 1) modify the latex2html.bat at the line about 15657: | | # Require the option specific files | @HTML_VERSION = split(/,/, $HTML_OPTIONS); | foreach $ext ( @HTML_

Re: [l2h] Error when using latex2html with option -html_version 3.2, latin2, unicode in Windows

2017-10-23 Thread Duc A. HOANG
Dear Shigeharu TAKENO, I confirm that this modification works too. Thanks! Best regards. Duc A. HOANG On Tue, Oct 24, 2017 at 8:47 AM, Shigeharu TAKENO wrote: > shige 10/24 2017 > > > I wrote: > | Well, to workaround the problem, I propose that > | > | 1) modify the latex2html

Re: [l2h] enumerate problems

2017-10-23 Thread Shigeharu TAKENO
shige 10/24 2017 | > Please try to insert your .css file generated by latex2html | > in your directory ( is your LaTeX file name without .tex): | | > DT { float; left } Sorry, I made a mistake. Use colon instead of semicolon: DT { float: left } +===