From 131a92df2329649c4b4a68dc27eab790926c63dd Mon Sep 17 00:00:00 2001 From: Hironori Kitagawa Date: Wed, 18 Mar 2015 17:21:23 +0900 Subject: [PATCH] luatexja-fontspec-24.sty: fix \newjfontfamily --- src/addons/luatexja-fontspec-24.sty | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/addons/luatexja-fontspec-24.sty b/src/addons/luatexja-fontspec-24.sty index 8a7e162..14f3e3b 100644 --- a/src/addons/luatexja-fontspec-24.sty +++ b/src/addons/luatexja-fontspec-24.sty @@ -300,7 +300,7 @@ \DeclareDocumentCommand \newjfontfamily { m O{} m O{} } { \cs_set_eq:NN \fontspec_set_family:Nnn \ltj_fontspec_set_family:Nnn - \newfontfamily #1 [#2] {#3} [#4] + \newfontfamily #1 [#2,#4] {#3} \cs_set_eq:NN \fontspec_set_family:Nnn \__ltj_orig_fontspec_set_family:Nnn } -- 2.11.0