[latex3-commits] [git/LaTeX3-latex3-latex2e] gh776: news entry (b73daee9)
Frank Mittelbach
frank.mittelbach at latex-project.org
Sun Sep 4 16:44:08 CEST 2022
Repository : https://github.com/latex3/latex2e
On branch : gh776
Link : https://github.com/latex3/latex2e/commit/b73daee93ac81c1471f16707f5de6dd3904a613a
>---------------------------------------------------------------
commit b73daee93ac81c1471f16707f5de6dd3904a613a
Author: Frank Mittelbach <frank.mittelbach at latex-project.org>
Date: Sun Sep 4 16:44:08 2022 +0200
news entry
>---------------------------------------------------------------
b73daee93ac81c1471f16707f5de6dd3904a613a
base/doc/ltnews36.tex | 14 ++++++++++++++
1 file changed, 14 insertions(+)
diff --git a/base/doc/ltnews36.tex b/base/doc/ltnews36.tex
index 20d10b47..7fde399a 100644
--- a/base/doc/ltnews36.tex
+++ b/base/doc/ltnews36.tex
@@ -290,6 +290,20 @@ is now properly guarded for.
\section{Changes to packages in the \pkg{tools} category}
+\subsection{\pkg{array}: Correctly identify single-line m-cells}
+
+Cells in m-columns that only contain a single line are supposed to
+behave like single-line p-cells and align at the same baseline. To
+test for the condition, \pkg{array} used to compare the height of the cell to
+the height of the strut used for the table rows. However, the height of that
+strut depends on the setting of \cs{arraystretch} and if you made this
+negative (or very large) the test came out wrong. Therefore, we now
+test against the height of a normal strut to ensure that single-line
+cells are correctly identified as such (unless their content is truly very
+tall, in which case aligning is pointless anyway).
+%
+\githubissue{776}
+
\medskip
More information about the latex3-commits
mailing list.