texlive[67665] Master/texmf-dist: nicematrix (18jul23)

commits+karl at tug.org commits+karl at tug.org
Tue Jul 18 21:50:06 CEST 2023


Revision: 67665
          http://tug.org/svn/texlive?view=revision&revision=67665
Author:   karl
Date:     2023-07-18 21:50:06 +0200 (Tue, 18 Jul 2023)
Log Message:
-----------
nicematrix (18jul23)

Modified Paths:
--------------
    trunk/Master/texmf-dist/doc/latex/nicematrix/nicematrix-code.pdf
    trunk/Master/texmf-dist/doc/latex/nicematrix/nicematrix-french.pdf
    trunk/Master/texmf-dist/doc/latex/nicematrix/nicematrix.pdf
    trunk/Master/texmf-dist/source/latex/nicematrix/nicematrix-code.dtx
    trunk/Master/texmf-dist/tex/latex/nicematrix/nicematrix.sty

Modified: trunk/Master/texmf-dist/doc/latex/nicematrix/nicematrix-code.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/doc/latex/nicematrix/nicematrix-french.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/doc/latex/nicematrix/nicematrix.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/source/latex/nicematrix/nicematrix-code.dtx
===================================================================
--- trunk/Master/texmf-dist/source/latex/nicematrix/nicematrix-code.dtx	2023-07-18 18:07:30 UTC (rev 67664)
+++ trunk/Master/texmf-dist/source/latex/nicematrix/nicematrix-code.dtx	2023-07-18 19:50:06 UTC (rev 67665)
@@ -17,8 +17,8 @@
 %
 % \fi
 % \iffalse
-\def\myfileversion{6.21}
-\def\myfiledate{2023/07/14}
+\def\myfileversion{6.21a}
+\def\myfiledate{2023/07/17}
 %
 %
 %<*batchfile>
@@ -1045,7 +1045,7 @@
 %    \end{macrocode}
 %
 % \bigskip
-% The so-called `\CodeBefore` is splitted in two parts because we want to control
+% The so-called |\CodeBefore| is splitted in two parts because we want to control
 % the order of execution of some instructions.
 %    \begin{macrocode} 
 \tl_new:N \g_@@_pre_code_before_tl
@@ -1056,13 +1056,13 @@
 % |\Body|. 
 % 
 % \bigskip
-% The so-called `\CodeAfter` is splitted in two parts because we want to control
+% The so-called |\CodeAfter| is splitted in two parts because we want to control
 % the order of execution of some instructions.
 %    \begin{macrocode}
 \tl_new:N \g_@@_pre_code_after_tl
 \tl_new:N \g_nicematrix_code_after_tl
 %    \end{macrocode}
-% The `\CodeAfter` provided by the final user (with the key |code-after| or the
+% The |\CodeAfter| provided by the final user (with the key |code-after| or the
 % keyword |\CodeAfter|) will be stored in the second token list.
 %
 % \bigskip
@@ -9209,7 +9209,7 @@
     \tl_set_rescan:Nno  \l_@@_argspec_tl { } \l_@@_argspec_tl
     \exp_args:NNV \NewDocumentCommand \@@_Vdotsfor: \l_@@_argspec_tl
       {
-        \bool_gset_true:N \g_@@_empty_cell_bool % added 
+        \bool_gset_true:N \g_@@_empty_cell_bool 
         \tl_gput_right:Nx \g_@@_HVdotsfor_lines_tl
           {
             \@@_Vdotsfor:nnnn 
@@ -9239,7 +9239,7 @@
 %    \end{macrocode}
 % For the row, it's a bit more complicated.
 %    \begin{macrocode}
-    \int_compare:nNnTF #1 = 1
+    \int_compare:nNnTF { #1 } = 1
       { 
         \int_set:Nn \l_@@_initial_i_int 1
         \bool_set_true:N \l_@@_initial_open_bool

Modified: trunk/Master/texmf-dist/tex/latex/nicematrix/nicematrix.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/nicematrix/nicematrix.sty	2023-07-18 18:07:30 UTC (rev 67664)
+++ trunk/Master/texmf-dist/tex/latex/nicematrix/nicematrix.sty	2023-07-18 19:50:06 UTC (rev 67665)
@@ -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{6.21}
-\def\myfiledate{2023/07/14}
+\def\myfileversion{6.21a}
+\def\myfiledate{2023/07/17}
 \RequirePackage{pgfcore}
 \usepgfmodule{shapes}
 \RequirePackage{l3keys2e}
@@ -4846,7 +4846,7 @@
     \tl_set_rescan:Nno  \l__nicematrix_argspec_tl { } \l__nicematrix_argspec_tl
     \exp_args:NNV \NewDocumentCommand \__nicematrix_Vdotsfor: \l__nicematrix_argspec_tl
       {
-        \bool_gset_true:N \g__nicematrix_empty_cell_bool % added
+        \bool_gset_true:N \g__nicematrix_empty_cell_bool
         \tl_gput_right:Nx \g__nicematrix_HVdotsfor_lines_tl
           {
             \__nicematrix_Vdotsfor:nnnn
@@ -4866,7 +4866,7 @@
     \bool_set_false:N \l__nicematrix_final_open_bool
     \int_set:Nn \l__nicematrix_initial_j_int { #2 }
     \int_set_eq:NN \l__nicematrix_final_j_int \l__nicematrix_initial_j_int
-    \int_compare:nNnTF #1 = 1
+    \int_compare:nNnTF { #1 } = 1
       {
         \int_set:Nn \l__nicematrix_initial_i_int 1
         \bool_set_true:N \l__nicematrix_initial_open_bool



More information about the tex-live-commits mailing list.