X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FInsetMathSize.h;h=446e398f1a6fb772111375a1ed3698afbca7dc49;hb=02e82157ec583c3900e359de86be79fac6512387;hp=714ae97fb95b710e24b4b313dd970a013be0d0c9;hpb=ff4460603e3888948b46f0ab5bfa69a862d538ad;p=lyx.git diff --git a/src/mathed/InsetMathSize.h b/src/mathed/InsetMathSize.h index 714ae97fb9..446e398f1a 100644 --- a/src/mathed/InsetMathSize.h +++ b/src/mathed/InsetMathSize.h @@ -40,6 +40,12 @@ public: /// void infoize(odocstream & os) const; /// + void mathmlize(MathStream &) const; + /// + void htmlize(HtmlStream &) const; + /// + void validate(LaTeXFeatures &) const; + /// InsetCode lyxCode() const { return MATH_SIZE_CODE; } private: @@ -47,7 +53,7 @@ private: /// latexkeys const * key_; /// - Styles const style_; + MathStyle const style_; };