]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathFrac.h
Fix display and export of some latex macros
[lyx.git] / src / mathed / InsetMathFrac.h
index 14af2f8be31cf6973e693903b11e31a1889fd79f..c030c8a51a0203f15b2429b64988f345a744e2e7 100644 (file)
@@ -30,6 +30,10 @@ public:
        bool idxBackward(Cursor &) const { return false; }
        ///
        bool idxForward(Cursor &) const { return false; }
+       ///
+       InsetMathFracBase * asFracBaseInset() { return this; }
+       ///
+       InsetMathFracBase const * asFracBaseInset() const { return this; }
 };
 
 
@@ -82,7 +86,9 @@ public:
        ///
        void octave(OctaveStream &) const;
        ///
-       docstring mathmlize(MathStream &) const;
+       void mathmlize(MathStream &) const;
+       ///
+       void htmlize(HtmlStream &) const;
        ///
        void validate(LaTeXFeatures & features) const;
 public:
@@ -121,7 +127,9 @@ public:
        ///
        bool extraBraces() const;
        ///
-       docstring mathmlize(MathStream &) const;
+       void mathmlize(MathStream &) const;
+       ///
+       void htmlize(HtmlStream &) const;
        ///
        void validate(LaTeXFeatures & features) const;
        ///