texlive[48207] Master/texmf-dist: pxjahyper (15jul18)
commits+karl at tug.org
commits+karl at tug.org
Sun Jul 15 23:14:16 CEST 2018
Revision: 48207
http://tug.org/svn/texlive?view=revision&revision=48207
Author: karl
Date: 2018-07-15 23:14:16 +0200 (Sun, 15 Jul 2018)
Log Message:
-----------
pxjahyper (15jul18)
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.sty
Modified: trunk/Master/texmf-dist/doc/platex/pxjahyper/README-ja.md
===================================================================
--- trunk/Master/texmf-dist/doc/platex/pxjahyper/README-ja.md 2018-07-15 07:06:05 UTC (rev 48206)
+++ trunk/Master/texmf-dist/doc/platex/pxjahyper/README-ja.md 2018-07-15 21:14:16 UTC (rev 48207)
@@ -35,6 +35,9 @@
更新履歴
--------
+ * Version 0.3d 〈2018/07/15〉
+ - バグ修正。
+
* Version 0.3c 〈2018/01/25〉
- バグ修正。
Modified: trunk/Master/texmf-dist/doc/platex/pxjahyper/README.md
===================================================================
--- trunk/Master/texmf-dist/doc/platex/pxjahyper/README.md 2018-07-15 07:06:05 UTC (rev 48206)
+++ trunk/Master/texmf-dist/doc/platex/pxjahyper/README.md 2018-07-15 21:14:16 UTC (rev 48207)
@@ -36,6 +36,7 @@
Revision History
----------------
+ * Version 0.3d 〈2018/07/15〉
* Version 0.3c 〈2018/01/25〉
* Version 0.3b 〈2018/01/13〉
* Version 0.3a 〈2017/10/17〉
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 2018-07-15 07:06:05 UTC (rev 48206)
+++ trunk/Master/texmf-dist/doc/platex/pxjahyper/pxjahyper.tex 2018-07-15 21:14:16 UTC (rev 48207)
@@ -3,8 +3,8 @@
\documentclass[a4paper]{jsarticle}
\usepackage{shortvrb}
\MakeShortVerb{\|}
-\newcommand{\PkgVersion}{0.3c}
-\newcommand{\PkgDate}{2018/01/25}
+\newcommand{\PkgVersion}{0.3d}
+\newcommand{\PkgDate}{2018/07/15}
\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 2018-07-15 07:06:05 UTC (rev 48206)
+++ trunk/Master/texmf-dist/tex/platex/pxjahyper/pxjahyper.sty 2018-07-15 21:14:16 UTC (rev 48207)
@@ -10,7 +10,7 @@
%% package declaration
\NeedsTeXFormat{pLaTeX2e}
-\ProvidesPackage{pxjahyper}[2018/01/25 v0.3c]
+\ProvidesPackage{pxjahyper}[2018/07/15 v0.3d]
%% error messages
\def\pxhy at pkgname{pxjahyper}
@@ -421,7 +421,18 @@
\@onlypreamble\pxhy at revoke@pdf at tc
\def\pxhy at revoke@pdf at tc#1{%
\expandafter\let\csname PD1\string#1\endcsname\@undefined
+ \pxhy at make@txtcmd\pxhy at tmpa{PD1}#1%
+ \ifx#1\pxhy at tmpa
+ \pxhy at make@txtcmd#1?#1%
+ \fi
}
+\@onlypreamble\pxhy at make@txtcmd
+\def\pxhy at make@txtcmd#1#2#3{%
+ \expandafter\def\expandafter#1\expandafter{%
+ \csname#2-cmd\expandafter\endcsname\expandafter#3%
+ \csname#2\string#3\endcsname
+ }%
+}
%% \pxhy at revoke@pdf at tcc
\@onlypreamble\pxhy at revoke@pdf at tc
More information about the tex-live-commits
mailing list