diff options
author | Karl Berry <karl@freefriends.org> | 2018-07-15 21:14:16 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2018-07-15 21:14:16 +0000 |
commit | 1fe10a684efcb7436e3c7d4d9a7baf6dc45b0b41 (patch) | |
tree | 8326da5ff759385261dda252c66607b1e1d86243 /Master | |
parent | feee5d6dad842f241251c494afc0ede40431788d (diff) |
pxjahyper (15jul18)
git-svn-id: svn://tug.org/texlive/trunk@48207 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r-- | Master/texmf-dist/doc/platex/pxjahyper/README-ja.md | 3 | ||||
-rw-r--r-- | Master/texmf-dist/doc/platex/pxjahyper/README.md | 1 | ||||
-rw-r--r-- | Master/texmf-dist/doc/platex/pxjahyper/pxjahyper.pdf | bin | 96204 -> 96303 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/platex/pxjahyper/pxjahyper.tex | 4 | ||||
-rw-r--r-- | Master/texmf-dist/tex/platex/pxjahyper/pxjahyper.sty | 13 |
5 files changed, 18 insertions, 3 deletions
diff --git a/Master/texmf-dist/doc/platex/pxjahyper/README-ja.md b/Master/texmf-dist/doc/platex/pxjahyper/README-ja.md index 6e64d6e4c02..0f948b7d2ab 100644 --- a/Master/texmf-dist/doc/platex/pxjahyper/README-ja.md +++ b/Master/texmf-dist/doc/platex/pxjahyper/README-ja.md @@ -35,6 +35,9 @@ pxjahyper パッケージ ー 本体 更新履歴 -------- + * Version 0.3d 〈2018/07/15〉 + - バグ修正。 + * Version 0.3c 〈2018/01/25〉 - バグ修正。 diff --git a/Master/texmf-dist/doc/platex/pxjahyper/README.md b/Master/texmf-dist/doc/platex/pxjahyper/README.md index d6d78dbf366..3f372525ece 100644 --- a/Master/texmf-dist/doc/platex/pxjahyper/README.md +++ b/Master/texmf-dist/doc/platex/pxjahyper/README.md @@ -36,6 +36,7 @@ Please refer to the manual `pxjahyper.pdf` (in Japanese) for detail. 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〉 diff --git a/Master/texmf-dist/doc/platex/pxjahyper/pxjahyper.pdf b/Master/texmf-dist/doc/platex/pxjahyper/pxjahyper.pdf Binary files differindex 72cb117721d..bd09ec3ec78 100644 --- a/Master/texmf-dist/doc/platex/pxjahyper/pxjahyper.pdf +++ b/Master/texmf-dist/doc/platex/pxjahyper/pxjahyper.pdf diff --git a/Master/texmf-dist/doc/platex/pxjahyper/pxjahyper.tex b/Master/texmf-dist/doc/platex/pxjahyper/pxjahyper.tex index 6d1b7014498..67e4d7e8d15 100644 --- a/Master/texmf-dist/doc/platex/pxjahyper/pxjahyper.tex +++ b/Master/texmf-dist/doc/platex/pxjahyper/pxjahyper.tex @@ -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 ※} diff --git a/Master/texmf-dist/tex/platex/pxjahyper/pxjahyper.sty b/Master/texmf-dist/tex/platex/pxjahyper/pxjahyper.sty index a637c63f515..6665b45055b 100644 --- a/Master/texmf-dist/tex/platex/pxjahyper/pxjahyper.sty +++ b/Master/texmf-dist/tex/platex/pxjahyper/pxjahyper.sty @@ -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@pkgname{pxjahyper} @@ -421,6 +421,17 @@ pxhy@driver = \the\pxhy@driver^^J% \@onlypreamble\pxhy@revoke@pdf@tc \def\pxhy@revoke@pdf@tc#1{% \expandafter\let\csname PD1\string#1\endcsname\@undefined + \pxhy@make@txtcmd\pxhy@tmpa{PD1}#1% + \ifx#1\pxhy@tmpa + \pxhy@make@txtcmd#1?#1% + \fi +} +\@onlypreamble\pxhy@make@txtcmd +\def\pxhy@make@txtcmd#1#2#3{% + \expandafter\def\expandafter#1\expandafter{% + \csname#2-cmd\expandafter\endcsname\expandafter#3% + \csname#2\string#3\endcsname + }% } %% \pxhy@revoke@pdf@tcc |