X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FInsetMathBox.h;h=2f6ba483d9794bb18a44e3cb712c57eb1982a84b;hb=2acc4fc54c178744467b89b469f10bda90bb0310;hp=5a958f4b7845eedcc561b16145aa4b9c236785bf;hpb=eb17e9c3623e941afd470f969b11820c73b021b5;p=lyx.git diff --git a/src/mathed/InsetMathBox.h b/src/mathed/InsetMathBox.h index 5a958f4b78..2f6ba483d9 100644 --- a/src/mathed/InsetMathBox.h +++ b/src/mathed/InsetMathBox.h @@ -14,8 +14,6 @@ #include "InsetMathNest.h" -#include - namespace lyx { @@ -37,6 +35,8 @@ public: /// void mathmlize(MathStream & ms) const; /// + void htmlize(HtmlStream & ms) const; + /// void infoize(odocstream & os) const; /// void validate(LaTeXFeatures & features) const; @@ -68,6 +68,8 @@ public: /// void mathmlize(MathStream & ms) const; /// + void htmlize(HtmlStream & ms) const; + /// void infoize(odocstream & os) const; /// void validate(LaTeXFeatures & features) const; @@ -93,6 +95,8 @@ public: /// void mathmlize(MathStream & ms) const; /// + void htmlize(HtmlStream & ms) const; + /// mode_type currentMode() const { return TEXT_MODE; } /// void infoize(odocstream & os) const; @@ -121,6 +125,8 @@ public: void write(WriteStream & os) const; /// void mathmlize(MathStream & ms) const; + /// + void htmlize(HtmlStream & ms) const; /// write normalized content void normalize(NormalStream & ns) const; ///