From 202e848a0e87a16c368c8fcf4f604a10e9a2b4d1 Mon Sep 17 00:00:00 2001 From: Georg Baum Date: Sat, 3 Jan 2015 17:21:14 +0100 Subject: [PATCH] Parse tikzpicture env. correctly (bug #9011) --- lib/syntax.default | 1 + status.21x | 2 ++ 2 files changed, 3 insertions(+) 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 -- 2.39.5