]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathComment.h
Add \makeat switches to babel settings if necessary.
[lyx.git] / src / mathed / InsetMathComment.h
index bb775a74cb13e82fa94455faf68b5e9cc61258aa..fa33c630914ec1ff251cf02dbfabfb8126eb6bbe 100644 (file)
@@ -40,12 +40,14 @@ public:
        ///
        void maple(MapleStream &) const;
        ///
-       void mathematica(MathematicaStream &) const;
+       void mathematica(MathematicaStream &) const {}
        ///
-       void octave(OctaveStream &) const;
+       void octave(OctaveStream &) const {}
        ///
        void mathmlize(MathStream &) const;
        ///
+       void htmlize(HtmlStream &) const;
+       ///
        void infoize(odocstream & os) const;
        ///
        InsetCode lyxCode() const { return MATH_COMMENT_CODE; }