summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/platex-tools/plarray.sty
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2018-10-27 21:38:32 +0000
committerKarl Berry <karl@freefriends.org>2018-10-27 21:38:32 +0000
commit57d9620a275079e25e21b8b157f4749279511d20 (patch)
tree6b11ac580449556e5a9ecbd6026427a47b3d26cf /Master/texmf-dist/tex/latex/platex-tools/plarray.sty
parent6df926635bbb5c83ac397a664723cbcbe4eb3237 (diff)
platex-tools (27oct18)
git-svn-id: svn://tug.org/texlive/trunk@49002 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/platex-tools/plarray.sty')
-rw-r--r--Master/texmf-dist/tex/latex/platex-tools/plarray.sty10
1 files changed, 3 insertions, 7 deletions
diff --git a/Master/texmf-dist/tex/latex/platex-tools/plarray.sty b/Master/texmf-dist/tex/latex/platex-tools/plarray.sty
index 4dd658f2cf6..111592705e2 100644
--- a/Master/texmf-dist/tex/latex/platex-tools/plarray.sty
+++ b/Master/texmf-dist/tex/latex/platex-tools/plarray.sty
@@ -14,15 +14,13 @@
\NeedsTeXFormat{pLaTeX2e}
\ProvidesPackage{plarray}
- [2018/09/20 v0.1g Tabular extension package for pLaTeX/upLaTeX]
+ [2018/10/27 v0.1h Tabular extension package for pLaTeX/upLaTeX]
\RequirePackage{array}
%% patching internal code for array.sty
%
%% remove extra \xkanjiskip (pLaTeX2e 2016/04/17)
-\@ifl@t@r{\pfmtversion}{2016/04/17}
- {\expandafter\@firstofone}
- {\expandafter\@gobble}
+\@ifl@t@r{\pfmtversion}{2016/04/17}{\@firstofone}{\@gobble}
{% = for pLaTeX2e 2016/04/17 or newer
\def\@tabular{%
\leavevmode \null
@@ -34,9 +32,7 @@
}% =
%
%% inhibit JFM glue around tabular cell components (pLaTeX2e 2018/03/09)
-\@ifl@t@r{\pfmtversion}{2017/07/29}
- {\expandafter\@firstofone}
- {\expandafter\@gobble}
+\@ifl@t@r{\pfmtversion}{2017/07/29}{\@firstofone}{\@gobble}
{% = for pLaTeX2e 2017/07/29 or newer
% first, provide old definition; there are some known incompatibility
% compared to LaTeX, pLaTeX or array