]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathFont.h
listerrors.lyx : Update a link.
[lyx.git] / src / mathed / InsetMathFont.h
index e002ad1a11e42e264bb49ba73cb95554814fd3ef..88c83165e94dd95140ae96f2f8c4fd611e165f4f 100644 (file)
@@ -24,7 +24,7 @@ class latexkeys;
 class InsetMathFont : public InsetMathNest {
 public:
        ///
-       explicit InsetMathFont(latexkeys const * key);
+       explicit InsetMathFont(Buffer * buf, latexkeys const * key);
        ///
        InsetMathFont * asFontInset() { return this; }
        ///
@@ -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); }