]> git.lyx.org Git - features.git/commitdiff
Fix bug 8396: Wrong import of \xymatrix
authorGeorg Baum <baum@lyx.org>
Mon, 29 Oct 2012 19:52:22 +0000 (20:52 +0100)
committerGeorg Baum <baum@lyx.org>
Mon, 29 Oct 2012 19:52:22 +0000 (20:52 +0100)
lib/syntax.default
status.20x

index 62c4eea4d23223ef488bdeeef000af1b44001ba6..f18ea74b795e729d59a251bd5704881c1a5b9f5f 100644 (file)
@@ -695,6 +695,7 @@ $$
 \vspace{}
 \vspace*{}
 \whiledo{}{}
+\xymatrix{} % this is basically an array => the contents would be parsed badly (bug 8396)
 
 % LaTeX environments.
 % They have always one extra "argument":
index 09f3c18ddff13178b75b8b8e5cbb7fddae82dbdf..0e3729b0027d27f89a7f662af734c74528d56ced 100644 (file)
@@ -229,6 +229,8 @@ What's new
 
 - Fix bug that language change commands were not always recognized (bug 8210).
 
+- Fix wrong import of \xymatrix (bug 8396).
+
 
 * ADVANCED FIND AND REPLACE