Re: LyX-1.3.5 - Windows native version - Problem with Latex2html

2005-03-31 Thread Angus Leeming
EXT / TEAMLOG MELLERIN Pierrick wrote:
 I have a problem when I want to export my .lyx document in .html, with
 the latex2html package (installed with MiKTeX).
 The following error message is displayed : Cannot convert file ...
 Error while executing latex2html -no_subdir -split 0
 -show_section_number.
 
 In Preferences \ Converters, I added this entry : Latex - HTML, with
 this command :
 
 latex2html -no_subdir -split 0 -show_section_numbers $$i
 
 Is it a known bug or is it a configuration problem ?

If you run lyx from the command line as

$ lyx -dbg files

You should get a stream of information output to the console including the 
actual command that is being invoked.

One question to investigate. Can LyX find latex2html? Ie, if you type this 
at the command line, do you get similar output to:

$ latex2html --version
This is LaTeX2HTML Version 2002-2-1 (1.70)
by Nikos Drakos, Computer Based Learning Unit, University of Leeds.

If not, then you should adjust your PATH environment variable 
appropriately. See, eg:

http://www.computerhope.com/issues/ch000549.htm

-- 
Angus



Re: LyX-1.3.5 - Windows native version - Problem with Latex2html

2005-03-31 Thread Milos Komarcevic
EXT / TEAMLOG MELLERIN Pierrick [EMAIL PROTECTED] writes:

 
 Hello,
 
 I have a problem when I want to export my .lyx document in .html, with the
 latex2html package (installed with MiKTeX).

The latex2html package in MiKTeX is unfortunately NOT the expected 
latex2html binary converter, but just a set of .sty files (don't know 
how to use those either).

M



RE : LyX-1.3.5 - Windows native version - Problem with Latex2html

2005-03-31 Thread EXT / TEAMLOG MELLERIN Pierrick
Yes, absolutely ... As MiKTeX proposes the converter 'text4ht', 
I thought that it was the same for 'LaTeX2HTML' ... unfortunately 
it is not the case, as you said !

So, I have followed the indications at this address : 
http://www.mayer.dial.pipex.com/l2h.htm 
and now all is OK ...

