From ca0cdf60ffcc66099f46ad5d93f70087d0f8d564 Mon Sep 17 00:00:00 2001 From: Hironori Kitagawa Date: Sun, 18 Feb 2024 22:11:25 +0900 Subject: [PATCH] define \l__ltj_fontspec_tmp_prop (gh#4) --- src/addons/luatexja-fontspec-27c.sty | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/addons/luatexja-fontspec-27c.sty b/src/addons/luatexja-fontspec-27c.sty index 2fc3d6b..fdc035f 100644 --- a/src/addons/luatexja-fontspec-27c.sty +++ b/src/addons/luatexja-fontspec-27c.sty @@ -3,7 +3,7 @@ % \NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{luatexja-fontspec-27c}[2020-04-04 fontspec support of LuaTeX-ja] +\ProvidesPackage{luatexja-fontspec-27c}[2024-02-18 fontspec support of LuaTeX-ja] \RequirePackage{l3keys2e} \ExplSyntaxOn @@ -364,6 +364,7 @@ \newjfontfamily #1 [ BoldFont={},ItalicFont={},SmallCapsFont={},#2,#4 ] {#3} } +\prop_new:N \l__ltj_fontspec_tmp_prop \prop_new:N \g__ltj_fontspec_fontopts_prop \DeclareDocumentCommand \defaultjfontfeatures { t+ o m } { -- 2.11.0