]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_stringinset.h
small up/down tweaking
[lyx.git] / src / mathed / math_stringinset.h
index e627bea1d95396a2814ec56b6a8483cb1c665db9..874152ea792d6473f3c19fd1458b1e0488aaf9b7 100644 (file)
@@ -11,6 +11,8 @@
 /** Some collection of chars with similar properties
  *  maily for math-extern
  *  \author André Pönitz
+ *
+ * Full author contact details are available in file CREDITS
  */
 
 class MathStringInset : public MathDimInset {
@@ -20,9 +22,9 @@ public:
        ///
        MathInset * clone() const;
        ///
-       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;
        ///
        string str() const { return str_; }
        ///
@@ -35,6 +37,8 @@ public:
        ///
        void maplize(MapleStream &) const;
        ///
+       void mathematicize(MathematicaStream &) const;
+       ///
        void mathmlize(MathMLStream &) const;
        ///
        void write(WriteStream & os) const;