-Message d'origine-
De : news [mailto:[EMAIL PROTECTED] De la part de Milos Komarcevic
Envoyé : jeudi 31 mars 2005 16:33
À : lyx-users@lists.lyx.org
Objet : Re: LyX-1.3.5 - Windows native version - Problem with Latex2html


EXT / TEAMLOG MELLERIN Pierrick [EMAIL PROTECTED] writes:

 
 Hello,
 
 I have a problem when I want to export my .lyx document in .html, with 
 the latex2html package (installed with MiKTeX).

The latex2html package in MiKTeX is unfortunately NOT the expected 
latex2html binary converter, but just a set of .sty files (don't know 
how to use those either).

M


Re: LyX-1.3.5 - Windows native version - Problem with Latex2html

2005-03-31 Thread Angus Leeming
EXT / TEAMLOG MELLERIN Pierrick wrote:
 I have a problem when I want to export my .lyx document in .html, with
 the latex2html package (installed with MiKTeX).
 The following error message is displayed : Cannot convert file ...
 Error while executing latex2html -no_subdir -split 0
 -show_section_number.
 
 In Preferences \ Converters, I added this entry : Latex - HTML, with
 this command :
 
 latex2html -no_subdir -split 0 -show_section_numbers $$i
 
 Is it a known bug or is it a configuration problem ?

If you run lyx from the command line as

$ lyx -dbg files

You should get a stream of information output to the console including the 
actual command that is being invoked.

One question to investigate. Can LyX find latex2html? Ie, if you type this 
at the command line, do you get similar output to:

$ latex2html --version
This is LaTeX2HTML Version 2002-2-1 (1.70)
by Nikos Drakos, Computer Based Learning Unit, University of Leeds.

If not, then you should adjust your PATH environment variable 
appropriately. See, eg:

http://www.computerhope.com/issues/ch000549.htm

-- 
Angus



Re: LyX-1.3.5 - Windows native version - Problem with Latex2html

2005-03-31 Thread Milos Komarcevic
EXT / TEAMLOG MELLERIN Pierrick [EMAIL PROTECTED] writes:

 
 Hello,
 
 I have a problem when I want to export my .lyx document in .html, with the
 latex2html package (installed with MiKTeX).

The latex2html package in MiKTeX is unfortunately NOT the expected 
latex2html binary converter, but just a set of .sty files (don't know 
how to use those either).

M



RE : LyX-1.3.5 - Windows native version - Problem with Latex2html

2005-03-31 Thread EXT / TEAMLOG MELLERIN Pierrick
Yes, absolutely ... As MiKTeX proposes the converter 'text4ht', 
I thought that it was the same for 'LaTeX2HTML' ... unfortunately 
it is not the case, as you said !

So, I have followed the indications at this address : 
http://www.mayer.dial.pipex.com/l2h.htm 
and now all is OK ...

-Message d'origine-
De : news [mailto:[EMAIL PROTECTED] De la part de Milos Komarcevic
Envoyé : jeudi 31 mars 2005 16:33
À : lyx-users@lists.lyx.org
Objet : Re: LyX-1.3.5 - Windows native version - Problem with Latex2html


EXT / TEAMLOG MELLERIN Pierrick [EMAIL PROTECTED] writes:

 
 Hello,
 
 I have a problem when I want to export my .lyx document in .html, with 
 the latex2html package (installed with MiKTeX).

The latex2html package in MiKTeX is unfortunately NOT the expected 
latex2html binary converter, but just a set of .sty files (don't know 
how to use those either).

M


Re: LyX-1.3.5 - Windows native version - Problem with Latex2html

2005-03-31 Thread Angus Leeming
EXT / TEAMLOG MELLERIN Pierrick wrote:
> I have a problem when I want to export my .lyx document in .html, with
> the latex2html package (installed with MiKTeX).
> The following error message is displayed : "Cannot convert file ...
> Error while executing latex2html -no_subdir -split 0
> -show_section_number".
> 
> In "Preferences \ Converters", I added this entry : "Latex -> HTML", with
> this command :
> 
> "latex2html -no_subdir -split 0 -show_section_numbers $$i"
> 
> Is it a known bug or is it a configuration problem ?

If you run lyx from the command line as

$ lyx -dbg files

You should get a stream of information output to the console including the 
actual command that is being invoked.

One question to investigate. Can LyX find latex2html? Ie, if you type this 
at the command line, do you get similar output to:

$ latex2html --version
This is LaTeX2HTML Version 2002-2-1 (1.70)
by Nikos Drakos, Computer Based Learning Unit, University of Leeds.

If not, then you should adjust your PATH environment variable 
appropriately. See, eg:

http://www.computerhope.com/issues/ch000549.htm

-- 
Angus



Re: LyX-1.3.5 - Windows native version - Problem with Latex2html

2005-03-31 Thread Milos Komarcevic
EXT / TEAMLOG MELLERIN Pierrick <[EMAIL PROTECTED]> writes:

> 
> Hello,
> 
> I have a problem when I want to export my .lyx document in .html, with the
> latex2html package (installed with MiKTeX).

The latex2html package in MiKTeX is unfortunately NOT the expected 
latex2html binary converter, but just a set of .sty files (don't know 
how to use those either).

M



RE : LyX-1.3.5 - Windows native version - Problem with Latex2html

2005-03-31 Thread EXT / TEAMLOG MELLERIN Pierrick
Yes, absolutely ... As MiKTeX proposes the converter 'text4ht', 
I thought that it was the same for 'LaTeX2HTML' ... unfortunately 
it is not the case, as you said !

So, I have followed the indications at this address : 
http://www.mayer.dial.pipex.com/l2h.htm 
and now all is OK ...

-Message d'origine-
De : news [mailto:[EMAIL PROTECTED] De la part de Milos Komarcevic
Envoyé : jeudi 31 mars 2005 16:33
À : lyx-users@lists.lyx.org
Objet : Re: LyX-1.3.5 - Windows native version - Problem with Latex2html


EXT / TEAMLOG MELLERIN Pierrick <[EMAIL PROTECTED]> writes:

> 
> Hello,
> 
> I have a problem when I want to export my .lyx document in .html, with 
> the latex2html package (installed with MiKTeX).

The latex2html package in MiKTeX is unfortunately NOT the expected 
latex2html binary converter, but just a set of .sty files (don't know 
how to use those either).

M