diff options
Diffstat (limited to 'Master/texmf-dist/tex/platex/base')
-rw-r--r-- | Master/texmf-dist/tex/platex/base/exppl2e.sty | 9 | ||||
-rw-r--r-- | Master/texmf-dist/tex/platex/base/platexrelease.sty | 6 | ||||
-rw-r--r-- | Master/texmf-dist/tex/platex/base/plcore.ltx | 6 |
3 files changed, 12 insertions, 9 deletions
diff --git a/Master/texmf-dist/tex/platex/base/exppl2e.sty b/Master/texmf-dist/tex/platex/base/exppl2e.sty index eaaf3bc6538..ed4430d05a3 100644 --- a/Master/texmf-dist/tex/platex/base/exppl2e.sty +++ b/Master/texmf-dist/tex/platex/base/exppl2e.sty @@ -2,7 +2,7 @@ % % This is file `exppl2e.sty', for experimental pLaTeX2e. % -% Copyright (c) 2016-2017 Japanese TeX Development Community +% Copyright (c) 2016-2018 Japanese TeX Development Community % % This file is part of the pLaTeX2e system (community edition). % ------------------------------------------------------------- @@ -34,7 +34,7 @@ % case 1: This file must be a normal package \NeedsTeXFormat{pLaTeX2e} \ProvidesPackage{exppl2e} - [2017/12/06 v1.0r Experimental pLaTeX2e features] + [2018/03/12 v1.0t Experimental pLaTeX2e features] \PackageWarningNoLine{exppl2e}{% This is the unstable, experimental part of pLaTeX2e.\MessageBreak This package may contain:\MessageBreak @@ -542,15 +542,16 @@ % $B?eJ?%b!<%I$G$"$l$P$=$N$^$^(B|\inhibitglue|$B$rH/9T$7!"$=$l0J30$G$"$l$P(B % |\everypar|$BFb$K(B|\inhibitglue|$B$r;E9~$_$^$9!#(B % \changes{v1.2x}{2018/03/01}{\cs{everypar}$B$K(B\cs{inhibitglue}$B$r;E9~$`%^%/%mDI2C(B} +% \changes{v1.2y}{2018/03/12}{\cs{inhibitglue}$B$r(B\cs{everypar}$B$NKvHx$K0\F0(B} % \begin{macrocode} %<platexrelease>\plIncludeInRelease{2018/03/09}{\pltx@next@inhibitglue} %<platexrelease> {Add \pltx@next@inhibitglue}% %<*plcore|platexrelease> \protected\def\pltx@next@inhibitglue{% \ifhmode\inhibitglue\else - \edef\@tempa{\everypar{\inhibitglue + \edef\@tempa{\everypar{% \everypar{\unexpanded\expandafter{\the\everypar}}% - \unexpanded\expandafter{\the\everypar}}}% + \unexpanded\expandafter{\the\everypar}\inhibitglue}}% \@tempa\fi} %</plcore|platexrelease> %<platexrelease>\plEndIncludeInRelease diff --git a/Master/texmf-dist/tex/platex/base/platexrelease.sty b/Master/texmf-dist/tex/platex/base/platexrelease.sty index 9ff963103b1..619c40ecb90 100644 --- a/Master/texmf-dist/tex/platex/base/platexrelease.sty +++ b/Master/texmf-dist/tex/platex/base/platexrelease.sty @@ -131,6 +131,8 @@ of this package available from CTAN} some critical bugs. We advise you to\MessageBreak select another format date} \plIncludeInRelease{2017/10/28}{\PackageWarning}{pLaTeX Info}% + % * <2018/03/09>+1 + % * <2018/03/09> % * <2017/10/28>+4 \plEndIncludeInRelease \plIncludeInRelease{2017/07/29}{\PackageWarning}{pLaTeX Info}% @@ -1319,9 +1321,9 @@ of this package available from CTAN} {Add \pltx@next@inhibitglue}% \protected\def\pltx@next@inhibitglue{% \ifhmode\inhibitglue\else - \edef\@tempa{\everypar{\inhibitglue + \edef\@tempa{\everypar{% \everypar{\unexpanded\expandafter{\the\everypar}}% - \unexpanded\expandafter{\the\everypar}}}% + \unexpanded\expandafter{\the\everypar}\inhibitglue}}% \@tempa\fi} \plEndIncludeInRelease \plIncludeInRelease{0000/00/00}{\pltx@next@inhibitglue} diff --git a/Master/texmf-dist/tex/platex/base/plcore.ltx b/Master/texmf-dist/tex/platex/base/plcore.ltx index 288406422f2..8d723a272a8 100644 --- a/Master/texmf-dist/tex/platex/base/plcore.ltx +++ b/Master/texmf-dist/tex/platex/base/plcore.ltx @@ -19,7 +19,7 @@ \def\pfmtname{pLaTeX2e} \def\pfmtversion {2018/03/09} -\def\ppatch@level{0} +\def\ppatch@level{1} \edef\platexBANNER{\the\everyjob\noexpand\typeout{}\relax}% save LaTeX banner \newif\if@plincludeinrelease \@plincludeinreleasefalse @@ -1107,9 +1107,9 @@ \@sharp\unskip\@endpbox}} \protected\def\pltx@next@inhibitglue{% \ifhmode\inhibitglue\else - \edef\@tempa{\everypar{\inhibitglue + \edef\@tempa{\everypar{% \everypar{\unexpanded\expandafter{\the\everypar}}% - \unexpanded\expandafter{\the\everypar}}}% + \unexpanded\expandafter{\the\everypar}\inhibitglue}}% \@tempa\fi} \def\@tabular{\leavevmode \null\hbox \bgroup $\let\@acol\@tabacol \let\@classz\@tabclassz |