]> git.lyx.org Git - lyx.git/commitdiff
Add a comment and update notes.
authorRichard Heck <rgheck@comcast.net>
Thu, 31 Dec 2009 23:31:30 +0000 (23:31 +0000)
committerRichard Heck <rgheck@comcast.net>
Thu, 31 Dec 2009 23:31:30 +0000 (23:31 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@32728 a592a061-630c-0410-9148-cb99ea01b6c8

development/HTML/HTML.notes
src/mathed/InsetMathAMSArray.h

index 427fac952fd28f07d01c1e10fba0e39c1dbd6671..e5139650601e935a8df7e6bfb7a9ecf809c65d24 100644 (file)
@@ -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 <mover>, again.
        - Tabular: This is more or less a text-like table in math. Probably output it
index 2214389c7cc0e792a68441e3ef4c8f2b28f51b9f..631d7db9a4995a05ee4489c78e6d0b50f36c2d2f 100644 (file)
@@ -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;
        ///