summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/multirow/bigstrut.sty
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2019-01-01 22:50:59 +0000
committerKarl Berry <karl@freefriends.org>2019-01-01 22:50:59 +0000
commitd26dc81b1551a9fb8d750dda224e334eb6dd4e0b (patch)
tree82245aaa334aa0e0087a8933f53c35ccfed70d23 /Master/texmf-dist/tex/latex/multirow/bigstrut.sty
parent98890e60b2f71ab52763c5ddeb6b68160de110c2 (diff)
multirow (1jan19)
git-svn-id: svn://tug.org/texlive/trunk@49572 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/multirow/bigstrut.sty')
-rw-r--r--Master/texmf-dist/tex/latex/multirow/bigstrut.sty6
1 files changed, 3 insertions, 3 deletions
diff --git a/Master/texmf-dist/tex/latex/multirow/bigstrut.sty b/Master/texmf-dist/tex/latex/multirow/bigstrut.sty
index b9ce9834b29..eaa934c36d1 100644
--- a/Master/texmf-dist/tex/latex/multirow/bigstrut.sty
+++ b/Master/texmf-dist/tex/latex/multirow/bigstrut.sty
@@ -19,15 +19,15 @@
%% 2005/12/01 or later.
%%
%% Copyright (C) 1994 by Jerry Leichter
-%% Copyright (C) 2016 , 2018 by Piet van Oostrum <piet@vanoostrum.org>
+%% Copyright (C) 2016 , 2018, 2019 by Piet van Oostrum <piet@vanoostrum.org>
%%
\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{bigstrut}
- [2018/08/03 v2.3
+ [2019/01/01 v2.4
Provide larger struts in tabulars]
\@ifundefined{bigstrutjot}{\newdimen\bigstrutjot}{}\bigstrutjot=2pt
\newcommand\bigstrut[1][x]{%
- \unskip\@tempdima=\ht\@arstrutbox \@tempdimb=\dp\@arstrutbox
+ \leavevmode\unskip\@tempdima=\ht\@arstrutbox \@tempdimb=\dp\@arstrutbox
\ifx #1b\relax \else \advance\@tempdima by \bigstrutjot\fi
\ifx #1t\relax \else \advance\@tempdimb by \bigstrutjot\fi
\hbox{\vrule \@height\@tempdima \@depth\@tempdimb \@width\z@}\ignorespaces}