]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathEnsureMath.h
Limit multirow to 100 columns in mathed
[lyx.git] / src / mathed / InsetMathEnsureMath.h
index ccc136a157c93cea04c95c232ecb9fa988b5be5c..41c3ad654ab74f5f392abd167594eb779a5c16d7 100644 (file)
@@ -38,8 +38,12 @@ public:
        ///
        void mathmlize(MathStream &) const;
        ///
+       void htmlize(HtmlStream &) const;
+       ///
        void infoize(odocstream & os) const;
        ///
+       void validate(LaTeXFeatures & features) const;
+       ///
        InsetCode lyxCode() const { return MATH_ENSUREMATH_CODE; }
 private:
        virtual Inset * clone() const;