From 9016960eb053b949ab2b9c73c31fd8d598fd5f13 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Thu, 15 Dec 2022 20:43:14 +0000 Subject: platex (15dec22) git-svn-id: svn://tug.org/texlive/trunk@65278 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/tex/platex/base/exppl2e.sty | 13 +++++++------ Master/texmf-dist/tex/platex/base/plcore.ltx | 21 ++++++++++++++------- 2 files changed, 21 insertions(+), 13 deletions(-) (limited to 'Master/texmf-dist/tex/platex') diff --git a/Master/texmf-dist/tex/platex/base/exppl2e.sty b/Master/texmf-dist/tex/platex/base/exppl2e.sty index 3daa697b270..a793e5cf5d2 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-2020 Japanese TeX Development Community +% Copyright (c) 2016-2022 Japanese TeX Development Community % % This file is part of the pLaTeX2e system (community edition). % ------------------------------------------------------------- @@ -47,7 +47,8 @@ \RequirePackage[latest]{platexrelease} \else % case 2: This file pretends to be a document - \documentclass{jltxdoc} + \RequirePackage{plautopatch} + \documentclass[dvipdfmx,a4paper]{jltxdoc} \title{Experimental p\LaTeXe} \author{Japanese \TeX\ Development Community} \begin{document} @@ -169,7 +170,7 @@ % もし|\null|の代わりに|\hskip\z@|を挿入すれば、\LaTeX{}と同様に % Underfull警告を出すことができます。 % ただし、|\null|を挿入した場合と異なり、強制改行後の行頭に -% JFMグル―が入らなくなります。これはむしろ、奥村さんのjsclassesで +% JFMグルーが入らなくなります。これはむしろ、奥村さんのjsclassesで % 行頭を天ツキに直しているのと同じですが、p\LaTeX{}としては挙動が % 変化してしまいますので、現時点では|\null|→|\hskip\z@|への変更を % 見送っています。 @@ -332,7 +333,7 @@ % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % -% \section{tabbing環境の行冒頭のJFMグル―} +% \section{tabbing環境の行冒頭のJFMグルー} % % 2017/10/28に導入済み。 % @@ -350,13 +351,13 @@ % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % -% \subsection{直前のJFM由来スペースの削除【コミュニティ版独自】} +% \section{直前のJFM由来スペースの削除【コミュニティ版独自】} % % 2018/03/09に導入済み。 % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % -% \section{tabular環境のセル内のJFMグル―} +% \section{tabular環境のセル内のJFMグルー} % % 2018/03/09に導入済み。 % diff --git a/Master/texmf-dist/tex/platex/base/plcore.ltx b/Master/texmf-dist/tex/platex/base/plcore.ltx index 321eb942db4..7279ad72670 100644 --- a/Master/texmf-dist/tex/platex/base/plcore.ltx +++ b/Master/texmf-dist/tex/platex/base/plcore.ltx @@ -35,21 +35,28 @@ \def\pfmtname{pLaTeX2e} \def\pfmtversion {2021-11-15} -\def\ppatch@level{0} +\def\ppatch@level{1} \edef\platexBANNER{\noexpand\platexNILa \the\everyjob % LaTeX banner and delayed codes \noexpand\platexNILb} \begingroup \ifnum\ppatch@level=0 - \toks2={\pfmtname\space<\pfmtversion>\space}% + \toks2={\pfmtname\space<\pfmtversion>}% \else\ifnum\ppatch@level>0 - \toks2={\pfmtname\space<\pfmtversion>+\ppatch@level\space}% + \toks2={\pfmtname\space<\pfmtversion>+\ppatch@level}% \else - \toks2={\pfmtname\space<\pfmtversion>-pre\ppatch@level\space}% + \toks2={\pfmtname\space<\pfmtversion>-pre\ppatch@level}% \fi\fi - \edef\platexNILa#1\typeout#2#3\platexNILb{% - #1\noexpand\typeout{\the\toks2 (based on #2)}#3} - \global\everyjob\expandafter\expandafter\expandafter{\platexBANNER}% + \ifdefined\LaTeXReleaseInfo + \global\LaTeXReleaseInfo\expandafter{\expanded{% + \noexpand\show@release@info{\the\toks2, based on}% + \unexpanded\expandafter{\the\LaTeXReleaseInfo}% + }}% + \else + \edef\platexNILa#1\typeout#2#3\platexNILb{% + #1\noexpand\typeout{\the\toks2 \space(based on #2)}#3} + \global\everyjob\expandafter\expandafter\expandafter{\platexBANNER}% + \fi \endgroup \let\platexBANNER=\@undefined \chardef\pltx@newhook@avail=\z@ -- cgit v1.2.3