]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_fracinset.h
make \newcommand{\bb}[1]{\mathbf{#1}} work for read/write/display.
[lyx.git] / src / mathed / math_fracinset.h
index 479e0c8e8748d4a19349888889f84cc70c5f912f..386a95eda72dc5993725b5903e50cea769c0b7a3 100644 (file)
@@ -18,14 +18,17 @@ public:
        ///
        MathInset * clone() const;
        ///
-       void write(MathWriteInfo & os) const;
-       ///
-       void writeNormal(std::ostream &) const;
-       ///
        void metrics(MathMetricsInfo const & st) const;
        ///
        void draw(Painter &, int x, int y) const;
        ///
+       MathFracInset * asFracInset();
+
+       ///
+       void write(WriteStream & os) const;
+       ///
+       void normalize(NormalStream &) const;
+       ///
        void maplize(MapleStream &) const;
        ///
        void mathmlize(MathMLStream &) const;