]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/formula.C
whichFont down to 5.3%
[lyx.git] / src / mathed / formula.C
index 37fb7351b3a42c72b86736aa3cb6010deaffdb06..1fb6fdb7a06d1e6ce8e2a678cca5d9b7a0bdf686 100644 (file)
@@ -196,7 +196,7 @@ namespace {
                out = out.substr(6);
 
                // parse output as matrix or single number
-               MathAtom at(new MathArrayInset(out));
+               MathAtom at(new MathArrayInset("array", out));
                MathArrayInset const * mat = at.nucleus()->asArrayInset();
                MathArray res;
                if (mat->ncols() == 1 && mat->nrows() == 1)
@@ -503,7 +503,6 @@ InsetFormula::localDispatch(BufferView * bv, kb_action action,
 
 bool needEqnArray(string const & extra)
 {
-       return false;
        return extra == "dsolve";
 }