]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathBig.h
Merge branch 'master' of git.lyx.org:lyx
[lyx.git] / src / mathed / InsetMathBig.h
index cb65d2f8e4f295f075be7896dbe9cf7435437bb7..e42582c53124d72a968c4bcb38af920d32362a77 100644 (file)
@@ -14,8 +14,6 @@
 
 #include "InsetMath.h"
 
-#include <string>
-
 
 namespace lyx {
 
@@ -35,10 +33,17 @@ public:
        ///
        void normalize(NormalStream & os) 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;
        ///