]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathAMSArray.h
Fortify math insets against ulem commands
[lyx.git] / src / mathed / InsetMathAMSArray.h
index 631d7db9a4995a05ee4489c78e6d0b50f36c2d2f..584397302dc44ebb9fbd8cc0e446c6990a432cfb 100644 (file)
@@ -42,9 +42,10 @@ 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.
+       // 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;
        ///
@@ -53,6 +54,11 @@ public:
        char const * name_left() const;
        ///
        char const * name_right() const;
+       ///
+       int leftMargin() const { return 6; } //override
+       ///
+       int rightMargin() const { return 8; } //override
+
 private:
        virtual Inset * clone() const;
        ///