summaryrefslogtreecommitdiff
path: root/macros/jptex/latex/jlreq
diff options
context:
space:
mode:
Diffstat (limited to 'macros/jptex/latex/jlreq')
-rw-r--r--macros/jptex/latex/jlreq/README-ja.md2
-rw-r--r--macros/jptex/latex/jlreq/README.md3
-rw-r--r--macros/jptex/latex/jlreq/jlreq-ja.pdfbin383391 -> 383731 bytes
-rw-r--r--macros/jptex/latex/jlreq/jlreq.cls4
-rw-r--r--macros/jptex/latex/jlreq/jlreq.pdfbin121523 -> 121549 bytes
5 files changed, 7 insertions, 2 deletions
diff --git a/macros/jptex/latex/jlreq/README-ja.md b/macros/jptex/latex/jlreq/README-ja.md
index 6d142be200..e7d28508c4 100644
--- a/macros/jptex/latex/jlreq/README-ja.md
+++ b/macros/jptex/latex/jlreq/README-ja.md
@@ -588,6 +588,8 @@ JFMの名前は次の通りです.`[]`で囲まれている文字は設定に
- LuaLaTeX利用時に`stfloats`を読み込むようにした.
- ページスタイル内の位置調整を改善.
- そのほかいくつか改善など.
+* 2024-02-16
+ - バグ修正
--------------
Noriyuki Abe
diff --git a/macros/jptex/latex/jlreq/README.md b/macros/jptex/latex/jlreq/README.md
index aba05f53b8..80ef200e89 100644
--- a/macros/jptex/latex/jlreq/README.md
+++ b/macros/jptex/latex/jlreq/README.md
@@ -195,7 +195,8 @@ This package is distributed under the BSD 2-Clause License. See [LICENSE](LICENS
- Load `stfloats` with LuaLaTeX.
- Improved position adjustment in pagestyle.
- Some other improvements etc.
-
+* 2024-02-16
+ - Fixed a bug.
--------------
Noriyuki Abe
https://github.com/abenori/jlreq
diff --git a/macros/jptex/latex/jlreq/jlreq-ja.pdf b/macros/jptex/latex/jlreq/jlreq-ja.pdf
index 9cc052ddff..991e8350bd 100644
--- a/macros/jptex/latex/jlreq/jlreq-ja.pdf
+++ b/macros/jptex/latex/jlreq/jlreq-ja.pdf
Binary files differ
diff --git a/macros/jptex/latex/jlreq/jlreq.cls b/macros/jptex/latex/jlreq/jlreq.cls
index b285102585..b8e5c3dbcb 100644
--- a/macros/jptex/latex/jlreq/jlreq.cls
+++ b/macros/jptex/latex/jlreq/jlreq.cls
@@ -5,7 +5,7 @@
%%
% (based on JLReq 20200811 https://www.w3.org/TR/2020/NOTE-jlreq-20200811/)
\NeedsTeXFormat{LaTeX2e}
-\ProvidesClass{jlreq}[2024/02/13 jlreq]
+\ProvidesClass{jlreq}[2024/02/16 jlreq]
\RequirePackage{l3keys2e}
\RequirePackage{etoolbox}
\RequirePackage{jlreq-helpers}[2024/02/13]
@@ -28,6 +28,8 @@
\box_new:N \l_jlreq_tmpb_box
\box_new:N \l_jlreq_tmpc_box
\prop_new:N \l__jlreq_tmpa_prop
+\prop_new:N \l__jlreq_tmpb_prop
+\prop_new:N \l__jlreq_tmpc_prop
\tl_new:N \l__jlreq_result_tl
\prop_new:N \l__jlreq_result_prop
diff --git a/macros/jptex/latex/jlreq/jlreq.pdf b/macros/jptex/latex/jlreq/jlreq.pdf
index 522e67dee5..03eebb298a 100644
--- a/macros/jptex/latex/jlreq/jlreq.pdf
+++ b/macros/jptex/latex/jlreq/jlreq.pdf
Binary files differ