X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FInsetMathSubstack.h;h=822b0aa4533427ec71dc22a9cd50cf3012a33478;hb=4c093a50c2aaebad1459991b90b625a8c00a69e8;hp=c0576aaa6bd16253d5195df4b7f711529eb8f380;hpb=0facb603fefec1ecc927f77bcf6228ca1f035444;p=lyx.git diff --git a/src/mathed/InsetMathSubstack.h b/src/mathed/InsetMathSubstack.h index c0576aaa6b..822b0aa453 100644 --- a/src/mathed/InsetMathSubstack.h +++ b/src/mathed/InsetMathSubstack.h @@ -23,7 +23,7 @@ namespace lyx { class InsetMathSubstack : public InsetMathGrid { public: /// - InsetMathSubstack(); + InsetMathSubstack(Buffer * buf); /// void metrics(MetricsInfo & mi, Dimension & dim) const; /// @@ -39,11 +39,15 @@ public: /// void write(WriteStream & os) const; /// + void mathmlize(MathStream &) const; + /// + void htmlize(HtmlStream &) const; + /// void normalize(NormalStream &) const; /// void maple(MapleStream &) const; /// - void validate(LaTeXFeatures & features) const; + void validate(LaTeXFeatures &) const; /// InsetCode lyxCode() const { return MATH_SUBSTACK_CODE; }