summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/platex-tools/plextarray.sty
diff options
context:
space:
mode:
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