From 5b6bdf6dcdbef98ad113d61bd3c471f47328c3fa Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sun, 17 May 2020 22:33:27 +0000 Subject: vcell (18may20) git-svn-id: svn://tug.org/texlive/trunk@55191 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/tex/latex/vcell/vcell.sty | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'Master/texmf-dist/tex/latex') diff --git a/Master/texmf-dist/tex/latex/vcell/vcell.sty b/Master/texmf-dist/tex/latex/vcell/vcell.sty index 4c8957a0abf..7e6c98d5b69 100644 --- a/Master/texmf-dist/tex/latex/vcell/vcell.sty +++ b/Master/texmf-dist/tex/latex/vcell/vcell.sty @@ -1,5 +1,5 @@ % -% vcell.sty V1.0 version (15-May-2020) +% vcell.sty V1.0.1 version (16-May-2020) % % Author: Xavier Dionne % @@ -8,9 +8,13 @@ % The contents of this package are distributed under the LaTeX Project % Public License, version 1.3c or later. % https://www.latex-project.org/lppl/lppl-1-3c/ +% +% Changelog : +% [v 1.0.1] - Fixed an issue where the height was calculated +% twice if the cell had a depth \NeedsTeXFormat{LaTeX2e}[1994/06/01] -\ProvidesPackage{vcell}[2020/05/15 v1.0] +\ProvidesPackage{vcell}[2020/05/16 v1.0.1] \newdimen\rowheight \newdimen\rowht \newdimen\rowdp @@ -29,7 +33,7 @@ \def\savecellheight{% \ifdim\ht\@celltemp>\rowht\global\setlength{\rowht}{\ht\@celltemp}\fi% - \ifdim\dp\@celltemp>\rowdp\global\setlength{\rowdp}{\ht\@celltemp}\fi% + \ifdim\dp\@celltemp>\rowdp\global\setlength{\rowdp}{\dp\@celltemp}\fi% \ifdim\dimexpr\dp\@celltemp+\ht\@celltemp>\rowheight{\global\setlength{\rowheight}{\dimexpr\dp\@celltemp+\ht\@celltemp}}\fi } \long\def\savecellbox#1{% -- cgit v1.2.3