From a8249a6e60dd1e6da26916c17e8f06aa46d4093b Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Wed, 10 Aug 2022 20:37:33 +0000 Subject: luatexja (10aug22) git-svn-id: svn://tug.org/texlive/trunk@64092 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/luatex/luatexja/README | 8 ++++---- .../texmf-dist/doc/luatex/luatexja/luatexja-en.pdf | Bin 717626 -> 717611 bytes .../texmf-dist/doc/luatex/luatexja/luatexja-ja.pdf | Bin 1149406 -> 1149406 bytes .../tex/luatex/luatexja/ltj-direction.lua | 4 +++- Master/texmf-dist/tex/luatex/luatexja/luatexja.sty | 2 +- 5 files changed, 8 insertions(+), 6 deletions(-) diff --git a/Master/texmf-dist/doc/luatex/luatexja/README b/Master/texmf-dist/doc/luatex/luatexja/README index d37dc3db679..6cca0c1099a 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 20220807.0 +The LuaTeX-ja Package 20220810.0 -------------------------------- Copyright (c) 2011--2022 The LuaTeX-ja project License: modified BSD (see COPYING) @@ -42,9 +42,9 @@ Installation 2. If you must/want to install manually: a. Download the source archive from CTAN, - or tagged as 20220807.0 in the Git repository by + or tagged as 20220810.0 in the Git repository by + ;a=snapshot;h=refs/tags/20220810.0;sf=tgz> b. Extract the archive and process following three files by LuaLaTeX to generate classes for Japanese typesetting: @@ -93,4 +93,4 @@ Notes This file and ltj-kinsoku.lua are not used anymore. (Do not remove ltj-kinsoku.tex.) -Last commit date: Sun Aug 7 12:20:08 2022 +0900 +Last commit date: Wed Aug 10 11:32:01 2022 +0900 diff --git a/Master/texmf-dist/doc/luatex/luatexja/luatexja-en.pdf b/Master/texmf-dist/doc/luatex/luatexja/luatexja-en.pdf index 5ee7e4047d8..4ec7df20046 100644 Binary files a/Master/texmf-dist/doc/luatex/luatexja/luatexja-en.pdf and b/Master/texmf-dist/doc/luatex/luatexja/luatexja-en.pdf differ diff --git a/Master/texmf-dist/doc/luatex/luatexja/luatexja-ja.pdf b/Master/texmf-dist/doc/luatex/luatexja/luatexja-ja.pdf index 2ed0625eb1c..8742f56b0a4 100644 Binary files a/Master/texmf-dist/doc/luatex/luatexja/luatexja-ja.pdf and b/Master/texmf-dist/doc/luatex/luatexja/luatexja-ja.pdf differ diff --git a/Master/texmf-dist/tex/luatex/luatexja/ltj-direction.lua b/Master/texmf-dist/tex/luatex/luatexja/ltj-direction.lua index 565190be2d3..4a0ad3ab06e 100644 --- a/Master/texmf-dist/tex/luatex/luatexja/ltj-direction.lua +++ b/Master/texmf-dist/tex/luatex/luatexja/ltj-direction.lua @@ -334,7 +334,9 @@ do while x and getid(x)==id_glue and getsubtype(x)==3 do node_remove(hd,x); node_free(x); x = node_next(hd) end - if #wh==1 then wh[1]=nil else wh[#wh], wh[1]=nil, wh[#wh] end + --if gc~='vtop' then + -- if #wh==1 then wh[1]=nil else wh[#wh], wh[1]=nil, wh[#wh] end + --end end for i=1,#wh do hd = node_remove(hd, wh[i]); node_free(wh[i]); wh[i] = nil diff --git a/Master/texmf-dist/tex/luatex/luatexja/luatexja.sty b/Master/texmf-dist/tex/luatex/luatexja/luatexja.sty index 5eab1c4e356..7353d8aa089 100644 --- a/Master/texmf-dist/tex/luatex/luatexja/luatexja.sty +++ b/Master/texmf-dist/tex/luatex/luatexja/luatexja.sty @@ -27,7 +27,7 @@ \newif\ifltj@disablejfam %%%% VERSION -\def\LuaTeXjaversion{20220807.0} +\def\LuaTeXjaversion{20220810.0} %% Check if LaTeX is used. \begingroup\expandafter\expandafter\expandafter\endgroup -- cgit v1.2.3