summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/platex-tools/plextarray.sty
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2017-07-29 21:38:40 +0000
committerKarl Berry <karl@freefriends.org>2017-07-29 21:38:40 +0000
commit6ee6197fa058cb894250c66be74b3a63c11069fc (patch)
treecf864b217def507ff6ba8793fbe1283c0062b15e /Master/texmf-dist/tex/latex/platex-tools/plextarray.sty
parentff06070bc01de7fb5fd35719e470148e75fc277f (diff)
platex-tools (29jul17)
git-svn-id: svn://tug.org/texlive/trunk@44912 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/platex-tools/plextarray.sty')
-rw-r--r--Master/texmf-dist/tex/latex/platex-tools/plextarray.sty10
1 files changed, 4 insertions, 6 deletions
diff --git a/Master/texmf-dist/tex/latex/platex-tools/plextarray.sty b/Master/texmf-dist/tex/latex/platex-tools/plextarray.sty
index 6c34ee0e4f5..579c29cbacf 100644
--- a/Master/texmf-dist/tex/latex/platex-tools/plextarray.sty
+++ b/Master/texmf-dist/tex/latex/platex-tools/plextarray.sty
@@ -7,15 +7,15 @@
%
% This package `plextarray.sty' is based on:
% * array.sty in latex-tools (2016/10/06 v2.4d)
-% * plext.sty in platex (2016/08/20 v1.2a)
+% * plext.sty in platex (2017/07/21 v1.2h)
% and lltjext.sty from LuaTeX-ja project.
%
\NeedsTeXFormat{pLaTeX2e}
\ProvidesPackage{plextarray}
- [2016/10/23 v1.0g Tabular extension package for plext and array]
+ [2017/07/29 v1.0j Tabular extension package for plext and array]
\RequirePackage{plext}
-\RequirePackage{array}
+\RequirePackage{plarray}
%% save definitions from array.sty
\def\array{\col@sep\arraycolsep
@@ -30,7 +30,7 @@
%
\def\@startpbox#1{\bgroup
\box@dir\adjustbaseline %% added
- \hsize=#1\@arrayparboxrestore
+ \setlength\hsize{#1}\@arrayparboxrestore
\everypar{%
\vrule \@height \ht\@arstrutbox \@width \z@
\everypar{}}%
@@ -94,8 +94,6 @@
\lineskip\z@skip\baselineskip\z@skip\@preamble}
%
\def\endarray{\crcr \egroup \egroup \@end@alignbox \@arrayright \gdef\@preamble{}}
-\def\endtabular{\endarray $\egroup\null}
-\expandafter \let \csname endtabular*\endcsname = \endtabular
%
%% done