]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathXArrow.h
Improve the list of equations
[lyx.git] / src / mathed / InsetMathXArrow.h
index 469bec1d0baa1e6af51d86d6ea7005126f249876..722f4d58cd1d96ffe4e3fb172463ee73732aee1f 100644 (file)
@@ -32,9 +32,15 @@ public:
        ///
        void normalize(NormalStream & os) const;
        ///
+       void mathmlize(MathStream &) const;
+       ///
+       void htmlize(HtmlStream &) const;
+       ///
        void validate(LaTeXFeatures & features) const;
        ///
        InsetCode lyxCode() const { return MATH_XARROW_CODE; }
+       ///
+       MathClass mathClass() const { return MC_REL; }
 
 private:
        virtual Inset * clone() const;