On 03/18/2010 09:35 PM, [email protected] wrote:
Author: rgheck Date: Thu Mar 18 21:35:08 2010 New Revision: 33794 URL: http://www.lyx.org/trac/changeset/33794Log: Give ourselves a little more flexibility about math output under XHTML. I think it will be worth implementing a version of pure HTML output, for some uses, a la eLyXer. Note that at present none of this does anything, and there is no UI to set it. I just want to make sure it's in the file format, in case I do not get to this before 2.0. Modified: lyx-devel/trunk/development/FORMAT lyx-devel/trunk/lib/lyx2lyx/lyx_2_0.py lyx-devel/trunk/src/Buffer.cpp lyx-devel/trunk/src/BufferParams.cpp lyx-devel/trunk/src/BufferParams.h Modified: lyx-devel/trunk/development/FORMAT ============================================================================== --- lyx-devel/trunk/development/FORMAT Thu Mar 18 20:02:01 2010 (r33793) +++ lyx-devel/trunk/development/FORMAT Thu Mar 18 21:35:08 2010 (r33794) @@ -1,6 +1,11 @@ LyX file-format changes ----------------------- +2010-03-18: Richard Heck<[email protected]> + * Format incremented to 379: revise format 374 + Replace boolean \html_use_mathml with \html_math_output, + which at the moment can be: MathML, HTML, or Images.
What about plain LaTeX? There are some websites that accepts LaTeX equations embedded in HTML.
Abdel.
