]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathFrac.h
typo
[lyx.git] / src / mathed / InsetMathFrac.h
index 0ced11473a7df0819efba0cb16247a9587213fbf..c2427ec76496f59ebc602b1eb69fc7892abbf8a0 100644 (file)
@@ -25,7 +25,7 @@ public:
        ///
        InsetMathFracBase(Buffer * buf, idx_type ncells = 2);
        ///
-       marker_type marker(BufferView const *) const override { return MARKER2; }
+       marker_type marker(BufferView const *) const override { return marker_type::MARKER2; }
        ///
        bool idxUpDown(Cursor &, bool up) const override;
        ///
@@ -46,6 +46,7 @@ public:
        ///
        enum Kind {
                FRAC,
+               AASTEX_CASE,
                CFRAC,
                CFRACLEFT,
                CFRACRIGHT,
@@ -82,7 +83,7 @@ public:
        ///
        bool extraBraces() const override;
        ///
-       void write(WriteStream & os) const override;
+       void write(TeXMathStream & os) const override;
        ///
        void maple(MapleStream &) const override;
        ///
@@ -90,7 +91,7 @@ public:
        ///
        void octave(OctaveStream &) const override;
        ///
-       void mathmlize(MathStream &) const override;
+       void mathmlize(MathMLStream &) const override;
        ///
        void htmlize(HtmlStream &) const override;
        ///
@@ -121,7 +122,7 @@ public:
        ///
        explicit InsetMathBinom(Buffer * buf, Kind kind = BINOM);
        ///
-       void write(WriteStream & os) const override;
+       void write(TeXMathStream & os) const override;
        ///
        void normalize(NormalStream &) const override;
        /// Generalized fractions are of inner class (see The TeXbook, p.292)
@@ -133,7 +134,7 @@ public:
        ///
        bool extraBraces() const override;
        ///
-       void mathmlize(MathStream &) const override;
+       void mathmlize(MathMLStream &) const override;
        ///
        void htmlize(HtmlStream &) const override;
        ///