texlive[69932] branches/branch2023.final/Master/texmf-dist: jlreq
commits+karl at tug.org
commits+karl at tug.org
Fri Feb 16 22:19:57 CET 2024
Revision: 69932
https://tug.org/svn/texlive?view=revision&revision=69932
Author: karl
Date: 2024-02-16 22:19:57 +0100 (Fri, 16 Feb 2024)
Log Message:
-----------
jlreq (branch) (15feb24)
Modified Paths:
--------------
branches/branch2023.final/Master/texmf-dist/doc/latex/jlreq/README-ja.md
branches/branch2023.final/Master/texmf-dist/doc/latex/jlreq/README.md
branches/branch2023.final/Master/texmf-dist/doc/latex/jlreq/jlreq-ja.html
branches/branch2023.final/Master/texmf-dist/doc/latex/jlreq/jlreq-ja.pdf
branches/branch2023.final/Master/texmf-dist/doc/latex/jlreq/jlreq.html
branches/branch2023.final/Master/texmf-dist/doc/latex/jlreq/jlreq.pdf
branches/branch2023.final/Master/texmf-dist/tex/latex/jlreq/jlreq.cls
Modified: branches/branch2023.final/Master/texmf-dist/doc/latex/jlreq/README-ja.md
===================================================================
--- branches/branch2023.final/Master/texmf-dist/doc/latex/jlreq/README-ja.md 2024-02-16 21:19:39 UTC (rev 69931)
+++ branches/branch2023.final/Master/texmf-dist/doc/latex/jlreq/README-ja.md 2024-02-16 21:19:57 UTC (rev 69932)
@@ -588,6 +588,8 @@
- LuaLaTeX利用時に`stfloats`を読み込むようにした.
- ページスタイル内の位置調整を改善.
- そのほかいくつか改善など.
+* 2024-02-16
+ - バグ修正
--------------
Noriyuki Abe
Modified: branches/branch2023.final/Master/texmf-dist/doc/latex/jlreq/README.md
===================================================================
--- branches/branch2023.final/Master/texmf-dist/doc/latex/jlreq/README.md 2024-02-16 21:19:39 UTC (rev 69931)
+++ branches/branch2023.final/Master/texmf-dist/doc/latex/jlreq/README.md 2024-02-16 21:19:57 UTC (rev 69932)
@@ -195,7 +195,8 @@
- 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
Modified: branches/branch2023.final/Master/texmf-dist/doc/latex/jlreq/jlreq-ja.html
===================================================================
--- branches/branch2023.final/Master/texmf-dist/doc/latex/jlreq/jlreq-ja.html 2024-02-16 21:19:39 UTC (rev 69931)
+++ branches/branch2023.final/Master/texmf-dist/doc/latex/jlreq/jlreq-ja.html 2024-02-16 21:19:57 UTC (rev 69932)
@@ -718,6 +718,10 @@
<li>ページスタイル内の位置調整を改善.</li>
<li>そのほかいくつか改善など.</li>
</ul></li>
+<li>2024-02-16
+<ul>
+<li>バグ修正</li>
+</ul></li>
</ul>
<hr />
<p>Noriyuki Abe <a href="https://github.com/abenori/jlreq">https://github.com/abenori/jlreq</a></p>
Modified: branches/branch2023.final/Master/texmf-dist/doc/latex/jlreq/jlreq-ja.pdf
===================================================================
(Binary files differ)
Modified: branches/branch2023.final/Master/texmf-dist/doc/latex/jlreq/jlreq.html
===================================================================
--- branches/branch2023.final/Master/texmf-dist/doc/latex/jlreq/jlreq.html 2024-02-16 21:19:39 UTC (rev 69931)
+++ branches/branch2023.final/Master/texmf-dist/doc/latex/jlreq/jlreq.html 2024-02-16 21:19:57 UTC (rev 69932)
@@ -333,6 +333,10 @@
<li>Improved position adjustment in pagestyle.</li>
<li>Some other improvements etc.</li>
</ul></li>
+<li>2024-02-16
+<ul>
+<li>Fixed a bug.</li>
+</ul></li>
</ul>
<hr />
<p>Noriyuki Abe <a href="https://github.com/abenori/jlreq">https://github.com/abenori/jlreq</a></p>
Modified: branches/branch2023.final/Master/texmf-dist/doc/latex/jlreq/jlreq.pdf
===================================================================
(Binary files differ)
Modified: branches/branch2023.final/Master/texmf-dist/tex/latex/jlreq/jlreq.cls
===================================================================
--- branches/branch2023.final/Master/texmf-dist/tex/latex/jlreq/jlreq.cls 2024-02-16 21:19:39 UTC (rev 69931)
+++ branches/branch2023.final/Master/texmf-dist/tex/latex/jlreq/jlreq.cls 2024-02-16 21:19:57 UTC (rev 69932)
@@ -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
More information about the tex-live-commits
mailing list.