texlive[52143] Master/texmf-dist: nicematrix (21sep19)

commits+karl at tug.org commits+karl at tug.org
Sat Sep 21 23:51:57 CEST 2019


Revision: 52143
          http://tug.org/svn/texlive?view=revision&revision=52143
Author:   karl
Date:     2019-09-21 23:51:57 +0200 (Sat, 21 Sep 2019)
Log Message:
-----------
nicematrix (21sep19)

Modified Paths:
--------------
    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.dtx
    trunk/Master/texmf-dist/tex/latex/nicematrix/nicematrix.sty

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.dtx
===================================================================
--- trunk/Master/texmf-dist/source/latex/nicematrix/nicematrix.dtx	2019-09-21 21:51:43 UTC (rev 52142)
+++ trunk/Master/texmf-dist/source/latex/nicematrix/nicematrix.dtx	2019-09-21 21:51:57 UTC (rev 52143)
@@ -1,4 +1,4 @@
-% \iffalse meta-comment
+% \iffalse meta-comment
 %
 % Copyright (C) 2018-2019 by F. Pantigny
 % -----------------------------------
@@ -15,8 +15,8 @@
 %
 % \fi
 % \iffalse
-\def\myfileversion{3.2}
-\def\myfiledate{2019/09/19}
+\def\myfileversion{3.2a}
+\def\myfiledate{2019/09/21}
 %
 %
 %<*batchfile>
@@ -88,13 +88,15 @@
 % \title{The package \pkg{nicematrix}\thanks{This document corresponds to the version~\myfileversion\space of \pkg{nicematrix},
 % at the date of~\myfiledate.}} \author{F. Pantigny \\ \texttt{fpantigny at wanadoo.fr}}
 %
-% \hypersetup{
-%   pdfinfo = {
-%      Title = { The extension 'nicematrix' },
-%      Subject = { A LaTeX extension } ,
-%      Author = { F. Pantigny }
+% \hypersetup
+%   {
+%     pdfinfo = 
+%      {
+%        Title = { The extension 'nicematrix' } ,
+%        Subject = { A LaTeX extension } ,
+%        Author = { F. Pantigny }
+%      }
 %   }
-% }
 %
 %
 % \maketitle
@@ -3041,7 +3043,8 @@
 %
 % \bigskip
 %    \begin{macrocode}
-    unknown .code:n  = \@@_error:n { Unknown~key~for~NiceMatrixOptions } }
+    unknown .code:n  = \@@_error:n { Unknown~key~for~NiceMatrixOptions } 
+  }
 %    \end{macrocode}
 %
 %
@@ -3199,7 +3202,7 @@
     \hbox_set_end:
 %    \end{macrocode}
 %
-% We want to compute in |\l_@@_max_cell_width_dim| the width of the widest cell
+% We want to compute in |\g_@@_max_cell_width_dim| the width of the widest cell
 % of the array (except the cells of the ``first column'' and the ``last
 % column''). 
 % 
@@ -6964,6 +6967,12 @@
 % of an array when |pdflatex| was used with \pkg{french-babel} (because
 % \pkg{french-babel} activates the colon in the beginning of the document).
 % 
+%
+% \subsection*{Changes between version 3.1 and 3.2 (and 3.2a)}
+%
+% Option |small|.
+%
+%
 % \PrintIndex
 % 
 % \tableofcontents

Modified: trunk/Master/texmf-dist/tex/latex/nicematrix/nicematrix.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/nicematrix/nicematrix.sty	2019-09-21 21:51:43 UTC (rev 52142)
+++ trunk/Master/texmf-dist/tex/latex/nicematrix/nicematrix.sty	2019-09-21 21:51:57 UTC (rev 52143)
@@ -18,9 +18,8 @@
 %% and version 1.3 or later is part of all distributions of
 %% LaTeX version 2005/12/01 or later.
 %% 
-% \iffalse meta-comment
-\def\myfileversion{3.2}
-\def\myfiledate{2019/09/19}
+\def\myfileversion{3.2a}
+\def\myfiledate{2019/09/21}
 \RequirePackage{tikz}
 \usetikzlibrary{fit}
 \RequirePackage{expl3}[2019/02/15]
@@ -269,7 +268,8 @@
       } ,
     letter-for-dotted-lines .value_required:n = true ,
     letter-for-dotted-lines .initial:n = \c_colon_str ,
-    unknown .code:n  = \__nm_error:n { Unknown~key~for~NiceMatrixOptions } }
+    unknown .code:n  = \__nm_error:n { Unknown~key~for~NiceMatrixOptions }
+  }
 \NewDocumentCommand \NiceMatrixOptions { m }
   { \keys_set:nn { NiceMatrix / NiceMatrixOptions } { #1 } }
 \keys_define:nn { NiceMatrix / NiceMatrix }



More information about the tex-live-commits mailing list