From aa1a33d597558f30bb573bc8626f326a36eeccdb Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Mon, 31 May 2021 20:22:20 +0000 Subject: plautopatch (31may21) git-svn-id: svn://tug.org/texlive/trunk@59405 c570f23f-e606-0410-a88d-b1316a301751 --- .../tex/latex/plautopatch/plarydshln.sty | 2 +- .../tex/latex/plautopatch/plautopatch.sty | 6 +++--- .../tex/latex/plautopatch/pxstfloats.sty | 25 ++++++++++++++++------ 3 files changed, 23 insertions(+), 10 deletions(-) (limited to 'Master/texmf-dist/tex/latex/plautopatch') diff --git a/Master/texmf-dist/tex/latex/plautopatch/plarydshln.sty b/Master/texmf-dist/tex/latex/plautopatch/plarydshln.sty index b84c27df01a..a2bef7a2863 100644 --- a/Master/texmf-dist/tex/latex/plautopatch/plarydshln.sty +++ b/Master/texmf-dist/tex/latex/plautopatch/plarydshln.sty @@ -9,7 +9,7 @@ % * arydshln.sty % (2004/08/31 v1.71 -- 2019/02/21 v1.76) % * plcore.ltx in platex -% (2001/09/26 v1.2a -- 2020/03/05 v1.3e) +% (2001/09/26 v1.2a -- 2021/03/25 v1.3i) % %% package declaration diff --git a/Master/texmf-dist/tex/latex/plautopatch/plautopatch.sty b/Master/texmf-dist/tex/latex/plautopatch/plautopatch.sty index 72d7327c0f1..bc1c794f425 100644 --- a/Master/texmf-dist/tex/latex/plautopatch/plautopatch.sty +++ b/Master/texmf-dist/tex/latex/plautopatch/plautopatch.sty @@ -8,7 +8,7 @@ \NeedsTeXFormat{LaTeX2e}% not pLaTeX2e on purpose! \ProvidesPackage{plautopatch} - [2021/05/15 v0.9o Automated patches for pLaTeX/upLaTeX] + [2021/05/31 v0.9p Automated patches for pLaTeX/upLaTeX] \ifx\pfmtname\@undefined \PackageInfo{plautopatch}{% @@ -218,10 +218,10 @@ \platpc@patch@after{collcell}{plcollcell}% (maintained here!) % --- in most cases, pxeverysel can be safely loaded even after everysel % --- but it can fail when \AtBeginDocument{everysel} is involved -% --- [Update] since LaTeX2e 2021-05-01, everysel.sty is merely +% --- [Update] since LaTeX2e 2021-06-01, everysel.sty is merely % --- an emulation by everysel-ltx.sty from firstaid, % --- which is supported by pLaTeX2e kernel natively -\@ifl@t@r{\fmtversion}{2021/05/01}{}% +\@ifl@t@r{\fmtversion}{2021/06/01}{}% {\platpc@patch@before{everysel}{pxeverysel}}% platex-tools % --- [Update] since LaTeX2e 2020-10-01, everyshi.sty is merely % --- an emulation by everyshi-ltx.sty from ltshipout.dtx, diff --git a/Master/texmf-dist/tex/latex/plautopatch/pxstfloats.sty b/Master/texmf-dist/tex/latex/plautopatch/pxstfloats.sty index 2698407f1f3..95769fc0c49 100644 --- a/Master/texmf-dist/tex/latex/plautopatch/pxstfloats.sty +++ b/Master/texmf-dist/tex/latex/plautopatch/pxstfloats.sty @@ -8,18 +8,31 @@ % % This package is expected to be compatible with % * stfloats.sty in sttools -% 2012/05/29 v1.1 -- 2017/03/27 v3.3 +% (2012/05/29 v1.1 -- 2017/03/27 v3.3) +% * plcore.ltx in platex +% (2001/09/26 v1.2a -- 2021/03/25 v1.3i) % Many thanks to lltjp-stfloats.sty in LuaTeX-ja project. % \NeedsTeXFormat{pLaTeX2e} \ProvidesPackage{pxstfloats} - [2017/02/19 v0.2 stfloats package for pLaTeX] + [2021/05/24 v0.2a stfloats package for pLaTeX] \RequirePackage{stfloats} +\ifx\pltx@adjust@wd@outputbox\@undefined + % pLaTeX2e <2020-10-01>+2 or older + \ifx\pdfprimitive\@undefined % just in case ... + \def\pltx@adjust@wd@outputbox{% + \ifydir\else\vbox{\hskip\z@}\fi} + \else % same as plcore.dtx 2021/03/25 v1.3i + \def\pltx@adjust@wd@outputbox{% + \ifydir\else\vbox{\pdfprimitive\everypar{}\hskip\z@}\fi} + \fi +\fi + %% mostly based on \fn@makecol in stfloats.sty, and %% the additions for supporting pLaTeX are based on -%% pLaTeX2e 2017/04/08 community ed. +%% pLaTeX2e 2021-06-01 community ed. %% the code is essentially compatible with %% fnpos.sty (yafoot) 1999/07/14 v1.0 %% |\makeFNmid| + |\makeFNbelow| status. @@ -49,7 +62,7 @@ \@texttop \dimen@ \dp\@outputbox \unvbox \@outputbox - \iftdir\vbox{\hskip\z@}\fi %% for pLaTeX + \pltx@adjust@wd@outputbox %% for pLaTeX \vskip -\dimen@ \@textbottom }% @@ -59,7 +72,7 @@ %% mostly based on \@makecol in latex.ltx, and %% the additions for supporting pLaTeX are based on -%% pLaTeX2e 2017/04/08 community ed. +%% pLaTeX2e 2021-06-01 community ed. %% the code is essentially compatible with %% fnpos.sty (yafoot) 1999/07/14 v1.0 %% |\makeFNmid| + |\makeFNabove| status. @@ -89,7 +102,7 @@ \@texttop \dimen@ \dp\@outputbox \unvbox \@outputbox - \iftdir\vbox{\hskip\z@}\fi %% for pLaTeX + \pltx@adjust@wd@outputbox %% for pLaTeX \vskip -\dimen@ \@textbottom }% -- cgit v1.2.3