X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FInsetMathFont.h;h=88c83165e94dd95140ae96f2f8c4fd611e165f4f;hb=55a3dd7b346d29a52ba305a4558e9e380ef50f47;hp=e002ad1a11e42e264bb49ba73cb95554814fd3ef;hpb=0facb603fefec1ecc927f77bcf6228ca1f035444;p=lyx.git diff --git a/src/mathed/InsetMathFont.h b/src/mathed/InsetMathFont.h index e002ad1a11..88c83165e9 100644 --- a/src/mathed/InsetMathFont.h +++ b/src/mathed/InsetMathFont.h @@ -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); }