texlive[59039] Master/texmf-dist: vcell (1may21)

commits+karl at tug.org commits+karl at tug.org
Sat May 1 22:16:45 CEST 2021


Revision: 59039
          http://tug.org/svn/texlive?view=revision&revision=59039
Author:   karl
Date:     2021-05-01 22:16:45 +0200 (Sat, 01 May 2021)
Log Message:
-----------
vcell (1may21)

Modified Paths:
--------------
    trunk/Master/texmf-dist/doc/latex/vcell/README.md
    trunk/Master/texmf-dist/doc/latex/vcell/vcell.pdf
    trunk/Master/texmf-dist/doc/latex/vcell/vcell.tex
    trunk/Master/texmf-dist/tex/latex/vcell/vcell.sty

Modified: trunk/Master/texmf-dist/doc/latex/vcell/README.md
===================================================================
--- trunk/Master/texmf-dist/doc/latex/vcell/README.md	2021-05-01 20:16:31 UTC (rev 59038)
+++ trunk/Master/texmf-dist/doc/latex/vcell/README.md	2021-05-01 20:16:45 UTC (rev 59039)
@@ -3,7 +3,7 @@
 
 Vertical alignment of content inside table cells
 
-Release 2020-05-16
+Release 2021-04-15
 
 Overview
 --------

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

Modified: trunk/Master/texmf-dist/doc/latex/vcell/vcell.tex
===================================================================
--- trunk/Master/texmf-dist/doc/latex/vcell/vcell.tex	2021-05-01 20:16:31 UTC (rev 59038)
+++ trunk/Master/texmf-dist/doc/latex/vcell/vcell.tex	2021-05-01 20:16:45 UTC (rev 59039)
@@ -12,7 +12,7 @@
 \begin{document}
 \title{The package \texttt{vcell} : Vertical alignment for cells}
 \author{Xavier Dionne\thanks{The author wrote this package for its online table generator (\texttt{https://latex-tables.com}). You can contact him at info [at] latex-tables [dot] com.}}
-\date{May 16, 2020}
+\date{April 30, 2021}
 \maketitle
 
 \section{Introduction}

Modified: trunk/Master/texmf-dist/tex/latex/vcell/vcell.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/vcell/vcell.sty	2021-05-01 20:16:31 UTC (rev 59038)
+++ trunk/Master/texmf-dist/tex/latex/vcell/vcell.sty	2021-05-01 20:16:45 UTC (rev 59039)
@@ -1,5 +1,5 @@
 %
-% vcell.sty  V1.0.1 version (16-May-2020)
+% vcell.sty  V1.0.2 version (15-April-2021)
 %
 % Author:  Xavier Dionne <info at latex-tables.com>
 %
@@ -10,11 +10,13 @@
 % https://www.latex-project.org/lppl/lppl-1-3c/
 %
 % Changelog :
+%    [v 1.0.2] - Fixed a compatibility issue with `calc`
 %    [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/16 v1.0.1]
+\ProvidesPackage{vcell}[2021/04/30 v1.0.2]
+\def\@cell at setlength#1#2{#1 #2\relax}
 \newdimen\rowheight
 \newdimen\rowht
 \newdimen\rowdp
@@ -24,17 +26,17 @@
 
 \def\resetcellcount{%
 	\global\@cellusecount 1\relax\global\@cellcount 1\relax%
-	\global\setlength\rowht{\arraystretch\ht\strutbox}%
-	\global\setlength\rowdp{\arraystretch\dp\strutbox}%
-	\global\setlength\rowheight{\dimexpr\rowht+\rowdp}%
+	\global\@cell at setlength\rowht{\arraystretch\ht\strutbox}%
+	\global\@cell at setlength\rowdp{\arraystretch\dp\strutbox}%
+	\global\@cell at setlength\rowheight{\dimexpr\rowht+\rowdp}%
 }
 
 \resetcellcount
 
 \def\savecellheight{%
-	\ifdim\ht\@celltemp>\rowht\global\setlength{\rowht}{\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
+	\ifdim\ht\@celltemp>\rowht\global\@cell at setlength{\rowht}{\ht\@celltemp}\fi%
+	\ifdim\dp\@celltemp>\rowdp\global\@cell at setlength{\rowdp}{\dp\@celltemp}\fi%
+	\ifdim\dimexpr\dp\@celltemp+\ht\@celltemp>\rowheight{\global\@cell at setlength{\rowheight}{\dimexpr\dp\@celltemp+\ht\@celltemp}}\fi
 }
 \long\def\savecellbox#1{%
 	\global\sbox\@celltemp{\hbox{\ifdim\hsize=\textwidth #1\else \vbox{#1}\fi}}%



More information about the tex-live-commits mailing list.