summaryrefslogtreecommitdiff
path: root/language
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2021-02-24 03:01:25 +0000
committerNorbert Preining <norbert@preining.info>2021-02-24 03:01:25 +0000
commit55f834f428a0c05dedecc8d33a1c5300e58c91fc (patch)
tree149edecdb34c91f142df481ba9bbb6d74f8f62f6 /language
parent22774c08f9f3ee390346355cda22d5e5fa667d78 (diff)
CTAN sync 202102240301
Diffstat (limited to 'language')
-rw-r--r--language/japanese/pxjahyper/README-ja.md3
-rw-r--r--language/japanese/pxjahyper/README.md1
-rw-r--r--language/japanese/pxjahyper/pxjahyper-ajm.def2
-rw-r--r--language/japanese/pxjahyper/pxjahyper-enc.sty2
-rw-r--r--language/japanese/pxjahyper/pxjahyper.pdfbin116383 -> 116372 bytes
-rw-r--r--language/japanese/pxjahyper/pxjahyper.sty6
-rw-r--r--language/japanese/pxjahyper/pxjahyper.tex4
7 files changed, 11 insertions, 7 deletions
diff --git a/language/japanese/pxjahyper/README-ja.md b/language/japanese/pxjahyper/README-ja.md
index 6466183123..d072206a31 100644
--- a/language/japanese/pxjahyper/README-ja.md
+++ b/language/japanese/pxjahyper/README-ja.md
@@ -70,6 +70,9 @@ pxjahyper-enc パッケージ ー 文字コード設定
更新履歴
--------
+ * Version 0.7a 〈2021/02/23〉
+ - バグ修正。
+
* Version 0.7 〈2021/02/13〉
- 「upLaTeX での hyperref の `unicode` 指定への対応」を正式サポート
の扱いとする。一部の正常動作しなかった機能についても対応させる。
diff --git a/language/japanese/pxjahyper/README.md b/language/japanese/pxjahyper/README.md
index e0fcf3072d..13d3d2c8a3 100644
--- a/language/japanese/pxjahyper/README.md
+++ b/language/japanese/pxjahyper/README.md
@@ -52,6 +52,7 @@ the PDF strings in the output DVI file.
Revision History
----------------
+ * Version 0.7a 〈2021/02/23〉
* Version 0.7 〈2021/02/13〉
* Version 0.6a 〈2020/10/10〉
* Version 0.6 〈2020/10/05〉
diff --git a/language/japanese/pxjahyper/pxjahyper-ajm.def b/language/japanese/pxjahyper/pxjahyper-ajm.def
index ff6683c71c..a008e370ef 100644
--- a/language/japanese/pxjahyper/pxjahyper-ajm.def
+++ b/language/japanese/pxjahyper/pxjahyper-ajm.def
@@ -11,7 +11,7 @@
%% package declaration
\NeedsTeXFormat{pLaTeX2e}
-\ProvidesFile{pxjahyper-ajm.def}[2021/02/13 v0.7]
+\ProvidesFile{pxjahyper-ajm.def}[2021/02/23 v0.7a]
%% avoid multiple loading
\csname pxjahyperajmLoaded\endcsname
diff --git a/language/japanese/pxjahyper/pxjahyper-enc.sty b/language/japanese/pxjahyper/pxjahyper-enc.sty
index b8724de638..b1c1eee2b0 100644
--- a/language/japanese/pxjahyper/pxjahyper-enc.sty
+++ b/language/japanese/pxjahyper/pxjahyper-enc.sty
@@ -10,7 +10,7 @@
%% package declaration
\NeedsTeXFormat{pLaTeX2e}
-\ProvidesPackage{pxjahyper-enc}[2021/02/13 v0.7]
+\ProvidesPackage{pxjahyper-enc}[2021/02/23 v0.7a]
\def\pxhe@pkgname{pxjahyper-enc}
\providecommand{\bxDebug}[1]{}
diff --git a/language/japanese/pxjahyper/pxjahyper.pdf b/language/japanese/pxjahyper/pxjahyper.pdf
index a4ce575c7f..c91510f925 100644
--- a/language/japanese/pxjahyper/pxjahyper.pdf
+++ b/language/japanese/pxjahyper/pxjahyper.pdf
Binary files differ
diff --git a/language/japanese/pxjahyper/pxjahyper.sty b/language/japanese/pxjahyper/pxjahyper.sty
index f7a8699dc4..003c27138f 100644
--- a/language/japanese/pxjahyper/pxjahyper.sty
+++ b/language/japanese/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
}
diff --git a/language/japanese/pxjahyper/pxjahyper.tex b/language/japanese/pxjahyper/pxjahyper.tex
index 4c121b1438..7ed015bf49 100644
--- a/language/japanese/pxjahyper/pxjahyper.tex
+++ b/language/japanese/pxjahyper/pxjahyper.tex
@@ -6,8 +6,8 @@
\MakeShortVerb{\|}
\usepackage{bxtexlogo}
\bxtexlogoimport{*}
-\newcommand{\PkgVersion}{0.7}
-\newcommand{\PkgDate}{2021/02/13}
+\newcommand{\PkgVersion}{0.7a}
+\newcommand{\PkgDate}{2021/02/23}
\newcommand{\Pkg}[1]{\textsf{#1}}
\newcommand{\Meta}[1]{$\langle$\mbox{}#1\mbox{}$\rangle$}
\newcommand{\Note}{\par\noindent ※}