]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathBox.h
Improve the list of equations
[lyx.git] / src / mathed / InsetMathBox.h
index 5a958f4b7845eedcc561b16145aa4b9c236785bf..2f6ba483d9794bb18a44e3cb712c57eb1982a84b 100644 (file)
@@ -14,8 +14,6 @@
 
 #include "InsetMathNest.h"
 
-#include <string>
-
 
 namespace lyx {
 
@@ -37,6 +35,8 @@ public:
        ///
        void mathmlize(MathStream & ms) const;
        ///
+       void htmlize(HtmlStream & ms) const;
+       ///
        void infoize(odocstream & os) const;
        ///
        void validate(LaTeXFeatures & features) const;
@@ -68,6 +68,8 @@ public:
        ///
        void mathmlize(MathStream & ms) const;
        ///
+       void htmlize(HtmlStream & ms) const;
+       ///
        void infoize(odocstream & os) const;
        ///
        void validate(LaTeXFeatures & features) const;
@@ -93,6 +95,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 +125,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;
        ///