commit 202e848a0e87a16c368c8fcf4f604a10e9a2b4d1
Author: Georg Baum <[email protected]>
Date: Sat Jan 3 17:21:14 2015 +0100
Parse tikzpicture env. correctly (bug #9011)
diff --git a/lib/syntax.default b/lib/syntax.default
index f18ea74..5a94049 100644
--- a/lib/syntax.default
+++ b/lib/syntax.default
@@ -706,6 +706,7 @@ bibunit[]{translate}
psmatrix[]{}
theorem[]{translate} % from amsthm.sty and probably others
thebibliography{}
+tikzpicture[]{}
\end{environments}
% Environments that start math mode.
diff --git a/status.21x b/status.21x
index db7e55f..b7ff3f3 100644
--- a/status.21x
+++ b/status.21x
@@ -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