]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_exintinset.h
rename commandtags.h to lfuns.h and renumber/cleanup. Rebuild the tree !
[lyx.git] / src / mathed / math_exintinset.h
index 7c3866df1d119c16abc99127955ff7afdff52bd9..71aefb460780ae9460b3a16fe4de1fc78962b586 100644 (file)
@@ -2,6 +2,7 @@
 #ifndef MATH_EXINTINSET_H
 #define MATH_EXINTINSET_H
 
+
 // \int_l^u f(x) dx in one block (as opposed to 'f','(','x',')' or 'f','x')
 // or \sum, \prod...  for interfacing external programs
 
@@ -24,9 +25,11 @@ public:
        ///
        void normalize(NormalStream &) const;
        ///
-       void maplize(MapleStream &) const;
+       void maxima(MaximaStream &) const;
+       ///
+       void maple(MapleStream &) const;
        ///
-       void mathematicize(MathematicaStream &) const;
+       void mathematica(MathematicaStream &) const;
        ///
        void mathmlize(MathMLStream &) const;
        ///