summaryrefslogtreecommitdiff
path: root/Master
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2020-05-17 22:33:27 +0000
committerKarl Berry <karl@freefriends.org>2020-05-17 22:33:27 +0000
commit5b6bdf6dcdbef98ad113d61bd3c471f47328c3fa (patch)
tree6f4ae40907810c2e0aba81b5a8568b5d595a5905 /Master
parent8c19c652be2ca0365b7efb4d125b27543b0ba765 (diff)
vcell (18may20)
git-svn-id: svn://tug.org/texlive/trunk@55191 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r--Master/texmf-dist/doc/latex/vcell/README.md2
-rw-r--r--Master/texmf-dist/doc/latex/vcell/vcell.pdfbin147125 -> 147086 bytes
-rw-r--r--Master/texmf-dist/doc/latex/vcell/vcell.tex1
-rw-r--r--Master/texmf-dist/tex/latex/vcell/vcell.sty10
4 files changed, 9 insertions, 4 deletions
diff --git a/Master/texmf-dist/doc/latex/vcell/README.md b/Master/texmf-dist/doc/latex/vcell/README.md
index 15f8c63b821..b45e138f875 100644
--- a/Master/texmf-dist/doc/latex/vcell/README.md
+++ b/Master/texmf-dist/doc/latex/vcell/README.md
@@ -3,7 +3,7 @@ The LaTeX `vcell` package
Vertical alignment of content inside table cells
-Release 2020-05-15
+Release 2020-05-16
Overview
--------
diff --git a/Master/texmf-dist/doc/latex/vcell/vcell.pdf b/Master/texmf-dist/doc/latex/vcell/vcell.pdf
index 1389e0ad600..a0629885c01 100644
--- a/Master/texmf-dist/doc/latex/vcell/vcell.pdf
+++ b/Master/texmf-dist/doc/latex/vcell/vcell.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/vcell/vcell.tex b/Master/texmf-dist/doc/latex/vcell/vcell.tex
index 0ba9a803767..5f228bbd9de 100644
--- a/Master/texmf-dist/doc/latex/vcell/vcell.tex
+++ b/Master/texmf-dist/doc/latex/vcell/vcell.tex
@@ -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}
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 <info@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{%