]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_parser.C
updates to latexfeatures stuff; allow empty \document_path
[lyx.git] / src / mathed / math_parser.C
index 5c6cbc9d3c6325d0a1257c756210d01db793e363..3c3630318d93f8ceb8962e4acae0424f829acb8f 100644 (file)
@@ -948,8 +948,8 @@ void Parser::parse_into(MathArray & array, unsigned flags, MathTextCodes code)
                        return;
                }
 
-/*
                // Disabled
+#if 0
                else if (t.cs() == "mbox") {
                        array.push_back(createMathInset(t.cs()));
                        // slurp in the argument of mbox
@@ -957,7 +957,8 @@ void Parser::parse_into(MathArray & array, unsigned flags, MathTextCodes code)
                        MathBoxInset * p = array.back()->asBoxInset();
                        //lyx::assert(p);
                }
-*/
+#endif
+
        
                else if (t.cs().size()) {
                        latexkeys const * l = in_word_set(t.cs());