X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FInsetMathSize.h;h=f3d8f8d37a6acb74991534c03ab2879a60abebb8;hb=872c71ffa61e52918a12c847ef7f87b10741d75a;hp=714ae97fb95b710e24b4b313dd970a013be0d0c9;hpb=ff4460603e3888948b46f0ab5bfa69a862d538ad;p=lyx.git diff --git a/src/mathed/InsetMathSize.h b/src/mathed/InsetMathSize.h index 714ae97fb9..f3d8f8d37a 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: