]> git.lyx.org Git - features.git/blobdiff - src/mathed/MathFactory.cpp
Rm dup "Float" in "Insert>Float>Figure Wrap Float"
[features.git] / src / mathed / MathFactory.cpp
index 18e4c06f0ad6aa5b612c90b6a0ae64618e2df31a..08f0b01e392157de8546663066a5f9366c4aaa60 100644 (file)
@@ -624,6 +624,8 @@ MathAtom createInsetMath(docstring const & s, Buffer * buf)
                return MathAtom(new InsetMathFrac(buf, InsetMathFrac::CFRACLEFT));
        if (s == "cfracright")
                return MathAtom(new InsetMathFrac(buf, InsetMathFrac::CFRACRIGHT));
+       if (s == "case") // TODO: only if class is aastex(6|62)
+               return MathAtom(new InsetMathFrac(buf, InsetMathFrac::AASTEX_CASE));
        //if (s == "infer")
        //      return MathAtom(new MathInferInset);
        if (s == "atop")