]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathScript.h
add busy.gif to resources (in line with cmake)
[lyx.git] / src / mathed / InsetMathScript.h
index 569bc79f3531da354073db0b74a23391ec16fe86..ecdda3b5a71e9262b335133e1a88cf282aece5e7 100644 (file)
@@ -60,8 +60,10 @@ public:
        void maple(MapleStream &) const;
        /// write content as something readable by Mathematica
        void mathematica(MathematicaStream &) const;
-       /// write content as something resembling MathML
+       /// write content as MathML
        void mathmlize(MathStream &) const;
+       /// write content as HTML
+       void htmlize(HtmlStream &) const;
        /// write content as something readable by Octave
        void octave(OctaveStream &) const;
 
@@ -104,7 +106,8 @@ public:
        void infoize2(odocstream & os) const;
        ///
        InsetCode lyxCode() const { return MATH_SCRIPT_CODE; }
-
+       ///
+       void validate(LaTeXFeatures &features) const;
 protected:
        virtual void doDispatch(Cursor & cur, FuncRequest & cmd);
 private: