]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathRoot.h
Merge branch 'master' of git.lyx.org:lyx
[lyx.git] / src / mathed / InsetMathRoot.h
index cfcac0a7f3189b68bf368cbd8fd6093e3009c7ae..18bacbbf18888bc825da8c080217ea50c9d50733 100644 (file)
@@ -38,6 +38,8 @@ public:
        ///
        void mathmlize(MathStream &) const;
        ///
+       void htmlize(HtmlStream &) const;
+       ///
        void maple(MapleStream &) const;
        ///
        void mathematica(MathematicaStream &) const;
@@ -45,6 +47,8 @@ public:
        void octave(OctaveStream &) const;
        ///
        InsetCode lyxCode() const { return MATH_ROOT_CODE; }
+       ///
+       void validate(LaTeXFeatures &) const;
 
 private:
        virtual Inset * clone() const;