]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathBig.h
add busy.gif to resources (in line with cmake)
[lyx.git] / src / mathed / InsetMathBig.h
index 8049b9460a57716c8e0ff31886fd9ec518ba4503..5e511db0f46d3e511b42cadfbef5864f3e972eb0 100644 (file)
@@ -35,13 +35,17 @@ public:
        ///
        void normalize(NormalStream & os) const;
        ///
-       docstring mathmlize(MathStream &) const;
+       void mathmlize(MathStream &) const;
+       ///
+       void htmlize(HtmlStream &) const;
        ///
        void infoize2(odocstream & os) const;
        ///
        static bool isBigInsetDelim(docstring const &);
        ///
        InsetCode lyxCode() const { return MATH_BIG_CODE; }
+       ///
+       void validate(LaTeXFeatures &) const;
 private:
        virtual Inset * clone() const;
        ///