]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_liminset.h
Jean-Marc's fix for wrong descent
[lyx.git] / src / mathed / math_liminset.h
index c1ecb90fdb1e48882e0f4ab2036a9ad39d2ba2b8..2016e6effa47e6c06cdc67ebe3f98d45c3df4c51 100644 (file)
@@ -2,6 +2,7 @@
 #ifndef MATH_LIMINSET_H
 #define MATH_LIMINSET_H
 
+
 // lim_{x->x0} f(x) in one block
 // for interfacing external programs
 
@@ -21,9 +22,9 @@ public:
        ///
        void normalize(NormalStream &) const;
        ///
-       void maplize(MapleStream &) const;
+       void maple(MapleStream &) const;
        ///
-       void mathematicize(MathematicaStream &) const;
+       void mathematica(MathematicaStream &) const;
        ///
        void mathmlize(MathMLStream &) const;
        ///