]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/MathFactory.C
Support lgathered and rgathered math environments
[lyx.git] / src / mathed / MathFactory.C
index 6a3fb9d9891d6fe78742d59175be34a1ff4241bd..e9e40b4f49484d82910f68734ed4e6a1d9e7654b 100644 (file)
@@ -275,6 +275,8 @@ MathAtom createInsetMath(string const & s)
                        return MathAtom(new InsetMathFontOld(l));
                if (inset == "matrix")
                        return MathAtom(new InsetMathAMSArray(s));
+               if (inset == "split")
+                       return MathAtom(new InsetMathSplit(s));
                if (inset == "big")
                        // we can't create a InsetMathBig, since the argument
                        // is missing.