]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/MathMacro.h
Substack support for XHTML.
[lyx.git] / src / mathed / MathMacro.h
index b431a9a9a516c9344117d618cab328cd3ee6ae72..1e9536321fa8628ca039f6981855e76cb69ef342 100644 (file)
@@ -69,10 +69,14 @@ public:
        ///
        void write(WriteStream & os) const;
        ///
+       void normalize(NormalStream & os) const;
+       ///
        void maple(MapleStream &) const;
        ///
        void mathmlize(MathStream &) const;
        ///
+       void htmlize(HtmlStream &) const;
+       ///
        void octave(OctaveStream &) const;
        ///
        void infoize(odocstream &) const;
@@ -90,7 +94,7 @@ public:
                DISPLAY_INIT,
                DISPLAY_INTERACTIVE_INIT,
                DISPLAY_UNFOLDED,
-               DISPLAY_NORMAL,
+               DISPLAY_NORMAL
        };
 
        ///