texlive[48354] Master/texmf-dist: multirow (5aug18)

commits+karl at tug.org commits+karl at tug.org
Sun Aug 5 23:01:54 CEST 2018


Revision: 48354
          http://tug.org/svn/texlive?view=revision&revision=48354
Author:   karl
Date:     2018-08-05 23:01:54 +0200 (Sun, 05 Aug 2018)
Log Message:
-----------
multirow (5aug18)

Modified Paths:
--------------
    trunk/Master/texmf-dist/doc/latex/multirow/README
    trunk/Master/texmf-dist/doc/latex/multirow/multirow.pdf
    trunk/Master/texmf-dist/source/latex/multirow/multirow.dtx
    trunk/Master/texmf-dist/tex/latex/multirow/bigdelim.sty
    trunk/Master/texmf-dist/tex/latex/multirow/bigstrut.sty
    trunk/Master/texmf-dist/tex/latex/multirow/multirow.sty

Modified: trunk/Master/texmf-dist/doc/latex/multirow/README
===================================================================
--- trunk/Master/texmf-dist/doc/latex/multirow/README	2018-08-05 21:01:41 UTC (rev 48353)
+++ trunk/Master/texmf-dist/doc/latex/multirow/README	2018-08-05 21:01:54 UTC (rev 48354)
@@ -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 <piet at vanoostrum.org>

Modified: trunk/Master/texmf-dist/doc/latex/multirow/multirow.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/source/latex/multirow/multirow.dtx
===================================================================
--- trunk/Master/texmf-dist/source/latex/multirow/multirow.dtx	2018-08-05 21:01:41 UTC (rev 48353)
+++ trunk/Master/texmf-dist/source/latex/multirow/multirow.dtx	2018-08-05 21:01:54 UTC (rev 48354)
@@ -1,7 +1,7 @@
 % \iffalse meta-comment
 %
 % Parts of this file, Copyright (C) 1994 by Jerry Leichter
-% Copyright (C) 2016 by Piet van Oostrum <piet at vanoostrum.org>
+% Copyright (C) 2016, 2018 by Piet van Oostrum <piet at vanoostrum.org>
 % -------------------------------------------------------
 % 
 % This file may be distributed and/or modified under the
@@ -24,7 +24,7 @@
 % 
 %<multirow|bigstrut>%% Copyright (C) 1994 by Jerry Leichter
 %<bigdelim>%% Copyright (C) 1994 by \O ystein Bache
-%% Copyright (C) 2016 by Piet van Oostrum <piet at vanoostrum.org>
+%% Copyright (C) 2016 , 2018 by Piet van Oostrum <piet at vanoostrum.org>
 %%
 %
 %    \begin{macrocode}
@@ -32,7 +32,7 @@
 %<multirow>\ProvidesPackage{multirow}%
 %<bigstrut>\ProvidesPackage{bigstrut}
 %<bigdelim>\ProvidesPackage{bigdelim}
-%<multirow|bigstrut|bigdelim>           [2016/11/25 v2.2
+%<multirow|bigstrut|bigdelim>           [2018/08/03 v2.3
 %<multirow>                  Span multiple rows of a table]%
 %<bigstrut>                  Provide larger struts in tabulars]
 %<bigdelim>                  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,6 +1702,7 @@
 % 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 at 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]%
@@ -1701,7 +1709,7 @@
  {\multirow{#2}{#3}{%
    \ensuremath
      {\left.\vcenter{\hsize=0pt\vrule height \multirow at dima width 0pt}%
-     \textrm{#4}\right#1}}}
+     \textnormal{#4}\right#1}}}
 %    \end{macrocode}
 % \end{macro}
 %
@@ -1708,6 +1716,7 @@
 % \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]%
@@ -1714,7 +1723,7 @@
  {\multirow{#2}{#3}{%
    \ensuremath
      {\left#1\vcenter{\hsize=0pt\vrule height \multirow at dima width 0pt}%
-       \textrm{#4}\right.}}}
+       \textnormal{#4}\right.}}}
 %    \end{macrocode}
 % \end{macro}
 % \iffalse

Modified: trunk/Master/texmf-dist/tex/latex/multirow/bigdelim.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/multirow/bigdelim.sty	2018-08-05 21:01:41 UTC (rev 48353)
+++ trunk/Master/texmf-dist/tex/latex/multirow/bigdelim.sty	2018-08-05 21:01:54 UTC (rev 48354)
@@ -19,11 +19,11 @@
 %% 2005/12/01 or later.
 %% 
 %% Copyright (C) 1994 by \O ystein Bache
-%% Copyright (C) 2016 by Piet van Oostrum <piet at vanoostrum.org>
+%% Copyright (C) 2016 , 2018 by Piet van Oostrum <piet at vanoostrum.org>
 %%
 \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 at 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 at dima width 0pt}%
-       \textrm{#4}\right.}}}
+       \textnormal{#4}\right.}}}
 \endinput
 %%
 %% End of file `bigdelim.sty'.

Modified: trunk/Master/texmf-dist/tex/latex/multirow/bigstrut.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/multirow/bigstrut.sty	2018-08-05 21:01:41 UTC (rev 48353)
+++ trunk/Master/texmf-dist/tex/latex/multirow/bigstrut.sty	2018-08-05 21:01:54 UTC (rev 48354)
@@ -19,11 +19,11 @@
 %% 2005/12/01 or later.
 %% 
 %% Copyright (C) 1994 by Jerry Leichter
-%% Copyright (C) 2016 by Piet van Oostrum <piet at vanoostrum.org>
+%% Copyright (C) 2016 , 2018 by Piet van Oostrum <piet at vanoostrum.org>
 %%
 \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]{%

Modified: trunk/Master/texmf-dist/tex/latex/multirow/multirow.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/multirow/multirow.sty	2018-08-05 21:01:41 UTC (rev 48353)
+++ trunk/Master/texmf-dist/tex/latex/multirow/multirow.sty	2018-08-05 21:01:54 UTC (rev 48354)
@@ -19,11 +19,11 @@
 %% 2005/12/01 or later.
 %% 
 %% Copyright (C) 1994 by Jerry Leichter
-%% Copyright (C) 2016 by Piet van Oostrum <piet at vanoostrum.org>
+%% Copyright (C) 2016 , 2018 by Piet van Oostrum <piet at vanoostrum.org>
 %%
 \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}



More information about the tex-live-commits mailing list