From d0e3b160872236c22d9a94dd242e0ae64d21327a Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sat, 21 Sep 2019 21:51:57 +0000 Subject: nicematrix (21sep19) git-svn-id: svn://tug.org/texlive/trunk@52143 c570f23f-e606-0410-a88d-b1316a301751 --- .../doc/latex/nicematrix/nicematrix-french.pdf | Bin 316714 -> 316720 bytes .../texmf-dist/doc/latex/nicematrix/nicematrix.pdf | Bin 669704 -> 671681 bytes .../source/latex/nicematrix/nicematrix.dtx | 31 +++++++++++++-------- .../texmf-dist/tex/latex/nicematrix/nicematrix.sty | 8 +++--- 4 files changed, 24 insertions(+), 15 deletions(-) (limited to 'Master/texmf-dist') 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 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 28f11a261ce..690f05bce7a 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 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 } -- cgit v1.2.3