summaryrefslogtreecommitdiff
path: root/language/japanese
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2021-06-20 03:01:22 +0000
committerNorbert Preining <norbert@preining.info>2021-06-20 03:01:22 +0000
commit0b024adf546cd484554e4de5bd1a9919a4fdd03d (patch)
treef688c8afa79d522868966c9c91e09088f28b5248 /language/japanese
parentdaa6873fe1d06863ffc2980970295b39071f02ba (diff)
CTAN sync 202106200301
Diffstat (limited to 'language/japanese')
-rw-r--r--language/japanese/BX/bxjaprnind/README-ja.md3
-rw-r--r--language/japanese/BX/bxjaprnind/README.md1
-rw-r--r--language/japanese/BX/bxjaprnind/bxjaprnind.pdfbin91296 -> 91438 bytes
-rw-r--r--language/japanese/BX/bxjaprnind/bxjaprnind.sty8
-rw-r--r--language/japanese/BX/bxjaprnind/bxjaprnind.tex4
5 files changed, 13 insertions, 3 deletions
diff --git a/language/japanese/BX/bxjaprnind/README-ja.md b/language/japanese/BX/bxjaprnind/README-ja.md
index f02b218df8..0d5f32f82b 100644
--- a/language/japanese/BX/bxjaprnind/README-ja.md
+++ b/language/japanese/BX/bxjaprnind/README-ja.md
@@ -37,6 +37,9 @@ bxjaprnind パッケージ ― 本体
更新履歴
--------
+ * Version 0.4a 〈2021/06/18〉
+ - 手違いで `dialogueparenindentamount` の定義が欠落していたような
+ ので修正。
* Version 0.4 〈2021/06/06〉
- バグ修正。
- `force` オプションを追加。
diff --git a/language/japanese/BX/bxjaprnind/README.md b/language/japanese/BX/bxjaprnind/README.md
index f89074a6bb..4f2a12f57f 100644
--- a/language/japanese/BX/bxjaprnind/README.md
+++ b/language/japanese/BX/bxjaprnind/README.md
@@ -52,6 +52,7 @@ See the manual bxjaprnind.pdf (in Japanese) for detail.
Revision History
----------------
+ * Version 0.4a 〈2021/06/18〉
* Version 0.4 〈2021/06/06〉
* Version 0.3b 〈2017/09/12〉
* Version 0.3a 〈2013/05/05〉
diff --git a/language/japanese/BX/bxjaprnind/bxjaprnind.pdf b/language/japanese/BX/bxjaprnind/bxjaprnind.pdf
index b423988dfb..fe9cdd0061 100644
--- a/language/japanese/BX/bxjaprnind/bxjaprnind.pdf
+++ b/language/japanese/BX/bxjaprnind/bxjaprnind.pdf
Binary files differ
diff --git a/language/japanese/BX/bxjaprnind/bxjaprnind.sty b/language/japanese/BX/bxjaprnind/bxjaprnind.sty
index 821ccc9a8f..9bf9eb940f 100644
--- a/language/japanese/BX/bxjaprnind/bxjaprnind.sty
+++ b/language/japanese/BX/bxjaprnind/bxjaprnind.sty
@@ -10,7 +10,7 @@
%% package declaration
\NeedsTeXFormat{LaTeX2e}
-\ProvidesPackage{bxjaprnind}[2021/06/06 v0.4]
+\ProvidesPackage{bxjaprnind}[2021/06/18 v0.4a]
\def\bxpi@pkgname{bxjaprnind}
%% code guards
@@ -201,6 +201,12 @@
\edef\bxpi@lineheadforce{#1}
}
+%<*> \dialogueparenindentamount
+% Sets the value of \bxpi@dialogue.
+\bxNewrobustcmd*{\dialogueparenindentamount}[1]{
+ \edef\bxpi@dialogue{#1}
+}
+
%%<*> \prnind
%
\bxNewrobustcmd*{\prnind}{
diff --git a/language/japanese/BX/bxjaprnind/bxjaprnind.tex b/language/japanese/BX/bxjaprnind/bxjaprnind.tex
index 632e465038..4ba76036a2 100644
--- a/language/japanese/BX/bxjaprnind/bxjaprnind.tex
+++ b/language/japanese/BX/bxjaprnind/bxjaprnind.tex
@@ -16,8 +16,8 @@
\bxtexlogoimport{*}
\usepackage{shortvrb}
\MakeShortVerb{\|}
-\newcommand{\PkgVersion}{0.4}
-\newcommand{\PkgDate}{2021/06/06}
+\newcommand{\PkgVersion}{0.4a}
+\newcommand{\PkgDate}{2021/06/18}
\newcommand{\Pkg}[1]{\textsf{#1}}
\newcommand{\Meta}[1]{$\langle$\mbox{}#1\mbox{}$\rangle$}
\newcommand{\Note}{\par\noindent ※}