]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathFont.h
Combine OutlineIn and OutlineOut blocks
[lyx.git] / src / mathed / InsetMathFont.h
index e687bc0ede2b861de3119fcc0b51090e20493310..88c83165e94dd95140ae96f2f8c4fd611e165f4f 100644 (file)
@@ -46,6 +46,10 @@ public:
        ///
        void validate(LaTeXFeatures & features) const;
        ///
+       void mathmlize(MathStream &) const;
+       ///
+       void htmlize(HtmlStream &) const;
+       ///
        void infoize(odocstream & os) const;
        ///
        int kerning(BufferView const * bv) const { return cell(0).kerning(bv); }