]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_extern.h
small up/down tweaking
[lyx.git] / src / mathed / math_extern.h
index 9e2f23c8b532fba0f936d99793c76babf998471f..31a2fba64b30a11541b8e36c12454db8cf9268b5 100644 (file)
@@ -9,6 +9,7 @@
 
 class NormalStream;
 class MapleStream;
+class MaximaStream;
 class MathematicaStream;
 class MathMLStream;
 class OctaveStream;
@@ -18,6 +19,7 @@ class MathArray;
 void write(MathArray const &, WriteStream &);
 void normalize(MathArray const &, NormalStream &);
 void maplize(MathArray const &, MapleStream &);
+void maximize(MathArray const &, MaximaStream &);
 void mathematicize(MathArray const &, MathematicaStream &);
 void mathmlize(MathArray const &, MathMLStream &);
 void octavize(MathArray const &, OctaveStream &);