]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_deliminset.h
small up/down tweaking
[lyx.git] / src / mathed / math_deliminset.h
index d2c0d4d5eae64c9dd996eae2cf96b6721e00d185..786c48529c116c3c93d29cd12d14528495dd258f 100644 (file)
@@ -10,7 +10,9 @@
 #endif
 
 /** A delimiter
-    \author Alejandro Aguilar Sierra
+ *  \author Alejandro Aguilar Sierra
+ *
+ * Full author contact details are available in file CREDITS
 */
 
 class MathDelimInset : public MathNestInset {
@@ -43,6 +45,10 @@ public:
        ///
        void maplize(MapleStream &) const;
        ///
+       void maximize(MaximaStream &) const;
+       ///
+       void mathematicize(MathematicaStream &) const;
+       ///
        void mathmlize(MathMLStream &) const;
        ///
        void octavize(OctaveStream &) const;