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
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
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
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_
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
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 }
+===