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

Reply via email to