]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/MathFactory.cpp
Fix bug 5802 (http://bugzilla.lyx.org/show_bug.cgi?id=5802)
[lyx.git] / src / mathed / MathFactory.cpp
index 943c7e8ff6b90d0d5354e0c0e5790fd682bccb2f..16b6a2e28d7ca4fd7a37c12accae2ea816b93170 100644 (file)
@@ -447,6 +447,8 @@ MathAtom createInsetMath(docstring const & s)
                return MathAtom(new InsetMathColor(true));
        if (s == "textcolor")
                return MathAtom(new InsetMathColor(false));
+       if (s == "cfrac")
+               return MathAtom(new InsetMathCFrac);
        if (s == "dfrac")
                return MathAtom(new InsetMathDFrac);
        if (s == "tfrac")