lyx-devel  

Re: eLyXer: LyX to HTML converter

Bo Peng
Mon, 09 Mar 2009 05:56:31 -0700

> Also, MathML is more and more supported. So there is need for a
> MathML-emitting converter (a Python LaTeX-math to MathML converter is
> e.g. available in the Docutils Sandbox).

I would personally recommend a LyX -> LaTeX (skip?) ->
restructuredText -> HTML option. Both LaTeX->reST and reST->HTML (use
Docutils and Sphnix) converters are getting better and better. Using
an improved version of a LaTeX -> reST converter, I was able to
convert my LyX documents to http://simupop.sourceforge.net/manual/ .
The result (e.g.
http://simupop.sourceforge.net/manual/build/3_userGuide.html ) is way
better than any other latex->HTML converter I have tried.

Cheers,
Bo