diff options
author | Karl Berry <karl@freefriends.org> | 2018-08-05 21:01:54 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2018-08-05 21:01:54 +0000 |
commit | 97e209dcd0fde3344f46c73684ab43a68e9c0387 (patch) | |
tree | d8b7d096ddf717f3d16b3cfb10e93152fd2d3636 /Master/texmf-dist/tex | |
parent | de1ff8108cc79531f98cc1ce402304e28b73cac7 (diff) |
multirow (5aug18)
git-svn-id: svn://tug.org/texlive/trunk@48354 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex')
-rw-r--r-- | Master/texmf-dist/tex/latex/multirow/bigdelim.sty | 8 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/multirow/bigstrut.sty | 4 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/multirow/multirow.sty | 4 |
3 files changed, 8 insertions, 8 deletions
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 <piet@vanoostrum.org> +%% Copyright (C) 2016 , 2018 by Piet van Oostrum <piet@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@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 <piet@vanoostrum.org> +%% Copyright (C) 2016 , 2018 by Piet van Oostrum <piet@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]{% 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 <piet@vanoostrum.org> +%% Copyright (C) 2016 , 2018 by Piet van Oostrum <piet@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} |