From 97e209dcd0fde3344f46c73684ab43a68e9c0387 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sun, 5 Aug 2018 21:01:54 +0000 Subject: multirow (5aug18) git-svn-id: svn://tug.org/texlive/trunk@48354 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/latex/multirow/README | 6 +++--- Master/texmf-dist/doc/latex/multirow/multirow.pdf | Bin 607912 -> 614827 bytes .../texmf-dist/source/latex/multirow/multirow.dtx | 19 ++++++++++++++----- Master/texmf-dist/tex/latex/multirow/bigdelim.sty | 8 ++++---- Master/texmf-dist/tex/latex/multirow/bigstrut.sty | 4 ++-- Master/texmf-dist/tex/latex/multirow/multirow.sty | 4 ++-- 6 files changed, 25 insertions(+), 16 deletions(-) diff --git a/Master/texmf-dist/doc/latex/multirow/README b/Master/texmf-dist/doc/latex/multirow/README index 489418db201..34f4ee74aef 100644 --- a/Master/texmf-dist/doc/latex/multirow/README +++ b/Master/texmf-dist/doc/latex/multirow/README @@ -1,6 +1,6 @@ -multirow.sty 2016/11/25 v2.2 -bigstruts.sty 2016/11/25 v2.2 -bigdelim.sty 2016/11/25 v2.2 +multirow.sty 2018/08/03 v2.3 +bigstruts.sty 2018/08/03 v2.3 +bigdelim.sty 2018/08/03 v2.3 Original Author: Jerry Leichter Current Author: Piet van Oostrum diff --git a/Master/texmf-dist/doc/latex/multirow/multirow.pdf b/Master/texmf-dist/doc/latex/multirow/multirow.pdf index 113f0273016..bc34d7b38a6 100644 Binary files a/Master/texmf-dist/doc/latex/multirow/multirow.pdf and b/Master/texmf-dist/doc/latex/multirow/multirow.pdf differ diff --git a/Master/texmf-dist/source/latex/multirow/multirow.dtx b/Master/texmf-dist/source/latex/multirow/multirow.dtx index 336e682858e..d79141407b5 100644 --- a/Master/texmf-dist/source/latex/multirow/multirow.dtx +++ b/Master/texmf-dist/source/latex/multirow/multirow.dtx @@ -1,7 +1,7 @@ % \iffalse meta-comment % % Parts of this file, Copyright (C) 1994 by Jerry Leichter -% Copyright (C) 2016 by Piet van Oostrum +% Copyright (C) 2016, 2018 by Piet van Oostrum % ------------------------------------------------------- % % This file may be distributed and/or modified under the @@ -24,7 +24,7 @@ % %%% Copyright (C) 1994 by Jerry Leichter %%% Copyright (C) 1994 by \O ystein Bache -%% Copyright (C) 2016 by Piet van Oostrum +%% Copyright (C) 2016 , 2018 by Piet van Oostrum %% % % \begin{macrocode} @@ -32,7 +32,7 @@ %\ProvidesPackage{multirow}% %\ProvidesPackage{bigstrut} %\ProvidesPackage{bigdelim} -% [2016/11/25 v2.2 +% [2018/08/03 v2.3 % Span multiple rows of a table]% % Provide larger struts in tabulars] % Create big delimiters in tabular or array] @@ -86,6 +86,7 @@ % % \changes{v1.7}{2016/09/13}{Give all the files the same version number} % \changes{v2.0}{2016/09/27}{Release v2.0} +% \changes{v2.3}{2018/08/03}{Small bugfix} % % \GetFileInfo{multirow.sty} % @@ -124,6 +125,12 @@ % \section{Changes in version 2} % \label{sec:changes-2} % +%\subsection*{version 2.3} +% +% \begin{itemize} +% \item Replaced \cs{textrm} with \cs{textnormal} in text beside big braces in bigdelim.sty. +% \end{itemize} +% %\subsection*{version 2.2} % % \begin{itemize} @@ -1695,26 +1702,28 @@ % The size of the delimiter is determined by putting a \cs{vbox} with the proper height and % zero width next to it. The height is the one that \cs{multirow} % already has calculated in \cs{multirow@dima}. +% \changes{bigdelim v2.3}{2018/08/03}{Replace \cs{textrm} by \cs{textnormal}} % \begin{macrocode} \newcommand\ldelim[3]{\@ifnextchar[{\@ldelim{#1}{#2}{#3}}{\@ldelim{#1}{#2}{#3}[\null]}} \def\@ldelim#1#2#3[#4]% {\multirow{#2}{#3}{% \ensuremath {\left.\vcenter{\hsize=0pt\vrule height \multirow@dima width 0pt}% - \textrm{#4}\right#1}}} + \textnormal{#4}\right#1}}} % \end{macrocode} % \end{macro} % % \begin{macro}{\rdelim} % This macro typesets a right delimiter. It calls \cs{multirow} with the % proper parameters, similar to \cs{ldelim}. +% \changes{bigdelim v2.3}{2018/08/03}{Replace \cs{textrm} by \cs{textnormal}} % \begin{macrocode} \newcommand\rdelim[3]{\@ifnextchar[{\@rdelim{#1}{#2}{#3}}{\@rdelim{#1}{#2}{#3}[\null]}} \def\@rdelim#1#2#3[#4]% {\multirow{#2}{#3}{% \ensuremath {\left#1\vcenter{\hsize=0pt\vrule height \multirow@dima width 0pt}% - \textrm{#4}\right.}}} + \textnormal{#4}\right.}}} % \end{macrocode} % \end{macro} % \iffalse diff --git a/Master/texmf-dist/tex/latex/multirow/bigdelim.sty b/Master/texmf-dist/tex/latex/multirow/bigdelim.sty index 499186a007b..766b5556e95 100644 --- a/Master/texmf-dist/tex/latex/multirow/bigdelim.sty +++ b/Master/texmf-dist/tex/latex/multirow/bigdelim.sty @@ -19,11 +19,11 @@ %% 2005/12/01 or later. %% %% Copyright (C) 1994 by \O ystein Bache -%% Copyright (C) 2016 by Piet van Oostrum +%% Copyright (C) 2016 , 2018 by Piet van Oostrum %% \NeedsTeXFormat{LaTeX2e} \ProvidesPackage{bigdelim} - [2016/11/25 v2.2 + [2018/08/03 v2.3 Create big delimiters in tabular or array] \RequirePackage{multirow} \newcommand\ldelim[3]{\@ifnextchar[{\@ldelim{#1}{#2}{#3}}{\@ldelim{#1}{#2}{#3}[\null]}} @@ -31,13 +31,13 @@ {\multirow{#2}{#3}{% \ensuremath {\left.\vcenter{\hsize=0pt\vrule height \multirow@dima width 0pt}% - \textrm{#4}\right#1}}} + \textnormal{#4}\right#1}}} \newcommand\rdelim[3]{\@ifnextchar[{\@rdelim{#1}{#2}{#3}}{\@rdelim{#1}{#2}{#3}[\null]}} \def\@rdelim#1#2#3[#4]% {\multirow{#2}{#3}{% \ensuremath {\left#1\vcenter{\hsize=0pt\vrule height \multirow@dima width 0pt}% - \textrm{#4}\right.}}} + \textnormal{#4}\right.}}} \endinput %% %% End of file `bigdelim.sty'. diff --git a/Master/texmf-dist/tex/latex/multirow/bigstrut.sty b/Master/texmf-dist/tex/latex/multirow/bigstrut.sty index edcad6222bf..b9ce9834b29 100644 --- a/Master/texmf-dist/tex/latex/multirow/bigstrut.sty +++ b/Master/texmf-dist/tex/latex/multirow/bigstrut.sty @@ -19,11 +19,11 @@ %% 2005/12/01 or later. %% %% Copyright (C) 1994 by Jerry Leichter -%% Copyright (C) 2016 by Piet van Oostrum +%% Copyright (C) 2016 , 2018 by Piet van Oostrum %% \NeedsTeXFormat{LaTeX2e} \ProvidesPackage{bigstrut} - [2016/11/25 v2.2 + [2018/08/03 v2.3 Provide larger struts in tabulars] \@ifundefined{bigstrutjot}{\newdimen\bigstrutjot}{}\bigstrutjot=2pt \newcommand\bigstrut[1][x]{% diff --git a/Master/texmf-dist/tex/latex/multirow/multirow.sty b/Master/texmf-dist/tex/latex/multirow/multirow.sty index 2a67c0fda89..b5798315f58 100644 --- a/Master/texmf-dist/tex/latex/multirow/multirow.sty +++ b/Master/texmf-dist/tex/latex/multirow/multirow.sty @@ -19,11 +19,11 @@ %% 2005/12/01 or later. %% %% Copyright (C) 1994 by Jerry Leichter -%% Copyright (C) 2016 by Piet van Oostrum +%% Copyright (C) 2016 , 2018 by Piet van Oostrum %% \NeedsTeXFormat{LaTeX2e} \ProvidesPackage{multirow}% - [2016/11/25 v2.2 + [2018/08/03 v2.3 Span multiple rows of a table]% \newif\ifmultirowdebug \DeclareOption{debug}{\multirowdebugtrue} -- cgit v1.2.3