summaryrefslogtreecommitdiff
path: root/macros/jptex/latex/jlreq-deluxe
diff options
context:
space:
mode:
Diffstat (limited to 'macros/jptex/latex/jlreq-deluxe')
-rw-r--r--macros/jptex/latex/jlreq-deluxe/LICENSE2
-rw-r--r--macros/jptex/latex/jlreq-deluxe/README-ja.md2
-rw-r--r--macros/jptex/latex/jlreq-deluxe/README.md2
-rw-r--r--macros/jptex/latex/jlreq-deluxe/jlreq-deluxe.pdfbin63604 -> 63709 bytes
-rw-r--r--macros/jptex/latex/jlreq-deluxe/jlreq-deluxe.sty8
-rw-r--r--macros/jptex/latex/jlreq-deluxe/jlreq-deluxe.tex4
6 files changed, 12 insertions, 6 deletions
diff --git a/macros/jptex/latex/jlreq-deluxe/LICENSE b/macros/jptex/latex/jlreq-deluxe/LICENSE
index 72664ec02a..fb51f9cba4 100644
--- a/macros/jptex/latex/jlreq-deluxe/LICENSE
+++ b/macros/jptex/latex/jlreq-deluxe/LICENSE
@@ -1,6 +1,6 @@
MIT License
-Copyright (c) 2019-2021 Yukimasa Morimi (h20y6m)
+Copyright (c) 2019-2023 Yukimasa Morimi (h20y6m)
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
diff --git a/macros/jptex/latex/jlreq-deluxe/README-ja.md b/macros/jptex/latex/jlreq-deluxe/README-ja.md
index e8ed5ad0a8..699a661133 100644
--- a/macros/jptex/latex/jlreq-deluxe/README-ja.md
+++ b/macros/jptex/latex/jlreq-deluxe/README-ja.md
@@ -71,6 +71,8 @@ jlreq クラスでは [JLReq](https://www.w3.org/TR/jlreq/?lang=ja) に従った
更新履歴
-------
+* Version 0.4.1 <2023/02/23>
+ - e-upTeX ベースの pLaTeX をサポート
* Version 0.4.0 <2021/03/13>
- 仮想フォントの軽量化
- ルビ用かなのサポート
diff --git a/macros/jptex/latex/jlreq-deluxe/README.md b/macros/jptex/latex/jlreq-deluxe/README.md
index f9eaf29dc4..5d33f536eb 100644
--- a/macros/jptex/latex/jlreq-deluxe/README.md
+++ b/macros/jptex/latex/jlreq-deluxe/README.md
@@ -32,6 +32,8 @@ This package is distributed under [the MIT License](LICENSE).
History
-------
+* Version 0.4.1 <2023/02/23>
+ - Support e-upTeX based pLaTeX.
* Version 0.4.0 <2021/03/13>
- Compact virtual fonts.
- Add support for the ruby family.
diff --git a/macros/jptex/latex/jlreq-deluxe/jlreq-deluxe.pdf b/macros/jptex/latex/jlreq-deluxe/jlreq-deluxe.pdf
index e06d0246e8..2ed89d8c0a 100644
--- a/macros/jptex/latex/jlreq-deluxe/jlreq-deluxe.pdf
+++ b/macros/jptex/latex/jlreq-deluxe/jlreq-deluxe.pdf
Binary files differ
diff --git a/macros/jptex/latex/jlreq-deluxe/jlreq-deluxe.sty b/macros/jptex/latex/jlreq-deluxe/jlreq-deluxe.sty
index bad7995b90..d7b5fe53d2 100644
--- a/macros/jptex/latex/jlreq-deluxe/jlreq-deluxe.sty
+++ b/macros/jptex/latex/jlreq-deluxe/jlreq-deluxe.sty
@@ -1,7 +1,7 @@
%%
%% jlreq-deluxe.sty
%%
-%% Copyright 2019-2021 Yukimasa Morimi (h20y6m)
+%% Copyright (c) 2019-2023 Yukimasa Morimi (h20y6m)
%% GitHub: https://github.com/h20y6m
%%
%% This package is distributed under the MIT License.
@@ -11,7 +11,7 @@
\NeedsTeXFormat{pLaTeX2e}
\RequirePackage{expl3}[2019-05-03]
-\ProvidesExplPackage {jlreq-deluxe} {2021-03-13} {0.4.0}
+\ProvidesExplPackage {jlreq-deluxe} {2023-02-23} {0.4.1}
{Multi-weight Japanese font for jlreq class}
% --------------------------------------------------
@@ -95,7 +95,9 @@
\__jldx_if_class_loaded:nT { jlreq }
{
% uplatex
- \sys_if_engine_uptex:T
+ \bool_lazy_and:nnT
+ { \token_if_primitive_p:N \ucs }
+ { \int_compare_p:n { \ucs"FA4A = "FA4A } }
{
\bool_set_true:N \l__jldx_uplatex_bool
}
diff --git a/macros/jptex/latex/jlreq-deluxe/jlreq-deluxe.tex b/macros/jptex/latex/jlreq-deluxe/jlreq-deluxe.tex
index 4ab05347f8..f9dddc6e3f 100644
--- a/macros/jptex/latex/jlreq-deluxe/jlreq-deluxe.tex
+++ b/macros/jptex/latex/jlreq-deluxe/jlreq-deluxe.tex
@@ -18,7 +18,7 @@
\title{\pkg{jlreq-deluxe}パッケージ}
\author{Yukimasa Morimi (h20y6m)\thanks{\url{https://github.com/h20y6m}}}
-\date{2021-03-13}
+\date{2023-02-23}
\begin{document}
@@ -106,4 +106,4 @@
\end{itemize}
-\end{document} \ No newline at end of file
+\end{document}