]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathOverset.h
Account for old versions of Pygments
[lyx.git] / src / mathed / InsetMathOverset.h
index edcdd020e2f727739c76206cfc66977d40ecac34..ac055e1dc92701fa749b9a9cea86114494eb54f1 100644 (file)
@@ -36,6 +36,10 @@ public:
        ///
        void normalize(NormalStream &) const;
        ///
+       void mathmlize(MathStream &) const;
+       ///
+       void htmlize(HtmlStream &) const;
+       ///
        void validate(LaTeXFeatures & features) const;
        ///
        InsetCode lyxCode() const { return MATH_OVERSET_CODE; }