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/texmf-dist/tex/platex | |
parent | feee5d6dad842f241251c494afc0ede40431788d (diff) |
pxjahyper (15jul18)
git-svn-id: svn://tug.org/texlive/trunk@48207 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/platex')
-rw-r--r-- | Master/texmf-dist/tex/platex/pxjahyper/pxjahyper.sty | 13 |
1 files changed, 12 insertions, 1 deletions
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 |