OSDN Git Service

check with new luaotfload v2.9dev
authorHironori Kitagawa <h_kitagawa2001@yahoo.co.jp>
Sat, 22 Sep 2018 09:59:05 +0000 (18:59 +0900)
committerHironori Kitagawa <h_kitagawa2001@yahoo.co.jp>
Sat, 22 Sep 2018 09:59:13 +0000 (18:59 +0900)
src/ltj-jfmglue.lua
src/luatexja.sty
test/test04-jfm.pdf

index 9c05170..7025048 100644 (file)
@@ -272,7 +272,8 @@ do
 local traverse = node.direct.traverse
 local function check_next_ickern(lp)
    local lx = Np.nuc
-   while lp and getid(lp) == id_kern and ( getsubtype(lp)==3 or ITALIC == get_attr_icflag(lp)) do
+   while lp and getid(lp) == id_kern and ( getsubtype(lp)==0 or 
+     getsubtype(lp)==3 or ITALIC == get_attr_icflag(lp)) do
      set_attr(lp, attr_icflag, IC_PROCESSED);
      lx, lp = lp, node_next(lp)
    end
@@ -1343,4 +1344,4 @@ do
 end
 
 luatexja.jfmglue.after_hlist = after_hlist
-luatexja.jfmglue.check_box_high = check_box_high
\ No newline at end of file
+luatexja.jfmglue.check_box_high = check_box_high
index acaa035..b6d9c6c 100644 (file)
   \expandafter\let\csname ifltj@in@latex\expandafter\endcsname
     \csname iftrue\endcsname
   \NeedsTeXFormat{LaTeX2e}
-  \ProvidesPackage{luatexja}[2018/08/25 Japanese Typesetting with Lua(La)TeX]
+  \ProvidesPackage{luatexja}[2018/09/23 Japanese Typesetting with Lua(La)TeX]
 \fi                             %</LaTeX>
 %%%% VERSION
-\def\LuaTeXjaversion{20180825.0}
+\def\LuaTeXjaversion{20180923.0}
 
 \directlua{require('ltj-unicode-ccfix.lua')}% catcode of ideographs
 
index ac99e01..d3aae92 100644 (file)
Binary files a/test/test04-jfm.pdf and b/test/test04-jfm.pdf differ