summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex-dev
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2020-02-13 22:28:17 +0000
committerKarl Berry <karl@freefriends.org>2020-02-13 22:28:17 +0000
commit649a0504fb03538aba4ca15e51cb16ee20ef2584 (patch)
tree8d172e8b41152f3a1a03396b423d345c9e3cf287 /Master/texmf-dist/source/latex-dev
parent108f9ee34c7f91ee38237364af19ed71898d7ff1 (diff)
latex-tools-dev (minus utility files again) (13feb20)
git-svn-id: svn://tug.org/texlive/trunk@53773 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex-dev')
-rw-r--r--Master/texmf-dist/source/latex-dev/tools/array.dtx9
1 files changed, 6 insertions, 3 deletions
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}