summaryrefslogtreecommitdiff
path: root/Master
diff options
context:
space:
mode:
Diffstat (limited to 'Master')
-rw-r--r--Master/texmf-dist/doc/latex/nicematrix/nicematrix-french.pdfbin316714 -> 316720 bytes
-rw-r--r--Master/texmf-dist/doc/latex/nicematrix/nicematrix.pdfbin669704 -> 671681 bytes
-rw-r--r--Master/texmf-dist/source/latex/nicematrix/nicematrix.dtx31
-rw-r--r--Master/texmf-dist/tex/latex/nicematrix/nicematrix.sty8
4 files changed, 24 insertions, 15 deletions
diff --git a/Master/texmf-dist/doc/latex/nicematrix/nicematrix-french.pdf b/Master/texmf-dist/doc/latex/nicematrix/nicematrix-french.pdf
index 6f7655d1747..735084e1e56 100644
--- a/Master/texmf-dist/doc/latex/nicematrix/nicematrix-french.pdf
+++ b/Master/texmf-dist/doc/latex/nicematrix/nicematrix-french.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/nicematrix/nicematrix.pdf b/Master/texmf-dist/doc/latex/nicematrix/nicematrix.pdf
index 28f11a261ce..690f05bce7a 100644
--- a/Master/texmf-dist/doc/latex/nicematrix/nicematrix.pdf
+++ b/Master/texmf-dist/doc/latex/nicematrix/nicematrix.pdf
Binary files differ
diff --git a/Master/texmf-dist/source/latex/nicematrix/nicematrix.dtx b/Master/texmf-dist/source/latex/nicematrix/nicematrix.dtx
index 6c750cab7f0..684b34c5b46 100644
--- a/Master/texmf-dist/source/latex/nicematrix/nicematrix.dtx
+++ b/Master/texmf-dist/source/latex/nicematrix/nicematrix.dtx
@@ -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 @@ c & c & b & a & e
% \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@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 @@ c & c & b & a & e
%
% \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 @@ c & c & b & a & e
\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 @@ c & c & b & a & e
% 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
diff --git a/Master/texmf-dist/tex/latex/nicematrix/nicematrix.sty b/Master/texmf-dist/tex/latex/nicematrix/nicematrix.sty
index 37d5a35b98a..60dba930365 100644
--- a/Master/texmf-dist/tex/latex/nicematrix/nicematrix.sty
+++ b/Master/texmf-dist/tex/latex/nicematrix/nicematrix.sty
@@ -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 }