X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FInsetMathSize.h;h=f3d8f8d37a6acb74991534c03ab2879a60abebb8;hb=704328d3488c75733ddeb9ad5439b1907e323e39;hp=9f7dc54f0a5c131876e36b6248c0647902d29930;hpb=f1cba8ff64b369792fd49f5ddf90e8126ab476ac;p=lyx.git diff --git a/src/mathed/InsetMathSize.h b/src/mathed/InsetMathSize.h index 9f7dc54f0a..f3d8f8d37a 100644 --- a/src/mathed/InsetMathSize.h +++ b/src/mathed/InsetMathSize.h @@ -25,7 +25,7 @@ class latexkeys; class InsetMathSize : public InsetMathNest { public: /// - explicit InsetMathSize(latexkeys const * l); + explicit InsetMathSize(Buffer * buf, latexkeys const * l); /// we write extra braces in any case... bool extraBraces() const { return true; } /// @@ -39,6 +39,15 @@ public: void normalize(NormalStream &) const; /// 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: virtual Inset * clone() const; ///