From 649a0504fb03538aba4ca15e51cb16ee20ef2584 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Thu, 13 Feb 2020 22:28:17 +0000 Subject: latex-tools-dev (minus utility files again) (13feb20) git-svn-id: svn://tug.org/texlive/trunk@53773 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/source/latex-dev/tools/array.dtx | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'Master/texmf-dist/source/latex-dev') diff --git a/Master/texmf-dist/source/latex-dev/tools/array.dtx b/Master/texmf-dist/source/latex-dev/tools/array.dtx index acfa5609373..aca43a53c64 100644 --- a/Master/texmf-dist/source/latex-dev/tools/array.dtx +++ b/Master/texmf-dist/source/latex-dev/tools/array.dtx @@ -32,7 +32,7 @@ %<+package>\DeclareCurrentRelease{}{2019-10-01} %<+package> %<+package>\ProvidesPackage{array} -%<+package> [2019/08/31 v2.4l Tabular extension package (FMi)] +%<+package> [2020/02/10 v2.4m Tabular extension package (FMi)] % % \fi % @@ -3056,10 +3056,13 @@ % of the cell content is now in box "\ar@cellbox". As a final step we % put that box into a "\makebox" using the optional arguments of % that command to achieve the correct width and the desired -% alignment within that width. +% alignment within that width. We unbox the collected material so +% that any stretchable glue inside can interact with the alignment. +% \changes{v2.4m}{2020/02/10}{Unbox collected material so that +% % stretchable glue inside can act (gh/270)} % \begin{macrocode} <{\end{lrbox}% - \makebox[#2][#1]{\usebox\ar@cellbox}}} + \makebox[#2][#1]{\unhbox\ar@cellbox}}} % \end{macrocode} % \end{macro} -- cgit v1.2.3