X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FInsetMathRoot.h;h=18bacbbf18888bc825da8c080217ea50c9d50733;hb=c9609fe56a2deb40f001503c2fd707c990a2e0e2;hp=cfcac0a7f3189b68bf368cbd8fd6093e3009c7ae;hpb=c060a85d811674888c31db9ee0407d8b5cc37b6e;p=lyx.git diff --git a/src/mathed/InsetMathRoot.h b/src/mathed/InsetMathRoot.h index cfcac0a7f3..18bacbbf18 100644 --- a/src/mathed/InsetMathRoot.h +++ b/src/mathed/InsetMathRoot.h @@ -38,6 +38,8 @@ public: /// void mathmlize(MathStream &) const; /// + void htmlize(HtmlStream &) const; + /// void maple(MapleStream &) const; /// void mathematica(MathematicaStream &) const; @@ -45,6 +47,8 @@ public: void octave(OctaveStream &) const; /// InsetCode lyxCode() const { return MATH_ROOT_CODE; } + /// + void validate(LaTeXFeatures &) const; private: virtual Inset * clone() const;