]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathRoot.h
When selecting math with the mouse, selection happens in the middle (#9748)
[lyx.git] / src / mathed / InsetMathRoot.h
index e05cc807a303f8d85cc37fd3e6acd1d30cdf09fa..18bacbbf18888bc825da8c080217ea50c9d50733 100644 (file)
@@ -36,7 +36,9 @@ public:
        ///
        void normalize(NormalStream &) const;
        ///
-       docstring mathmlize(MathStream &) const;
+       void mathmlize(MathStream &) const;
+       ///
+       void htmlize(HtmlStream &) const;
        ///
        void maple(MapleStream &) 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;