diff options
author | Karl Berry <karl@freefriends.org> | 2021-12-11 21:17:26 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2021-12-11 21:17:26 +0000 |
commit | 064ab78916b46094f4be39d606c4695b4c3189f3 (patch) | |
tree | 967cd48094099bd66de99689569968be7525c2c0 | |
parent | e594fbde0a9dbce1013f92273b25a3124c6b77d9 (diff) |
platex-tools (11dec21)
git-svn-id: svn://tug.org/texlive/trunk@61272 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r-- | Master/texmf-dist/doc/latex/platex-tools/README.md | 2 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/platex-tools/plarray.pdf | bin | 58689 -> 58396 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/platex-tools/pxeverysel.pdf | bin | 61143 -> 61183 bytes | |||
-rw-r--r-- | Master/texmf-dist/tex/latex/platex-tools/plarray.sty | 8 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/platex-tools/pldocverb.sty | 8 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/platex-tools/plextarray.sty | 2 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/platex-tools/plextcolortbl.sty | 4 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/platex-tools/pxeverysel.sty | 7 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/platex-tools/pxftnright.sty | 2 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/platex-tools/pxmulticol.sty | 2 |
10 files changed, 18 insertions, 17 deletions
diff --git a/Master/texmf-dist/doc/latex/platex-tools/README.md b/Master/texmf-dist/doc/latex/platex-tools/README.md index 2322b81cdaa..89cd0ec22f3 100644 --- a/Master/texmf-dist/doc/latex/platex-tools/README.md +++ b/Master/texmf-dist/doc/latex/platex-tools/README.md @@ -83,6 +83,6 @@ the 3-clause BSD license (see [LICENSE](./LICENSE)). ## Release Date -2021-05-31 +2021-12-11 Hironobu Yamashita diff --git a/Master/texmf-dist/doc/latex/platex-tools/plarray.pdf b/Master/texmf-dist/doc/latex/platex-tools/plarray.pdf Binary files differindex 27ef3b0f86b..92dd257adcc 100644 --- a/Master/texmf-dist/doc/latex/platex-tools/plarray.pdf +++ b/Master/texmf-dist/doc/latex/platex-tools/plarray.pdf diff --git a/Master/texmf-dist/doc/latex/platex-tools/pxeverysel.pdf b/Master/texmf-dist/doc/latex/platex-tools/pxeverysel.pdf Binary files differindex 6894e86bcb6..29460fef390 100644 --- a/Master/texmf-dist/doc/latex/platex-tools/pxeverysel.pdf +++ b/Master/texmf-dist/doc/latex/platex-tools/pxeverysel.pdf diff --git a/Master/texmf-dist/tex/latex/platex-tools/plarray.sty b/Master/texmf-dist/tex/latex/platex-tools/plarray.sty index 8ec7b8092cf..a38cf54e768 100644 --- a/Master/texmf-dist/tex/latex/platex-tools/plarray.sty +++ b/Master/texmf-dist/tex/latex/platex-tools/plarray.sty @@ -7,14 +7,14 @@ % % This package is expected to be compatible with % * array.sty in latex-tools -% (2016/10/06 v2.4d -- 2020/10/01 v2.5c) +% (2016/10/06 v2.4d -- 2021/10/04 v2.5f) % * plcore.ltx in platex -% (2001/09/26 v1.2a -- 2021/03/25 v1.3i) +% (2001/09/26 v1.2a -- 2021/12/08 v1.3l) % \NeedsTeXFormat{pLaTeX2e} \ProvidesPackage{plarray} - [2018/10/27 v0.1h Tabular extension package for pLaTeX/upLaTeX] + [2021/12/11 v0.1i Tabular extension package for pLaTeX/upLaTeX] \RequirePackage{array} %% patching internal code for array.sty @@ -27,7 +27,7 @@ \hbox \bgroup $\col@sep\tabcolsep \let\d@llarbegin\begingroup \let\d@llarend\endgroup \@tabarray} -\def\endtabular{\endarray $\egroup\null} +\def\endtabular{\endarray\m@th $\egroup\null} \expandafter \let \csname endtabular*\endcsname = \endtabular }% = % diff --git a/Master/texmf-dist/tex/latex/platex-tools/pldocverb.sty b/Master/texmf-dist/tex/latex/platex-tools/pldocverb.sty index 816db56b95f..a326fe18739 100644 --- a/Master/texmf-dist/tex/latex/platex-tools/pldocverb.sty +++ b/Master/texmf-dist/tex/latex/platex-tools/pldocverb.sty @@ -2,14 +2,14 @@ % pldocverb.sty % written by Hironobu Yamashita (@aminophen) % -% This package is part of the plautopatch bundle. -% https://github.com/aminophen/plautopatch +% This package is part of the platex-tools bundle. +% https://github.com/aminophen/platex-tools % % This package is expected to be compatible with % * doc.sty -% (2004/02/09 v2.1b -- 2020/06/15 v2.1m) +% (2004/02/09 v2.1b -- 2021/05/28 v2.1n) % * plcore.ltx in platex -% (2001/09/26 v1.2a -- 2021/03/25 v1.3i) +% (2001/09/26 v1.2a -- 2021/12/08 v1.3l) % %% package declaration diff --git a/Master/texmf-dist/tex/latex/platex-tools/plextarray.sty b/Master/texmf-dist/tex/latex/platex-tools/plextarray.sty index 24c8d2ca997..42b92ee9298 100644 --- a/Master/texmf-dist/tex/latex/platex-tools/plextarray.sty +++ b/Master/texmf-dist/tex/latex/platex-tools/plextarray.sty @@ -7,7 +7,7 @@ % % This package is expected to be compatible with % * array.sty in latex-tools -% (2016/10/06 v2.4d -- 2020/10/01 v2.5c) +% (2016/10/06 v2.4d -- 2021/10/04 v2.5f) % * plext.sty in platex % (2001/09/26 v1.2 -- 2020/10/07 v1.2m) % Largely based on lltjext.sty from LuaTeX-ja project. diff --git a/Master/texmf-dist/tex/latex/platex-tools/plextcolortbl.sty b/Master/texmf-dist/tex/latex/platex-tools/plextcolortbl.sty index a56a3067cf1..027498df674 100644 --- a/Master/texmf-dist/tex/latex/platex-tools/plextcolortbl.sty +++ b/Master/texmf-dist/tex/latex/platex-tools/plextcolortbl.sty @@ -2,8 +2,8 @@ % plextcolortbl.sty % written by Hironobu Yamashita (@aminophen) % -% This package is part of the plautopatch bundle. -% https://github.com/aminophen/plautopatch +% This package is part of the platex-tools bundle. +% https://github.com/aminophen/platex-tools % % This package is expected to be compatible with % * colortbl.sty diff --git a/Master/texmf-dist/tex/latex/platex-tools/pxeverysel.sty b/Master/texmf-dist/tex/latex/platex-tools/pxeverysel.sty index d25e552a7fc..de267c9d56c 100644 --- a/Master/texmf-dist/tex/latex/platex-tools/pxeverysel.sty +++ b/Master/texmf-dist/tex/latex/platex-tools/pxeverysel.sty @@ -18,7 +18,7 @@ %% package declaration \NeedsTeXFormat{LaTeX2e} \ProvidesPackage{pxeverysel} - [2021/05/31 v0.9c Patch to everysel for (u)pLaTeX] + [2021/07/13 v0.9d Patch to everysel for (u)pLaTeX] %% Since LaTeX2e 2021-06-01, everysel.sty is merely %% an emulation by everysel-ltx.sty from firstaid. @@ -67,8 +67,9 @@ %% support for (u)pLaTeX font tracing \@ifpackageloaded{tracefnt}{% - \ifx\kanjiskip\@undefined\else\ifx\ucs\@undefined - \RequirePackage{ptrace}\else\RequirePackage{uptrace}\fi\fi}{} + \ifx\kanjiskip\@undefined\else + \ifnum\jis"2121="3000 \RequirePackage{uptrace}% + \else \RequirePackage{ptrace}\fi\fi}{} %--------------------------------------- helpers diff --git a/Master/texmf-dist/tex/latex/platex-tools/pxftnright.sty b/Master/texmf-dist/tex/latex/platex-tools/pxftnright.sty index e6766fcef7f..e560c7e9f8d 100644 --- a/Master/texmf-dist/tex/latex/platex-tools/pxftnright.sty +++ b/Master/texmf-dist/tex/latex/platex-tools/pxftnright.sty @@ -8,7 +8,7 @@ % This package `pxftnright' is based on: % * ftnright.sty in latex-tools (2014/10/28 v1.1f) % * plcore.ltx in platex -% (2001/09/26 v1.2a -- 2021/03/25 v1.3i) +% (2001/09/26 v1.2a -- 2021/12/08 v1.3l) % % Problems with ftnright to use with pLaTeX: % * \@startcolumn is redefined diff --git a/Master/texmf-dist/tex/latex/platex-tools/pxmulticol.sty b/Master/texmf-dist/tex/latex/platex-tools/pxmulticol.sty index 2b0c3af4ddd..cc0da9adeb0 100644 --- a/Master/texmf-dist/tex/latex/platex-tools/pxmulticol.sty +++ b/Master/texmf-dist/tex/latex/platex-tools/pxmulticol.sty @@ -7,7 +7,7 @@ % % This package is expected to be compatible with % * multicol.sty in latex-tools -% (1995/10/19 v1.5l -- 2019/12/09 v1.8y) +% (1995/10/19 v1.5l -- 2021/11/30 v1.9d) % \NeedsTeXFormat{pLaTeX2e} |