diff options
author | Karl Berry <karl@freefriends.org> | 2019-09-21 21:51:57 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-09-21 21:51:57 +0000 |
commit | d0e3b160872236c22d9a94dd242e0ae64d21327a (patch) | |
tree | 3cf69e8a8473890451674a1177b77269fe0b11a2 /Master/texmf-dist/tex/latex | |
parent | c359016aa35ad35afb7a7012ed858c14db227cb5 (diff) |
nicematrix (21sep19)
git-svn-id: svn://tug.org/texlive/trunk@52143 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex')
-rw-r--r-- | Master/texmf-dist/tex/latex/nicematrix/nicematrix.sty | 8 |
1 files changed, 4 insertions, 4 deletions
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 } |