texlive[55191] Master/texmf-dist: vcell (18may20)
commits+karl at tug.org
commits+karl at tug.org
Mon May 18 00:33:28 CEST 2020
Revision: 55191
http://tug.org/svn/texlive?view=revision&revision=55191
Author: karl
Date: 2020-05-18 00:33:27 +0200 (Mon, 18 May 2020)
Log Message:
-----------
vcell (18may20)
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 2020-05-17 22:33:11 UTC (rev 55190)
+++ trunk/Master/texmf-dist/doc/latex/vcell/README.md 2020-05-17 22:33:27 UTC (rev 55191)
@@ -3,7 +3,7 @@
Vertical alignment of content inside table cells
-Release 2020-05-15
+Release 2020-05-16
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 2020-05-17 22:33:11 UTC (rev 55190)
+++ trunk/Master/texmf-dist/doc/latex/vcell/vcell.tex 2020-05-17 22:33:27 UTC (rev 55191)
@@ -12,6 +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}
\maketitle
\section{Introduction}
Modified: trunk/Master/texmf-dist/tex/latex/vcell/vcell.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/vcell/vcell.sty 2020-05-17 22:33:11 UTC (rev 55190)
+++ trunk/Master/texmf-dist/tex/latex/vcell/vcell.sty 2020-05-17 22:33:27 UTC (rev 55191)
@@ -1,5 +1,5 @@
%
-% vcell.sty V1.0 version (15-May-2020)
+% vcell.sty V1.0.1 version (16-May-2020)
%
% Author: Xavier Dionne <info at latex-tables.com>
%
@@ -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{%
More information about the tex-live-commits
mailing list.