From: Georg Baum Date: Sat, 3 Jan 2015 16:21:14 +0000 (+0100) Subject: Parse tikzpicture env. correctly (bug #9011) X-Git-Tag: 2.1.3~42 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=202e848a0e87a16c368c8fcf4f604a10e9a2b4d1;p=features.git Parse tikzpicture env. correctly (bug #9011) --- diff --git a/lib/syntax.default b/lib/syntax.default index f18ea74b79..5a94049eee 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 db7e55f411..b7ff3f3898 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