summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2023-05-03 20:13:10 +0000
committerKarl Berry <karl@freefriends.org>2023-05-03 20:13:10 +0000
commit6f636ea5ad5535ed116b4b5f89a099bf70d6cb9c (patch)
tree0a155bb423c7e19635c2a9bf2b871d0eae98a997
parent17dab8dcb2de1583e404d7c33c52df6b7adee8c7 (diff)
luatexja (3may23)
git-svn-id: svn://tug.org/texlive/trunk@67003 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r--Master/texmf-dist/doc/luatex/luatexja/README8
-rw-r--r--Master/texmf-dist/doc/luatex/luatexja/luatexja-en.pdfbin701830 -> 702456 bytes
-rw-r--r--Master/texmf-dist/doc/luatex/luatexja/luatexja-ja.pdfbin1148687 -> 1143943 bytes
-rw-r--r--Master/texmf-dist/tex/luatex/luatexja/ltj-debug.lua3
-rw-r--r--Master/texmf-dist/tex/luatex/luatexja/ltj-inputbuf.lua1
-rw-r--r--Master/texmf-dist/tex/luatex/luatexja/luatexja.sty2
-rw-r--r--Master/texmf-dist/tex/luatex/luatexja/patches/lltjfont.sty6
7 files changed, 9 insertions, 11 deletions
diff --git a/Master/texmf-dist/doc/luatex/luatexja/README b/Master/texmf-dist/doc/luatex/luatexja/README
index 8f5f0431449..69b4ebef3a6 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 20230409.0
+The LuaTeX-ja Package 20230503.0
--------------------------------
Copyright (c) 2011--2023 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 20230409.0 in the Git repository by
+ or tagged as 20230503.0 in the Git repository by
<http://git.osdn.jp/view?p=luatex-ja/luatexja.git
- ;a=snapshot;h=refs/tags/20230409.0;sf=tgz>
+ ;a=snapshot;h=refs/tags/20230503.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 Apr 9 08:12:48 2023 +0900
+Last commit date: Wed May 3 07:10:30 2023 +0900
diff --git a/Master/texmf-dist/doc/luatex/luatexja/luatexja-en.pdf b/Master/texmf-dist/doc/luatex/luatexja/luatexja-en.pdf
index 47df10cd7d3..794fce564d5 100644
--- a/Master/texmf-dist/doc/luatex/luatexja/luatexja-en.pdf
+++ b/Master/texmf-dist/doc/luatex/luatexja/luatexja-en.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/luatex/luatexja/luatexja-ja.pdf b/Master/texmf-dist/doc/luatex/luatexja/luatexja-ja.pdf
index 0cad34ccec9..1aad471bbe0 100644
--- a/Master/texmf-dist/doc/luatex/luatexja/luatexja-ja.pdf
+++ b/Master/texmf-dist/doc/luatex/luatexja/luatexja-ja.pdf
Binary files differ
diff --git a/Master/texmf-dist/tex/luatex/luatexja/ltj-debug.lua b/Master/texmf-dist/tex/luatex/luatexja/ltj-debug.lua
index 912242615a6..97105e69c11 100644
--- a/Master/texmf-dist/tex/luatex/luatexja/ltj-debug.lua
+++ b/Master/texmf-dist/tex/luatex/luatexja/ltj-debug.lua
@@ -86,10 +86,9 @@ end
ltjdbg.pformat = pformat
-------------------- 所要時間合計
-require("socket")
do
local max = math.max
- local gettime = socket.gettime
+ local gettime = os.socketgettime or (socket and socket.gettime)
local time_stat = {}
local function start_time_measure(n)
if not time_stat[n] then
diff --git a/Master/texmf-dist/tex/luatex/luatexja/ltj-inputbuf.lua b/Master/texmf-dist/tex/luatex/luatexja/ltj-inputbuf.lua
index 66a466ec0c6..70195d4a831 100644
--- a/Master/texmf-dist/tex/luatex/luatexja/ltj-inputbuf.lua
+++ b/Master/texmf-dist/tex/luatex/luatexja/ltj-inputbuf.lua
@@ -57,7 +57,6 @@ end
end
--- the following function is modified from jafontspec.lua (by K. Maeda).
--- Instead of "%", we use U+FFFFF for suppressing spaces.
---DEBUG require"socket"
local time_line = 0
local start_time_measure, stop_time_measure
= ltjb.start_time_measure, ltjb.stop_time_measure
diff --git a/Master/texmf-dist/tex/luatex/luatexja/luatexja.sty b/Master/texmf-dist/tex/luatex/luatexja/luatexja.sty
index d355b390035..5d04d1d460d 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{20230211.0}
+\def\LuaTeXjaversion{20230503.0}
%% Check if LaTeX is used.
\begingroup\expandafter\expandafter\expandafter\endgroup
diff --git a/Master/texmf-dist/tex/luatex/luatexja/patches/lltjfont.sty b/Master/texmf-dist/tex/luatex/luatexja/patches/lltjfont.sty
index f86dec1de6e..2efc9435ab8 100644
--- a/Master/texmf-dist/tex/luatex/luatexja/patches/lltjfont.sty
+++ b/Master/texmf-dist/tex/luatex/luatexja/patches/lltjfont.sty
@@ -3,7 +3,7 @@
%
\NeedsTeXFormat{LaTeX2e}
-\ProvidesPackage{lltjfont}[2023-04-06 Patch to NFSS2 for LuaTeX-ja]
+\ProvidesPackage{lltjfont}[2023-04-13 Patch to NFSS2 for LuaTeX-ja]
%%%%%%%% LaTeX2e version detection
\newcount\ltj@@latex@plv \ltj@@latex@plv=-1
@@ -1316,12 +1316,12 @@
}
\luadef\ltj@@jfont@@jfmonly \ltj@@jfont@@jfmonly@@inner
\def\extract@jfont@onlyjfm{%
- \get@external@font
+ \get@external@font\ltj@@convert@input@path@to@lua
\csxdef{ltj@@fontjfm/\expandafter\string\font@name}{%
\ltj@@jfont@@jfmonly{\external@font}{yoko}%
}}
\def\extract@tfont@onlyjfm{%
- \get@external@font
+ \get@external@font\ltj@@convert@input@path@to@lua
\csxdef{ltj@@fontjfm/\expandafter\string\font@name}{%
\ltj@@jfont@@jfmonly{\external@font}{tate}%
}}