texlive[56453] Master/texmf-dist: pxjahyper (27sep20)

commits+karl at tug.org commits+karl at tug.org
Sun Sep 27 23:26:48 CEST 2020


Revision: 56453
          http://tug.org/svn/texlive?view=revision&revision=56453
Author:   karl
Date:     2020-09-27 23:26:48 +0200 (Sun, 27 Sep 2020)
Log Message:
-----------
pxjahyper (27sep20)

Modified Paths:
--------------
    trunk/Master/texmf-dist/doc/platex/pxjahyper/README-ja.md
    trunk/Master/texmf-dist/doc/platex/pxjahyper/README.md
    trunk/Master/texmf-dist/doc/platex/pxjahyper/pxjahyper.pdf
    trunk/Master/texmf-dist/doc/platex/pxjahyper/pxjahyper.tex
    trunk/Master/texmf-dist/tex/platex/pxjahyper/pxjahyper-ajm.def
    trunk/Master/texmf-dist/tex/platex/pxjahyper/pxjahyper.sty

Modified: trunk/Master/texmf-dist/doc/platex/pxjahyper/README-ja.md
===================================================================
--- trunk/Master/texmf-dist/doc/platex/pxjahyper/README-ja.md	2020-09-27 21:26:36 UTC (rev 56452)
+++ trunk/Master/texmf-dist/doc/platex/pxjahyper/README-ja.md	2020-09-27 21:26:48 UTC (rev 56453)
@@ -41,6 +41,9 @@
 更新履歴
 --------
 
+  * Version 0.5a 〈2020/09/27〉
+      - LaTeX カーネル 2020/10/01 版への対応。
+
   * Version 0.5  〈2020/06/13〉
       - `otfmacros` オプションを正式にサポート。
       - `disablecmds` オプションを追加。

Modified: trunk/Master/texmf-dist/doc/platex/pxjahyper/README.md
===================================================================
--- trunk/Master/texmf-dist/doc/platex/pxjahyper/README.md	2020-09-27 21:26:36 UTC (rev 56452)
+++ trunk/Master/texmf-dist/doc/platex/pxjahyper/README.md	2020-09-27 21:26:48 UTC (rev 56453)
@@ -42,6 +42,7 @@
 Revision History
 ----------------
 
+  * Version 0.5a 〈2020/09/27〉
   * Version 0.5  〈2020/06/13〉
   * Version 0.4b 〈2020/04/24〉
   * Version 0.4a 〈2019/11/23〉

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

Modified: trunk/Master/texmf-dist/doc/platex/pxjahyper/pxjahyper.tex
===================================================================
--- trunk/Master/texmf-dist/doc/platex/pxjahyper/pxjahyper.tex	2020-09-27 21:26:36 UTC (rev 56452)
+++ trunk/Master/texmf-dist/doc/platex/pxjahyper/pxjahyper.tex	2020-09-27 21:26:48 UTC (rev 56453)
@@ -6,8 +6,8 @@
 \MakeShortVerb{\|}
 \usepackage{bxtexlogo}
 \bxtexlogoimport{*}
-\newcommand{\PkgVersion}{0.5}
-\newcommand{\PkgDate}{2020/06/13}
+\newcommand{\PkgVersion}{0.5a}
+\newcommand{\PkgDate}{2020/09/27}
 \newcommand{\Pkg}[1]{\textsf{#1}}
 \newcommand{\Meta}[1]{$\langle$\mbox{}#1\mbox{}$\rangle$}
 \newcommand{\Note}{\par\noindent ※}

Modified: trunk/Master/texmf-dist/tex/platex/pxjahyper/pxjahyper-ajm.def
===================================================================
--- trunk/Master/texmf-dist/tex/platex/pxjahyper/pxjahyper-ajm.def	2020-09-27 21:26:36 UTC (rev 56452)
+++ trunk/Master/texmf-dist/tex/platex/pxjahyper/pxjahyper-ajm.def	2020-09-27 21:26:48 UTC (rev 56453)
@@ -11,7 +11,7 @@
 
 %% package declaration
 \NeedsTeXFormat{pLaTeX2e}
-\ProvidesFile{pxjahyper-ajm.def}[2020/06/13 v0.5]
+\ProvidesFile{pxjahyper-ajm.def}[2020/09/27 v0.5a]
 
 %% avoid multiple loading
 \csname pxjahyperajmLoaded\endcsname

Modified: trunk/Master/texmf-dist/tex/platex/pxjahyper/pxjahyper.sty
===================================================================
--- trunk/Master/texmf-dist/tex/platex/pxjahyper/pxjahyper.sty	2020-09-27 21:26:36 UTC (rev 56452)
+++ trunk/Master/texmf-dist/tex/platex/pxjahyper/pxjahyper.sty	2020-09-27 21:26:48 UTC (rev 56453)
@@ -10,7 +10,7 @@
 
 %% package declaration
 \NeedsTeXFormat{pLaTeX2e}
-\ProvidesPackage{pxjahyper}[2020/06/13 v0.5]
+\ProvidesPackage{pxjahyper}[2020/09/27 v0.5a]
 
 %% error messages
 \def\pxhy at pkgname{pxjahyper}
@@ -246,6 +246,7 @@
 \let\pxhy at mk\indent % unexpandable
 
 %% \pxhy at out@special{<text>}
+\ifx\AddToHook\@undefined %------- without hook system
 \def\pxhy at out@special#1{%
   \begingroup
     \toks\z@{\special{#1}}%
@@ -253,6 +254,13 @@
     \xdef\AtBegShi at HookFirst{\the\toks@\the\toks\tw@}%
   \endgroup
 }
+\else                     %------- with hook system
+\def\pxhy at out@special#1{%
+  \AddToHook{shipout/firstpage}[./urgent]{\special{#1}}%
+}
+\DeclareHookRule{shipout/firstpage}{./urgent}{<}{hyperref}
+\DeclareHookRule{shipout/firstpage}{.}{>}{hyperref}
+\fi
 
 %% \pxhy at get@jchar{<num>}
 % Let \pxhy at jchar a macro expanding to a single jchar token



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