]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathSize.h
Improve the list of equations
[lyx.git] / src / mathed / InsetMathSize.h
index df90193572c5663908e0fabed809cdf468ecddcb..446e398f1a6fb772111375a1ed3698afbca7dc49 100644 (file)
@@ -42,6 +42,10 @@ public:
        ///
        void mathmlize(MathStream &) const;
        ///
+       void htmlize(HtmlStream &) const;
+       ///
+       void validate(LaTeXFeatures &) const;
+       ///
        InsetCode lyxCode() const { return MATH_SIZE_CODE; }
 
 private:
@@ -49,7 +53,7 @@ private:
        ///
        latexkeys const * key_;
        ///
-       Styles const style_;
+       MathStyle const style_;
 };