texlive[64641] Master/texmf-dist: luatexja (6oct22)

commits+karl at tug.org commits+karl at tug.org
Thu Oct 6 22:01:51 CEST 2022


Revision: 64641
          http://tug.org/svn/texlive?view=revision&revision=64641
Author:   karl
Date:     2022-10-06 22:01:51 +0200 (Thu, 06 Oct 2022)
Log Message:
-----------
luatexja (6oct22)

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-base.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-10-06 20:01:15 UTC (rev 64640)
+++ trunk/Master/texmf-dist/doc/luatex/luatexja/README	2022-10-06 20:01:51 UTC (rev 64641)
@@ -1,4 +1,4 @@
-The LuaTeX-ja Package 20221002.0
+The LuaTeX-ja Package 20221006.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 20221002.0 in the Git repository by
+      or tagged as 20221006.0 in the Git repository by
       <http://git.osdn.jp/view?p=luatex-ja/luatexja.git
-                              ;a=snapshot;h=refs/tags/20221002.0;sf=tgz>
+                              ;a=snapshot;h=refs/tags/20221006.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 Oct 2 18:14:22 2022 +0900
+Last commit date: Thu Oct 6 19:16:48 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-base.lua
===================================================================
--- trunk/Master/texmf-dist/tex/luatex/luatexja/ltj-base.lua	2022-10-06 20:01:15 UTC (rev 64640)
+++ trunk/Master/texmf-dist/tex/luatex/luatexja/ltj-base.lua	2022-10-06 20:01:51 UTC (rev 64641)
@@ -226,9 +226,12 @@
 --   But sometimes we want to create only the precompiled cache,
 --   when its 'text' version is already present in LuaTeX-ja distribution.
 
-require('lualibs-lpeg') -- string.split
-require('lualibs-os')   -- os.type
-require('lualibs-gzip') -- gzip.*
+if not os.type then require'lualibs-os' end
+if not string.split then  require'lualibs-lpeg' end
+if not gzip then
+  if kpse.find_file('lualibs-util-zip', 'lua') then require'lualibs-util-zip' 
+  else require'lualibs-gzip' end
+end
 
 do
    local kpse_var_value = kpse.var_value

Modified: trunk/Master/texmf-dist/tex/luatex/luatexja/luatexja.sty
===================================================================
--- trunk/Master/texmf-dist/tex/luatex/luatexja/luatexja.sty	2022-10-06 20:01:15 UTC (rev 64640)
+++ trunk/Master/texmf-dist/tex/luatex/luatexja/luatexja.sty	2022-10-06 20:01:51 UTC (rev 64641)
@@ -27,7 +27,7 @@
 \newif\ifltj at disablejfam
 
 %%%% VERSION
-\def\LuaTeXjaversion{20221002.0}
+\def\LuaTeXjaversion{20221006.0}
 
 %% Check if LaTeX is used.
 \begingroup\expandafter\expandafter\expandafter\endgroup



More information about the tex-live-commits mailing list.