]> git.lyx.org Git - features.git/commitdiff
Parse tikzpicture env. correctly (bug #9011)
authorGeorg Baum <baum@lyx.org>
Sat, 3 Jan 2015 16:21:14 +0000 (17:21 +0100)
committerGeorg Baum <baum@lyx.org>
Sat, 3 Jan 2015 16:21:14 +0000 (17:21 +0100)
lib/syntax.default
status.21x

index f18ea74b795e729d59a251bd5704881c1a5b9f5f..5a94049eeef6c31d9e9ceeff75ec9f78322af6fc 100644 (file)
@@ -706,6 +706,7 @@ bibunit[]{translate}
 psmatrix[]{}
 theorem[]{translate} % from amsthm.sty and probably others
 thebibliography{}
+tikzpicture[]{}
 \end{environments}
 
 % Environments that start math mode.
index db7e55f4112a9b3fb4d54f8a0c6e574b6a9486a0..b7ff3f389872d090ea9e8fea1663b2d3feb0a8d0 100644 (file)
@@ -184,6 +184,8 @@ What's new
 
 - Do not ignore table columns with unknown column specifiers (bug 9311).
 
+- Parse tikzpicture environment correctly (bug 9011).
+
 
 
 * ADVANCED FIND AND REPLACE