summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc')
-rw-r--r--Master/texmf-dist/doc/latex/jlreq/README-ja.md9
-rw-r--r--Master/texmf-dist/doc/latex/jlreq/README.md10
-rw-r--r--Master/texmf-dist/doc/latex/jlreq/jlreq-ja.html10
-rw-r--r--Master/texmf-dist/doc/latex/jlreq/jlreq-ja.pdfbin369879 -> 371465 bytes
-rw-r--r--Master/texmf-dist/doc/latex/jlreq/jlreq.html11
-rw-r--r--Master/texmf-dist/doc/latex/jlreq/jlreq.pdfbin119257 -> 119712 bytes
6 files changed, 38 insertions, 2 deletions
diff --git a/Master/texmf-dist/doc/latex/jlreq/README-ja.md b/Master/texmf-dist/doc/latex/jlreq/README-ja.md
index 5fa67b371bf..192995610f3 100644
--- a/Master/texmf-dist/doc/latex/jlreq/README-ja.md
+++ b/Master/texmf-dist/doc/latex/jlreq/README-ja.md
@@ -528,7 +528,14 @@ JFMの名前は次の通りです.`[]`で囲まれている文字は設定に
- LaTeXのフック関連コードの多くを削除.(まだ安定していなそうなので.)
- `\RequirePackage{ifthen}`をやめた.
- upLaTeXにおける`\kcatcode`の再設定をやめた.
-
+* 2022-04-05
+ - `\jlreqsetup`に`warichu_opening`と`warichu_closing`を追加.
+ - 別行見出し周りのペナルティを少し調整.
+ - `\DeclareFontShape`後の`\selectfont`でエラーが出るバグ修正.
+ - `use_reverse_pagination`がうまく動いていなかったのを修正.
+ - 二番目の柱を使うと不自然に消えることがあるバグの修正.ついでに`\DeclarePageStyle`を書き直した.
+ - `\@makefntext`を調整.
+ - その他バグ修正.
--------------
Noriyuki Abe
diff --git a/Master/texmf-dist/doc/latex/jlreq/README.md b/Master/texmf-dist/doc/latex/jlreq/README.md
index 6703885bdd3..9c4454ef739 100644
--- a/Master/texmf-dist/doc/latex/jlreq/README.md
+++ b/Master/texmf-dist/doc/latex/jlreq/README.md
@@ -162,7 +162,15 @@ This package is distributed under the BSD 2-Clause License. See [LICENSE](LICENS
- Removed many codes relating with LaTeX hooks mechanism (because it seems not stable.)
- Removed `\RequirePackage{ifthen}`.
- Removed `\kcatcode`settings with upLaTeX.
-
+* 2022-04-05
+ - Added `warichu_opening` and `warichu_closing` to `\jlreqsetup`.
+ - Change a little bit penalties around block heading.
+ - Fixed a bug: `\selectfont` after `\DeclareFontShape` raised an error.
+ - Fixed a bug: `use_reverse_pagination` did not work.
+ - Fixed a bug: A second running head disappeared sometimes.
+ - Rewrote `\DeclarePageStyle`.
+ - Deleted `\@makefntext`, define `\@makefntext` directly.
+ - Fixed other bugs.
--------------
Noriyuki Abe
diff --git a/Master/texmf-dist/doc/latex/jlreq/jlreq-ja.html b/Master/texmf-dist/doc/latex/jlreq/jlreq-ja.html
index bc897cc783c..374adf12641 100644
--- a/Master/texmf-dist/doc/latex/jlreq/jlreq-ja.html
+++ b/Master/texmf-dist/doc/latex/jlreq/jlreq-ja.html
@@ -640,6 +640,16 @@
<li><code>\RequirePackage{ifthen}</code>をやめた.</li>
<li>upLaTeXにおける<code>\kcatcode</code>の再設定をやめた.</li>
</ul></li>
+<li>2022-04-05
+<ul>
+<li><code>\jlreqsetup</code>に<code>warichu_opening</code>と<code>warichu_closing</code>を追加.</li>
+<li>別行見出し周りのペナルティを少し調整.</li>
+<li><code>\DeclareFontShape</code>後の<code>\selectfont</code>でエラーが出るバグ修正.</li>
+<li><code>use_reverse_pagination</code>がうまく動いていなかったのを修正.</li>
+<li>二番目の柱を使うと不自然に消えることがあるバグの修正.ついでに<code>\DeclarePageStyle</code>を書き直した.</li>
+<li><code>\@makefntext</code>を調整.</li>
+<li>その他バグ修正.</li>
+</ul></li>
</ul>
<hr />
<p>Noriyuki Abe <a href="https://github.com/abenori/jlreq">https://github.com/abenori/jlreq</a></p>
diff --git a/Master/texmf-dist/doc/latex/jlreq/jlreq-ja.pdf b/Master/texmf-dist/doc/latex/jlreq/jlreq-ja.pdf
index a4fbea437df..f6d242e3551 100644
--- a/Master/texmf-dist/doc/latex/jlreq/jlreq-ja.pdf
+++ b/Master/texmf-dist/doc/latex/jlreq/jlreq-ja.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/jlreq/jlreq.html b/Master/texmf-dist/doc/latex/jlreq/jlreq.html
index 32d14c8c668..ee802f83264 100644
--- a/Master/texmf-dist/doc/latex/jlreq/jlreq.html
+++ b/Master/texmf-dist/doc/latex/jlreq/jlreq.html
@@ -286,6 +286,17 @@
<li>Removed <code>\RequirePackage{ifthen}</code>.</li>
<li>Removed <code>\kcatcode</code>settings with upLaTeX.</li>
</ul></li>
+<li>2022-04-05
+<ul>
+<li>Added <code>warichu_opening</code> and <code>warichu_closing</code> to <code>\jlreqsetup</code>.</li>
+<li>Change a little bit penalties around block heading.</li>
+<li>Fixed a bug: <code>\selectfont</code> after <code>\DeclareFontShape</code> raised an error.</li>
+<li>Fixed a bug: <code>use_reverse_pagination</code> did not work.</li>
+<li>Fixed a bug: A second running head disappeared sometimes.</li>
+<li>Rewrote <code>\DeclarePageStyle</code>.</li>
+<li>Deleted <code>\@makefntext</code>, define <code>\@makefntext</code> directly.</li>
+<li>Fixed other bugs.</li>
+</ul></li>
</ul>
<hr />
<p>Noriyuki Abe <a href="https://github.com/abenori/jlreq">https://github.com/abenori/jlreq</a></p>
diff --git a/Master/texmf-dist/doc/latex/jlreq/jlreq.pdf b/Master/texmf-dist/doc/latex/jlreq/jlreq.pdf
index 8c24ea8a469..a0e4e66fdbb 100644
--- a/Master/texmf-dist/doc/latex/jlreq/jlreq.pdf
+++ b/Master/texmf-dist/doc/latex/jlreq/jlreq.pdf
Binary files differ