]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/formula.C
updates to latexfeatures stuff; allow empty \document_path
[lyx.git] / src / mathed / formula.C
index 37fb7351b3a42c72b86736aa3cb6010deaffdb06..40fbf3d7ad5831b6ab80db9d23bd9fc857118a63 100644 (file)
@@ -503,7 +503,6 @@ InsetFormula::localDispatch(BufferView * bv, kb_action action,
 
 bool needEqnArray(string const & extra)
 {
-       return false;
        return extra == "dsolve";
 }