]> git.lyx.org Git - features.git/blobdiff - src/mathed/math_scriptinset.h
some support for matrix operations with maple ('M-x math-extern maple evalm')
[features.git] / src / mathed / math_scriptinset.h
index 904cbe0c2ed9850fad685c6c011961960de847c5..fe9630a518a76fd606037adf0256e63adfb39a7f 100644 (file)
@@ -21,9 +21,9 @@ public:
        ///
        MathInset * clone() const;
        ///
-       void write(MathWriteInfo & os) const;
+       void write(WriteStream & os) const;
        ///
-       void writeNormal(NormalStream & os) const;
+       void normalize(NormalStream & os) const;
        ///
        void metrics(MathMetricsInfo const & st) const;
        ///
@@ -78,9 +78,9 @@ public:
        void ensure(bool up);
 
        ///
-       void write(MathInset const * nuc, MathWriteInfo & os) const;
+       void write(MathInset const * nuc, WriteStream & os) const;
        ///
-       void writeNormal(MathInset const * nuc, NormalStream & os) const;
+       void normalize(MathInset const * nuc, NormalStream & os) const;
        ///
        void octavize(MathInset const * nuc, OctaveStream & os) const;
        ///