diff options
Diffstat (limited to 'Master/texmf-dist/tex/platex/pxjahyper/pxjahyper.sty')
-rw-r--r-- | Master/texmf-dist/tex/platex/pxjahyper/pxjahyper.sty | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Master/texmf-dist/tex/platex/pxjahyper/pxjahyper.sty b/Master/texmf-dist/tex/platex/pxjahyper/pxjahyper.sty index f7a8699dc4b..003c27138fb 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}[2021/02/13 v0.7] +\ProvidesPackage{pxjahyper}[2021/02/23 v0.7a] \def\pxhy@pkgname{pxjahyper} \providecommand{\bxDebug}[1]{} @@ -540,7 +540,7 @@ pxhy@driver = \the\pxhy@driver^^J% }% \ifpxhy@otfmacros \ifx\ajSnowman\@undefined\else % ajmacros is loaded - \makeatletter + \chardef\pxhy@tmp@orgcc=\catcode`\@ \InputIfFileExists{pxjahyper-ajm.def}{% \PackageInfo\pxhy@pkgname {Loaded 'pxjahyper-ajm.def'\@gobble}% @@ -548,7 +548,7 @@ pxhy@driver = \the\pxhy@driver^^J% \PackageWarning\pxhy@pkgname {File 'pxjahyper-ajm.def' not found\@gobble}% }% - \makeatother + \catcode`\@=\pxhy@tmp@orgcc \fi \fi } |