]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathBig.h
Account for old versions of Pygments
[lyx.git] / src / mathed / InsetMathBig.h
index e42582c53124d72a968c4bcb38af920d32362a77..83010a92600938a5e606126cced77a1e30865641 100644 (file)
@@ -24,6 +24,8 @@ public:
        InsetMathBig(docstring const & name, docstring const & delim);
        ///
        docstring name() const;
+       /// class is different for l(eft), r(ight) and m(iddle)
+       MathClass mathClass() const;
        ///
        void metrics(MetricsInfo & mi, Dimension & dim) const;
        ///
@@ -50,6 +52,8 @@ private:
        size_type size() const;
        ///
        double increase() const;
+       /// name with leading backslash stripped
+       docstring word() const;
 
        /// \\bigl or what?
        docstring const name_;