X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FInsetMathPhantom.h;h=8221171b1d4330987812efe3dd856a94c0d5ea8d;hb=efaae780dbbe3685e26e040ed4255e5abf268106;hp=9cce40df23bf3cbaff76f079af7fcab1eb17dc06;hpb=ea44f30077e3a1bb27bdf4a465f59046b2998150;p=lyx.git diff --git a/src/mathed/InsetMathPhantom.h b/src/mathed/InsetMathPhantom.h index 9cce40df23..8221171b1d 100644 --- a/src/mathed/InsetMathPhantom.h +++ b/src/mathed/InsetMathPhantom.h @@ -23,7 +23,11 @@ public: enum Kind { phantom, vphantom, - hphantom + hphantom, + smash, + mathclap, + mathllap, + mathrlap }; /// explicit InsetMathPhantom(Buffer * buf, Kind); @@ -43,6 +47,10 @@ public: void mathmlize(MathStream &) const {} /// Nothing for HTML void htmlize(HtmlStream &) const {} + /// request "external features" + void validate(LaTeXFeatures & features) const; + /// Does the contents appear in LaTeX output? + bool visibleContents() const; private: ///