From: Richard Heck Date: Thu, 31 Dec 2009 23:31:30 +0000 (+0000) Subject: Add a comment and update notes. X-Git-Tag: 2.0.0~4625 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=acc158a846cf781a9917b613d97468df492300d9;p=lyx.git Add a comment and update notes. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@32728 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/development/HTML/HTML.notes b/development/HTML/HTML.notes index 427fac952f..e513965060 100644 --- a/development/HTML/HTML.notes +++ b/development/HTML/HTML.notes @@ -56,7 +56,6 @@ These insets work but still need work: Math We have a fair bit of math now working via MathML output, but there are still some isues, and not all the insets work. Here are the ones I know still need work: - - AMSArray - Array - Box: There is a general issue here with text mode nesting. See the FIXME attached to the SetMode class. @@ -68,7 +67,7 @@ Math lib/symbols for the commands supported, of course. - Space: Needs checking. - SpecialChar: Needs checking. - - Split: See lib/symbols, for split insets. + - Split: There are some alignment issues here, but it basically works. - Substack: This is a stack of however many cells, all in a smaller style. Probably do something with , again. - Tabular: This is more or less a text-like table in math. Probably output it diff --git a/src/mathed/InsetMathAMSArray.h b/src/mathed/InsetMathAMSArray.h index 2214389c7c..631d7db9a4 100644 --- a/src/mathed/InsetMathAMSArray.h +++ b/src/mathed/InsetMathAMSArray.h @@ -42,6 +42,9 @@ public: void infoize(odocstream & os) const; /// void normalize(NormalStream &) const; + // Don't need mathmlize as it is handled by InsetMathMatrix, + // after being extracted in MathExtern. + // void mathmlize(MathStream &) const; /// void validate(LaTeXFeatures & features) const; ///