]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_exfuncinset.h
Geof Piroux's patch for Mathematica support
[lyx.git] / src / mathed / math_exfuncinset.h
index 08d4a94620d6b43947fbb35421b1b93c04e0d61b..45692fe81c2f21ebabeb9a0415f4ad2a395e9dfd 100644 (file)
@@ -12,6 +12,8 @@ public:
        ///
        explicit MathExFuncInset(string const & name);
        ///
+       MathExFuncInset(string const & name, MathArray const & ar);
+       ///
        MathInset * clone() const;
        ///
        void metrics(MathMetricsInfo & st) const;
@@ -23,6 +25,8 @@ public:
        ///
        void maplize(MapleStream &) const;
        ///
+       void mathematicize(MathematicaStream &) const;
+       ///
        void mathmlize(MathMLStream &) const;
        ///
        void octavize(OctaveStream &) const;