]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathMBox.h
Add \makeat switches to babel settings if necessary.
[lyx.git] / src / mathed / InsetMathMBox.h
index 091de9ec79213b18e12e22fd76c827820703b480..6629ea820fdba210a9566318680f89c9494031c3 100644 (file)
@@ -31,8 +31,8 @@ class BufferView;
 class InsetMathMBox : public InsetMath {
 public:
        ///
-       explicit InsetMathMBox(Buffer const & buffer);
-       explicit InsetMathMBox(Buffer const & buffer, Layout const & layout);
+       explicit InsetMathMBox(Buffer * buffer);
+       explicit InsetMathMBox(Buffer * buffer, Layout const & layout);
 
        /// this stores metrics information in cache_
        void metrics(MetricsInfo & mi, Dimension & dim) const;
@@ -46,7 +46,11 @@ public:
        ///
        void write(WriteStream & os) const;
        ///
-       int latex(odocstream & os, OutputParams const & runparams) const;
+       void latex(otexstream & os, OutputParams const & runparams) const;
+       ///
+       void mathmlize(MathStream &) const;
+       ///
+       void htmlize(HtmlStream &) const;
        ///
        Text * getText(int) const;
        ///