From dee29c7a6f6f6e1a3adead20a76a83e4b7dd5446 Mon Sep 17 00:00:00 2001 From: Hironori Kitagawa Date: Thu, 23 Jan 2020 14:04:23 +0900 Subject: [PATCH] add \ltj@zw and \ltj@zh --- src/luatexja-core.sty | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/luatexja-core.sty b/src/luatexja-core.sty index ba13695..a6bc90b 100644 --- a/src/luatexja-core.sty +++ b/src/luatexja-core.sty @@ -232,8 +232,10 @@ t[\the\ltj@zw@inner] = function() setdimen('ltj@zw', ltjf.get_zw()) end t[\the\ltj@zh@inner] = function() setdimen('ltj@zh', ltjf.get_zh()) end } -\protected\def\zw{\luafunction\ltj@zw@inner\ltj@zw} -\protected\def\zh{\luafunction\ltj@zh@inner\ltj@zh} +\protected\def\ltj@zw{\luafunction\ltj@zw@inner\ltj@zw} +\protected\def\ltj@zh{\luafunction\ltj@zh@inner\ltj@zh} +\let\zw=\ltj@zw +\let\zh=\ltj@zh %%%%%%%% \inhibitglue \newluafunction\ltj@reset@globaldefs@inner -- 2.11.0