]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathSubstack.h
Revert "DocBook: make openParTag/closeTag use paragraphs instead of layouts."
[lyx.git] / src / mathed / InsetMathSubstack.h
index c0576aaa6bd16253d5195df4b7f711529eb8f380..bb3089b61a442944e4234677347863bdfdc01d8e 100644 (file)
@@ -23,7 +23,7 @@ namespace lyx {
 class InsetMathSubstack : public InsetMathGrid {
 public:
        ///
-       InsetMathSubstack();
+       explicit 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; }