From: Hironori Kitagawa Date: Wed, 18 Mar 2015 08:21:23 +0000 (+0900) Subject: luatexja-fontspec-24.sty: fix \newjfontfamily X-Git-Tag: 20150420.0~14 X-Git-Url: http://git.osdn.jp/view?a=commitdiff_plain;h=131a92df2329649c4b4a68dc27eab790926c63dd;hp=94ad15a5b44fe7e58836f42d4756e196ccc3af7f;p=luatex-ja%2Fluatexja.git luatexja-fontspec-24.sty: fix \newjfontfamily --- 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 }