X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FInsetMathSize.h;h=446e398f1a6fb772111375a1ed3698afbca7dc49;hb=5fdc577badb1cb133d6a0dc7d831bb1f82576adb;hp=df90193572c5663908e0fabed809cdf468ecddcb;hpb=a36607b800dff96f256b64350416a5f566590ad3;p=lyx.git diff --git a/src/mathed/InsetMathSize.h b/src/mathed/InsetMathSize.h index df90193572..446e398f1a 100644 --- a/src/mathed/InsetMathSize.h +++ b/src/mathed/InsetMathSize.h @@ -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_; };