diff options
author | Karl Berry <karl@freefriends.org> | 2021-05-15 20:36:25 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2021-05-15 20:36:25 +0000 |
commit | 94c57715730f9fcc2eda0a00c7d6735c6f0fe85e (patch) | |
tree | 55e5b0d10931a91c00c0e0e178ea4caa5183ef82 | |
parent | 544b3afa0b563118bfa9a64d8ab468ee47c1fbd2 (diff) |
platex-tools (15may21)
git-svn-id: svn://tug.org/texlive/trunk@59211 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/pxeveryshi.pdf | bin | 52815 -> 52720 bytes | |||
-rw-r--r-- | Master/texmf-dist/tex/latex/platex-tools/pxeveryshi.sty | 6 |
3 files changed, 4 insertions, 4 deletions
diff --git a/Master/texmf-dist/doc/latex/platex-tools/README.md b/Master/texmf-dist/doc/latex/platex-tools/README.md index a0f2b36d1ab..797239589e9 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-02-13 +2021-05-15 Hironobu Yamashita diff --git a/Master/texmf-dist/doc/latex/platex-tools/pxeveryshi.pdf b/Master/texmf-dist/doc/latex/platex-tools/pxeveryshi.pdf Binary files differindex 449c93f8e32..141af320351 100644 --- a/Master/texmf-dist/doc/latex/platex-tools/pxeveryshi.pdf +++ b/Master/texmf-dist/doc/latex/platex-tools/pxeveryshi.pdf diff --git a/Master/texmf-dist/tex/latex/platex-tools/pxeveryshi.sty b/Master/texmf-dist/tex/latex/platex-tools/pxeveryshi.sty index 0b7144a53af..a1374373e2e 100644 --- a/Master/texmf-dist/tex/latex/platex-tools/pxeveryshi.sty +++ b/Master/texmf-dist/tex/latex/platex-tools/pxeveryshi.sty @@ -18,7 +18,7 @@ %% package declaration \NeedsTeXFormat{LaTeX2e} \ProvidesPackage{pxeveryshi} - [2021/02/13 v0.2b everyshi package for (u)pLaTeX] + [2021/05/15 v0.2c everyshi package for (u)pLaTeX] %% Since LaTeX2e 2020-10-01, everyshi.sty is merely %% an emulation by everyshi-ltx.sty from ltshipout.dtx. @@ -36,14 +36,14 @@ }{% \PackageError{pxeveryshi}{Inconsistent LaTeX2e/pLaTeX2e combination}\@ehc }% - \RequirePackageWithOptions{everyshi}% input anyway + \RequirePackage{everyshi}% input anyway \expandafter\endinput \fi %% The rest of this package is meant for %% LaTeX2e 2020-02-02 PL5 or older. -\RequirePackageWithOptions{everyshi} +\RequirePackage{everyshi} \ifx\@EveryShipout@Output\@undefined \PackageError{pxeveryshi}{This should not happen}\@ehc |