texlive[51421] Master/texmf-dist: pxjahyper (22jun19)

commits+karl at tug.org commits+karl at tug.org
Sat Jun 22 23:22:25 CEST 2019


Revision: 51421
          http://tug.org/svn/texlive?view=revision&revision=51421
Author:   karl
Date:     2019-06-22 23:22:25 +0200 (Sat, 22 Jun 2019)
Log Message:
-----------
pxjahyper (22jun19)

Modified Paths:
--------------
    trunk/Master/texmf-dist/doc/platex/pxjahyper/LICENSE
    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.sty

Modified: trunk/Master/texmf-dist/doc/platex/pxjahyper/LICENSE
===================================================================
--- trunk/Master/texmf-dist/doc/platex/pxjahyper/LICENSE	2019-06-22 21:22:05 UTC (rev 51420)
+++ trunk/Master/texmf-dist/doc/platex/pxjahyper/LICENSE	2019-06-22 21:22:25 UTC (rev 51421)
@@ -1,6 +1,6 @@
 The MIT License
 
-Copyright (c) 2018 Takayuki YATO (aka. "ZR")
+Copyright (c) 2019 Takayuki YATO (aka. "ZR")
 
 Permission is hereby granted, free of charge, to any person obtaining a copy
 of this software and associated documentation files (the "Software"), to deal

Modified: trunk/Master/texmf-dist/doc/platex/pxjahyper/README-ja.md
===================================================================
--- trunk/Master/texmf-dist/doc/platex/pxjahyper/README-ja.md	2019-06-22 21:22:05 UTC (rev 51420)
+++ trunk/Master/texmf-dist/doc/platex/pxjahyper/README-ja.md	2019-06-22 21:22:25 UTC (rev 51421)
@@ -35,6 +35,9 @@
 更新履歴
 --------
 
+  * Version 0.3e 〈2019/06/20〉
+      - hyperref の `unicode` 指定が後から変更された場合はエラーを出す。
+
   * Version 0.3d 〈2018/07/15〉
       - バグ修正。
 

Modified: trunk/Master/texmf-dist/doc/platex/pxjahyper/README.md
===================================================================
--- trunk/Master/texmf-dist/doc/platex/pxjahyper/README.md	2019-06-22 21:22:05 UTC (rev 51420)
+++ trunk/Master/texmf-dist/doc/platex/pxjahyper/README.md	2019-06-22 21:22:25 UTC (rev 51421)
@@ -36,6 +36,7 @@
 Revision History
 ----------------
 
+  * Version 0.3e 〈2019/06/20〉
   * Version 0.3d 〈2018/07/15〉
   * Version 0.3c 〈2018/01/25〉
   * Version 0.3b 〈2018/01/13〉

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	2019-06-22 21:22:05 UTC (rev 51420)
+++ trunk/Master/texmf-dist/doc/platex/pxjahyper/pxjahyper.tex	2019-06-22 21:22:25 UTC (rev 51421)
@@ -3,8 +3,8 @@
 \documentclass[a4paper]{jsarticle}
 \usepackage{shortvrb}
 \MakeShortVerb{\|}
-\newcommand{\PkgVersion}{0.3d}
-\newcommand{\PkgDate}{2018/07/15}
+\newcommand{\PkgVersion}{0.3e}
+\newcommand{\PkgDate}{2019/06/20}
 \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.sty
===================================================================
--- trunk/Master/texmf-dist/tex/platex/pxjahyper/pxjahyper.sty	2019-06-22 21:22:05 UTC (rev 51420)
+++ trunk/Master/texmf-dist/tex/platex/pxjahyper/pxjahyper.sty	2019-06-22 21:22:25 UTC (rev 51421)
@@ -1,7 +1,7 @@
 %%
 %% This is file 'pxjahyper.sty'.
 %%
-%% Copyright (c) 2018 Takayuki YATO (aka. "ZR")
+%% Copyright (c) 2019 Takayuki YATO (aka. "ZR")
 %%   GitHub:   https://github.com/zr-tex8r
 %%   Twitter:  @zr_tex8r
 %%
@@ -10,7 +10,7 @@
 
 %% package declaration
 \NeedsTeXFormat{pLaTeX2e}
-\ProvidesPackage{pxjahyper}[2018/07/15 v0.3d]
+\ProvidesPackage{pxjahyper}[2019/06/20 v0.3e]
 
 %% error messages
 \def\pxhy at pkgname{pxjahyper}
@@ -100,6 +100,19 @@
     \csname iftrue\endcsname
   \pxhy at hy@unicodetrue
 \fi
+\AtBeginDocument{%
+  \@tempswafalse
+  \expandafter\ifx\csname ifHy at unicode\expandafter\endcsname
+      \csname iftrue\endcsname
+    \@tempswatrue
+  \fi
+  \ifnum0\ifpxhy at hy@unicode1\fi\if at tempswa1\fi=1
+    \PackageError\pxhy at pkgname
+     {You must not change the encoding setting (e.g.\MessageBreak
+      'unicode) of hyperref after pxjahyper is loaded}%
+     {\@ehc}%
+  \fi
+}
 
 %% Check hyperref driver.
 \ifx\pxhy at driver\@undefined



More information about the tex-live-commits mailing list