]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathColor.h
Improve the list of equations
[lyx.git] / src / mathed / InsetMathColor.h
index 848a46fc7c53bdca9626699b191d5a091a2245bf..829c4654f4b1db755395cebe7d47561a68cc5bfd 100644 (file)
@@ -14,7 +14,6 @@
 
 #include "InsetMathNest.h"
 
-#include "support/docstream.h"
 
 namespace lyx {
 
@@ -37,6 +36,11 @@ public:
        void validate(LaTeXFeatures & features) const;
        ///
        void write(WriteStream & os) const;
+       /// FIXME XHTML For now, we do nothing with color.
+       void mathmlize(MathStream &) const {}
+       /// FIXME XHTML For now, we do nothing with color.
+       void htmlize(HtmlStream &) const {}
+       ///
        /// write normalized content
        void normalize(NormalStream & ns) const;
        ///