]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_diffinset.h
Jean-Marc's fix for wrong descent
[lyx.git] / src / mathed / math_diffinset.h
index a96388f77613d4d253a39063cb2aa6e44d089d94..651a60d67b173099271f22f6c5910d5a904e9888 100644 (file)
@@ -2,6 +2,7 @@
 #ifndef MATH_DIFFINSET_H
 #define MATH_DIFFINSET_H
 
+
 // d f(x)/dx in one block
 // for interfacing external programs
 
@@ -16,16 +17,16 @@ public:
        ///
        void addDer(MathArray const & der);
        ///
-       void metrics(MathMetricsInfo & st) const;
+       void metrics(MathMetricsInfo & mi) const;
        ///
-       void draw(MathPainterInfo &, int x, int y) const;
+       void draw(MathPainterInfo & pi, int x, int y) const;
 
        ///
        void normalize(NormalStream &) const;
        ///
-       void maplize(MapleStream &) const;
+       void maple(MapleStream &) const;
        ///
-       void mathematicize(MathematicaStream &) const;
+       void mathematica(MathematicaStream &) const;
        ///
        void mathmlize(MathMLStream &) const;
        ///