On Wed, Oct 09, 2002 at 05:10:58PM -0400, Nirmal Govind wrote: > > Has anyone else had this problem (or is this the way > > it's supposed to be?)? > > > I haven't had the same problem that you're having but am having a > related problem where if I do an export to HTML from within LyX > (File->Export->HTML), then the resulting HTML file does not show any of > the math in the LyX File. I checked the conversion options in LyX and it > does a no subdir conversion... when I export to latex and then do > latex2html from the command line after running latex on it (so that the > aux file is created) the conversion is fine.. the conversion options is > Lyx says "needaux" .. so if aux is needed then what's the best way to > use the LyX -> HTML converter if one has to anyways convert to .tex and > run latex on it?
Try changing the latex2html converter to latex2html -dir $$b_html -split 0 -show_section_numbers $$i and the flags to originaldir,needaux,resultdir=$$b_html,resultfile=$$b.html This should fix the HTML export problem.
