diff options
author | Karl Berry <karl@freefriends.org> | 2019-10-05 20:50:20 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-10-05 20:50:20 +0000 |
commit | 381c8fa423c49ec2229d11d4c3d2f005d1756787 (patch) | |
tree | 7fbb0031992740f3e3836383afabd79f4c385bf7 /Master/texmf-dist/source/latex | |
parent | 1891a47167e1e153a4175f7a58e384bf5d700e16 (diff) |
nicematrix (5oct19)
git-svn-id: svn://tug.org/texlive/trunk@52296 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex')
-rw-r--r-- | Master/texmf-dist/source/latex/nicematrix/nicematrix.dtx | 20 |
1 files changed, 17 insertions, 3 deletions
diff --git a/Master/texmf-dist/source/latex/nicematrix/nicematrix.dtx b/Master/texmf-dist/source/latex/nicematrix/nicematrix.dtx index 44a38c9a0bd..831a7fca85d 100644 --- a/Master/texmf-dist/source/latex/nicematrix/nicematrix.dtx +++ b/Master/texmf-dist/source/latex/nicematrix/nicematrix.dtx @@ -15,8 +15,8 @@ % % \fi % \iffalse -\def\myfileversion{3.3} -\def\myfiledate{2019/10/01} +\def\myfileversion{3.4} +\def\myfiledate{2019/10/05} % % %<*batchfile> @@ -3721,7 +3721,11 @@ c & c & b & a & e % options |overlay| and |remember picture|, there would be errors). % \begin{macrocode} \cs_if_exist:NT \tikz@library@external@loaded - { \tikzset { external / export = false } } + { + \tikzset { external / export = false } + \cs_if_exist:NT \ifstandalone + { \tikzset { external / optimize = false } } + } % \end{macrocode} % % We increment the counter |\g_@@_env_int| which counts the environments @@ -6891,6 +6895,16 @@ c & c & b & a & e % % The previous version of \pkg{nicematrix} was incompatible with a recent % version of \pkg{expl3} (released 2019/09/30). This version is compatible. +% +% +% \subsection*{Changes between version 3.3 and 3.4} +% +% Following a discussion on TeX StackExchange\footnote{cf. +% |tex.stackexchange.com/questions/510841/nicematrix-and-tikz-external-optimize|}, +% optimization of Tikz externalization is disabled in the environments of +% \pkg{nicematrix} when the class \cls{standalone} or the package \pkg{standalone} is used. +% +% % % \PrintIndex % |