diff options
author | Karl Berry <karl@freefriends.org> | 2015-05-20 17:07:45 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2015-05-20 17:07:45 +0000 |
commit | a53f6c9754fbe2eb8587f81ae81bfd43c8e255fc (patch) | |
tree | f97f14a802472e1dfa0044ee8f85537246419c4d | |
parent | 0d73389da2c7d6effeac45a63e82fb0135314eb0 (diff) |
luatexja 20150518.0 (19may15)
git-svn-id: svn://tug.org/texlive/trunk@37454 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r-- | Master/texmf-dist/doc/luatex/luatexja/README | 8 | ||||
-rw-r--r-- | Master/texmf-dist/tex/luatex/luatexja/ltj-jfmglue.lua | 4 |
2 files changed, 6 insertions, 6 deletions
diff --git a/Master/texmf-dist/doc/luatex/luatexja/README b/Master/texmf-dist/doc/luatex/luatexja/README index b8cb7092096..41db8ab0593 100644 --- a/Master/texmf-dist/doc/luatex/luatexja/README +++ b/Master/texmf-dist/doc/luatex/luatexja/README @@ -1,4 +1,4 @@ -The LuaTeX-ja Package 20150513.0 +The LuaTeX-ja Package 20150518.0 -------------------------------- Copyright (c) 2011--2015 The LuaTeX-ja project License: modified BSD (see COPYING) @@ -34,9 +34,9 @@ Installation 2. If you must/want to install manually: a. Download the source archive from CTAN, - or tagged as 20150513.0 in the Git repository by + or tagged as 20150518.0 in the Git repository by <http://git.osdn.jp/view?p=luatex-ja/luatexja.git - ;a=snapshot;h=refs/tags/20150513.0;sf=tgz> + ;a=snapshot;h=refs/tags/20150518.0;sf=tgz> b. Extract the archive and process following three files by LuaLaTeX to generate classes for Japanese typesetting: @@ -81,4 +81,4 @@ Notes * src/*.{ins.dtx} and src/ltj-kinsoku_make.tex are not needed in regular use. -Last commit date: Wed May 13 19:55:56 2015 +0900 +Last commit date: Mon May 18 18:40:28 2015 +0900 diff --git a/Master/texmf-dist/tex/luatex/luatexja/ltj-jfmglue.lua b/Master/texmf-dist/tex/luatex/luatexja/ltj-jfmglue.lua index e5fcd0c268a..3a7101e827d 100644 --- a/Master/texmf-dist/tex/luatex/luatexja/ltj-jfmglue.lua +++ b/Master/texmf-dist/tex/luatex/luatexja/ltj-jfmglue.lua @@ -353,8 +353,8 @@ local function calc_np_aux_glyph_common(lp) local ls = getsubtype(lx) if ls==2 then -- アクセント用の kern set_attr(lx, attr_icflag, PROCESSED) - lx = node_next(lx) -- lp: アクセント本体 - setfield(lx, 'yoffset', getfield(lp, 'yoffset') - (has_attr(lx,attr_ablshift) or 0)) + lx = node_next(lx) -- lx: アクセント本体 + setfield(lx, 'yoffset', getfield(lx, 'yoffset') - (has_attr(lx,attr_ablshift) or 0)) lx = node_next(node_next(lx)) elseif ls==0 then Np.last = lx |