texlive[56723] Master/texmf-dist: plautopatch (21oct20)

commits+karl at tug.org commits+karl at tug.org
Wed Oct 21 23:04:55 CEST 2020


Revision: 56723
          http://tug.org/svn/texlive?view=revision&revision=56723
Author:   karl
Date:     2020-10-21 23:04:55 +0200 (Wed, 21 Oct 2020)
Log Message:
-----------
plautopatch (21oct20)

Modified Paths:
--------------
    trunk/Master/texmf-dist/doc/latex/plautopatch/README.md
    trunk/Master/texmf-dist/doc/latex/plautopatch/plautopatch-ja.pdf
    trunk/Master/texmf-dist/doc/latex/plautopatch/plautopatch-ja.tex
    trunk/Master/texmf-dist/doc/latex/plautopatch/plautopatch.pdf
    trunk/Master/texmf-dist/doc/latex/plautopatch/plautopatch.tex
    trunk/Master/texmf-dist/tex/latex/plautopatch/plautopatch.sty

Modified: trunk/Master/texmf-dist/doc/latex/plautopatch/README.md
===================================================================
--- trunk/Master/texmf-dist/doc/latex/plautopatch/README.md	2020-10-20 23:54:00 UTC (rev 56722)
+++ trunk/Master/texmf-dist/doc/latex/plautopatch/README.md	2020-10-21 21:04:55 UTC (rev 56723)
@@ -90,6 +90,6 @@
 
 ## Release Date
 
-2020-10-14
+2020-10-21
 
 Hironobu Yamashita

Modified: trunk/Master/texmf-dist/doc/latex/plautopatch/plautopatch-ja.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/doc/latex/plautopatch/plautopatch-ja.tex
===================================================================
--- trunk/Master/texmf-dist/doc/latex/plautopatch/plautopatch-ja.tex	2020-10-20 23:54:00 UTC (rev 56722)
+++ trunk/Master/texmf-dist/doc/latex/plautopatch/plautopatch-ja.tex	2020-10-21 21:04:55 UTC (rev 56723)
@@ -173,6 +173,7 @@
   \item 2020/09/25 v0.9i \textsf{pxeveryshi}と\textsf{pxatbegshi}を不要に
   \item 2020/09/27 v0.9j \textsf{eso-pic}のサポート(要\LaTeXe~2020-10-01)
   \item 2020/10/14 v0.9k トンボ関連パッチを\textsf{gentombow}へ移動
+  \item 2020/10/21 v0.9l \verb+\plautopatchdisable+が機能しなかったバグを修正
 \end{itemize}
 
 \end{document}

Modified: trunk/Master/texmf-dist/doc/latex/plautopatch/plautopatch.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/doc/latex/plautopatch/plautopatch.tex
===================================================================
--- trunk/Master/texmf-dist/doc/latex/plautopatch/plautopatch.tex	2020-10-20 23:54:00 UTC (rev 56722)
+++ trunk/Master/texmf-dist/doc/latex/plautopatch/plautopatch.tex	2020-10-21 21:04:55 UTC (rev 56723)
@@ -175,6 +175,7 @@
   \item 2020/09/25 v0.9i Do not require \textsf{pxeveryshi} and \textsf{pxatbegshi}
   \item 2020/09/27 v0.9j Add support for \textsf{eso-pic} (\LaTeXe~2020-10-01 required)
   \item 2020/10/14 v0.9k Move tombow-related patches to \textsf{gentombow}
+  \item 2020/10/21 v0.9l Bug fix for \verb+\plautopatchdisable+
 \end{itemize}
 
 \end{document}

Modified: trunk/Master/texmf-dist/tex/latex/plautopatch/plautopatch.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/plautopatch/plautopatch.sty	2020-10-20 23:54:00 UTC (rev 56722)
+++ trunk/Master/texmf-dist/tex/latex/plautopatch/plautopatch.sty	2020-10-21 21:04:55 UTC (rev 56723)
@@ -8,7 +8,7 @@
 
 \NeedsTeXFormat{LaTeX2e}% not pLaTeX2e on purpose!
 \ProvidesPackage{plautopatch}
-    [2020/10/14 v0.9k Automated patches for pLaTeX/upLaTeX]
+    [2020/10/21 v0.9l Automated patches for pLaTeX/upLaTeX]
 
 \ifx\pfmtname\@undefined
   \PackageInfo{plautopatch}{%
@@ -22,6 +22,8 @@
 \def\platpc at err{\PackageError\platpc at pkgname}
 \def\platpc at warn{\PackageWarningNoLine\platpc at pkgname}
 \def\platpc at info{\PackageInfo\platpc at pkgname}
+\let\platpc at debug\@gobble
+%\def\platpc at debug#1{\typeout{\platpc at pkgname: [DEBUG] #1}}% for debug
 
 %% Since LaTeX2e 2020-10-01, most of features in filehook.sty
 %% is available in ltfilehook.dtx.
@@ -60,6 +62,9 @@
 \def\platpc at ifnotdisabled#1{%
   \expandafter\ifx\csname platpc at disable@#1\endcsname\relax
     \expandafter\@firstofone
+  \else
+    \platpc at debug{Patch for #1 is disabled, not applying}%
+    \expandafter\@gobble
   \fi
 }
 
@@ -174,6 +179,7 @@
   \edef\@tempa{\zap at space#1 \@empty}%
   \@for\@tempa:=\@tempa\do{%
     \expandafter\let\csname platpc at disable@\@tempa\endcsname\@empty
+    \platpc at debug{Disabled patch for #1}%
   }%
 }
 \@onlypreamble\plautopatchdisable



More information about the tex-live-commits mailing list.