]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathPhantom.h
Improve the list of equations
[lyx.git] / src / mathed / InsetMathPhantom.h
index 9cce40df23bf3cbaff76f079af7fcab1eb17dc06..63b8ea28de772844ef04f35b64132e74d3dcb258 100644 (file)
@@ -23,7 +23,13 @@ public:
        enum Kind {
                phantom,
                vphantom,
-               hphantom
+               hphantom,
+               smash,
+               smasht,
+               smashb,
+               mathclap,
+               mathllap,
+               mathrlap
        };
        ///
        explicit InsetMathPhantom(Buffer * buf, Kind);
@@ -43,6 +49,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:
        ///