texlive[64092] Master/texmf-dist: luatexja (10aug22)
commits+karl at tug.org
commits+karl at tug.org
Wed Aug 10 22:37:34 CEST 2022
Revision: 64092
http://tug.org/svn/texlive?view=revision&revision=64092
Author: karl
Date: 2022-08-10 22:37:33 +0200 (Wed, 10 Aug 2022)
Log Message:
-----------
luatexja (10aug22)
Modified Paths:
--------------
trunk/Master/texmf-dist/doc/luatex/luatexja/README
trunk/Master/texmf-dist/doc/luatex/luatexja/luatexja-en.pdf
trunk/Master/texmf-dist/doc/luatex/luatexja/luatexja-ja.pdf
trunk/Master/texmf-dist/tex/luatex/luatexja/ltj-direction.lua
trunk/Master/texmf-dist/tex/luatex/luatexja/luatexja.sty
Modified: trunk/Master/texmf-dist/doc/luatex/luatexja/README
===================================================================
--- trunk/Master/texmf-dist/doc/luatex/luatexja/README 2022-08-10 20:37:00 UTC (rev 64091)
+++ trunk/Master/texmf-dist/doc/luatex/luatexja/README 2022-08-10 20:37:33 UTC (rev 64092)
@@ -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 @@
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
<http://git.osdn.jp/view?p=luatex-ja/luatexja.git
- ;a=snapshot;h=refs/tags/20220807.0;sf=tgz>
+ ;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 @@
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
Modified: trunk/Master/texmf-dist/doc/luatex/luatexja/luatexja-en.pdf
===================================================================
(Binary files differ)
Modified: trunk/Master/texmf-dist/doc/luatex/luatexja/luatexja-ja.pdf
===================================================================
(Binary files differ)
Modified: trunk/Master/texmf-dist/tex/luatex/luatexja/ltj-direction.lua
===================================================================
--- trunk/Master/texmf-dist/tex/luatex/luatexja/ltj-direction.lua 2022-08-10 20:37:00 UTC (rev 64091)
+++ trunk/Master/texmf-dist/tex/luatex/luatexja/ltj-direction.lua 2022-08-10 20:37:33 UTC (rev 64092)
@@ -334,7 +334,9 @@
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
Modified: trunk/Master/texmf-dist/tex/luatex/luatexja/luatexja.sty
===================================================================
--- trunk/Master/texmf-dist/tex/luatex/luatexja/luatexja.sty 2022-08-10 20:37:00 UTC (rev 64091)
+++ trunk/Master/texmf-dist/tex/luatex/luatexja/luatexja.sty 2022-08-10 20:37:33 UTC (rev 64092)
@@ -27,7 +27,7 @@
\newif\ifltj at disablejfam
%%%% VERSION
-\def\LuaTeXjaversion{20220807.0}
+\def\LuaTeXjaversion{20220810.0}
%% Check if LaTeX is used.
\begingroup\expandafter\expandafter\expandafter\endgroup
More information about the tex-live-commits
mailing list.