From 381c8fa423c49ec2229d11d4c3d2f005d1756787 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sat, 5 Oct 2019 20:50:20 +0000 Subject: nicematrix (5oct19) git-svn-id: svn://tug.org/texlive/trunk@52296 c570f23f-e606-0410-a88d-b1316a301751 --- .../doc/latex/nicematrix/nicematrix-french.pdf | Bin 313809 -> 313943 bytes .../texmf-dist/doc/latex/nicematrix/nicematrix.pdf | Bin 654887 -> 656408 bytes .../source/latex/nicematrix/nicematrix.dtx | 20 +++++++++++++++++--- .../texmf-dist/tex/latex/nicematrix/nicematrix.sty | 10 +++++++--- 4 files changed, 24 insertions(+), 6 deletions(-) diff --git a/Master/texmf-dist/doc/latex/nicematrix/nicematrix-french.pdf b/Master/texmf-dist/doc/latex/nicematrix/nicematrix-french.pdf index 8829f14771d..c288f665cc0 100644 Binary files a/Master/texmf-dist/doc/latex/nicematrix/nicematrix-french.pdf and b/Master/texmf-dist/doc/latex/nicematrix/nicematrix-french.pdf differ diff --git a/Master/texmf-dist/doc/latex/nicematrix/nicematrix.pdf b/Master/texmf-dist/doc/latex/nicematrix/nicematrix.pdf index b635371dec3..74ad63b6d37 100644 Binary files a/Master/texmf-dist/doc/latex/nicematrix/nicematrix.pdf and b/Master/texmf-dist/doc/latex/nicematrix/nicematrix.pdf differ 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 % diff --git a/Master/texmf-dist/tex/latex/nicematrix/nicematrix.sty b/Master/texmf-dist/tex/latex/nicematrix/nicematrix.sty index 58aae5cd837..9647cf9f4b5 100644 --- a/Master/texmf-dist/tex/latex/nicematrix/nicematrix.sty +++ b/Master/texmf-dist/tex/latex/nicematrix/nicematrix.sty @@ -18,8 +18,8 @@ %% and version 1.3 or later is part of all distributions of %% LaTeX version 2005/12/01 or later. %% -\def\myfileversion{3.3} -\def\myfiledate{2019/10/01} +\def\myfileversion{3.4} +\def\myfiledate{2019/10/05} \RequirePackage{tikz} \usetikzlibrary{fit} \RequirePackage{expl3}[2019/02/15] @@ -583,7 +583,11 @@ \bool_if:NT \l__nm_in_env_bool { \__nm_fatal:n { Yet~in~env } } \bool_set_true:N \l__nm_in_env_bool \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 } } + } \int_gincr:N \g__nm_env_int \bool_if:NF \l__nm_block_auto_columns_width_bool { \dim_gzero_new:N \g__nm_max_cell_width_dim } -- cgit v1.2.3