]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathBox.h
Add support for stmaryrd.sty (bug #8434)
[lyx.git] / src / mathed / InsetMathBox.h
index 5a958f4b7845eedcc561b16145aa4b9c236785bf..3dfe2286c3a13e49f79ff3cbfa848b247d384f72 100644 (file)
@@ -37,6 +37,8 @@ public:
        ///
        void mathmlize(MathStream & ms) const;
        ///
+       void htmlize(HtmlStream & ms) const;
+       ///
        void infoize(odocstream & os) const;
        ///
        void validate(LaTeXFeatures & features) const;
@@ -68,6 +70,8 @@ public:
        ///
        void mathmlize(MathStream & ms) const;
        ///
+       void htmlize(HtmlStream & ms) const;
+       ///
        void infoize(odocstream & os) const;
        ///
        void validate(LaTeXFeatures & features) const;
@@ -93,6 +97,8 @@ public:
        ///
        void mathmlize(MathStream & ms) const;
        ///
+       void htmlize(HtmlStream & ms) const;
+       ///
        mode_type currentMode() const { return TEXT_MODE; }
        ///
        void infoize(odocstream & os) const;
@@ -121,6 +127,8 @@ public:
        void write(WriteStream & os) const;
        ///
        void mathmlize(MathStream & ms) const;
+       ///
+       void htmlize(HtmlStream & ms) const;
        /// write normalized content
        void normalize(NormalStream & ns) const;
        ///