]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathAMSArray.h
Add \makeat switches to babel settings if necessary.
[lyx.git] / src / mathed / InsetMathAMSArray.h
index 76ca3208fbf4387e6b1520db6eea3dbf9d7b8eb9..ceb3069c28190b83d8fb0bad38e461e9a75e3192 100644 (file)
@@ -42,16 +42,20 @@ public:
        void infoize(odocstream & os) const;
        ///
        void normalize(NormalStream &) const;
+       // Don't need mathmlize or htmlize, as this is handled by 
+       // InsetMathMatrix after being extracted in MathExtern.
+       // void mathmlize(MathStream &) const;
+       // void htmlize(HTMLStream &) const;
        ///
        void validate(LaTeXFeatures & features) const;
        ///
        InsetCode lyxCode() const { return MATH_AMSARRAY_CODE; }
-private:
-       virtual Inset * clone() const;
        ///
        char const * name_left() const;
        ///
        char const * name_right() const;
+private:
+       virtual Inset * clone() const;
        ///
        docstring name_;
 };