]> git.lyx.org Git - features.git/blobdiff - src/mathed/math_stringinset.C
some support for matrix operations with maple ('M-x math-extern maple evalm')
[features.git] / src / mathed / math_stringinset.C
index 68c4dab16e1c6e9e40d52ecaa1b4be5f6bf8ea05..b36639e0ba30493c634bb9640baa14582de81309 100644 (file)
@@ -55,7 +55,7 @@ void MathStringInset::draw(Painter & pain, int x, int y) const
 }
 
 
-void MathStringInset::write(MathWriteInfo & os) const
+void MathStringInset::write(WriteStream & os) const
 {
        if (math_font_name(code_)) 
                os << '\\' << math_font_name(code_) << '{' << str_.c_str() << '}';
@@ -64,7 +64,7 @@ void MathStringInset::write(MathWriteInfo & os) const
 }
 
 
-void MathStringInset::writeNormal(NormalStream & os) const
+void MathStringInset::normalize(NormalStream & os) const
 {
        os << "[string " << str_.c_str() << ' ' << "mathalpha" << "]";
 }