texlive[72425] Master/texmf-dist: luakeys (30sep24)
commits+karl at tug.org
commits+karl at tug.org
Mon Sep 30 22:11:22 CEST 2024
Revision: 72425
https://tug.org/svn/texlive?view=revision&revision=72425
Author: karl
Date: 2024-09-30 22:11:22 +0200 (Mon, 30 Sep 2024)
Log Message:
-----------
luakeys (30sep24)
Modified Paths:
--------------
trunk/Master/texmf-dist/doc/luatex/luakeys/luakeys-doc.tex
trunk/Master/texmf-dist/doc/luatex/luakeys/luakeys.pdf
trunk/Master/texmf-dist/tex/luatex/luakeys/luakeys-debug.sty
trunk/Master/texmf-dist/tex/luatex/luakeys/luakeys.lua
trunk/Master/texmf-dist/tex/luatex/luakeys/luakeys.sty
Modified: trunk/Master/texmf-dist/doc/luatex/luakeys/luakeys-doc.tex
===================================================================
--- trunk/Master/texmf-dist/doc/luatex/luakeys/luakeys-doc.tex 2024-09-30 20:11:13 UTC (rev 72424)
+++ trunk/Master/texmf-dist/doc/luatex/luakeys/luakeys-doc.tex 2024-09-30 20:11:22 UTC (rev 72425)
@@ -64,7 +64,7 @@
\href{https://github.com/Josef-Friedrich/luakeys}
{github.com/Josef-Friedrich/luakeys}%
}
-\date{v0.14.0 from 2024/04/09}
+\date{v0.15.0 from 2024/09/29}
\maketitle
Modified: trunk/Master/texmf-dist/doc/luatex/luakeys/luakeys.pdf
===================================================================
(Binary files differ)
Modified: trunk/Master/texmf-dist/tex/luatex/luakeys/luakeys-debug.sty
===================================================================
--- trunk/Master/texmf-dist/tex/luatex/luakeys/luakeys-debug.sty 2024-09-30 20:11:13 UTC (rev 72424)
+++ trunk/Master/texmf-dist/tex/luatex/luakeys/luakeys-debug.sty 2024-09-30 20:11:22 UTC (rev 72425)
@@ -17,6 +17,6 @@
% luakeys-debug.sty and luakeys-debug.tex.
\NeedsTeXFormat{LaTeX2e}
-\ProvidesPackage{luakeys-debug}[2024/04/09 v0.14.0 Debug package for luakeys.]
+\ProvidesPackage{luakeys-debug}[2024/09/29 v0.15.0 Debug package for luakeys.]
\input luakeys-debug.tex
Modified: trunk/Master/texmf-dist/tex/luatex/luakeys/luakeys.lua
===================================================================
--- trunk/Master/texmf-dist/tex/luatex/luakeys/luakeys.lua 2024-09-30 20:11:13 UTC (rev 72424)
+++ trunk/Master/texmf-dist/tex/luatex/luakeys/luakeys.lua 2024-09-30 20:11:22 UTC (rev 72425)
@@ -1621,6 +1621,8 @@
local picked_value = nil
if is[pick_type](v) then
picked_value = v
+ elseif pick_type == 'string' and is.number(v) then
+ picked_value = tostring(v)
end
if picked_value ~= nil then
@@ -2061,7 +2063,7 @@
return {
new = main,
- version = { 0, 14, 0 },
+ version = { 0, 15, 0 },
parse = parse,
Modified: trunk/Master/texmf-dist/tex/luatex/luakeys/luakeys.sty
===================================================================
--- trunk/Master/texmf-dist/tex/luatex/luakeys/luakeys.sty 2024-09-30 20:11:13 UTC (rev 72424)
+++ trunk/Master/texmf-dist/tex/luatex/luakeys/luakeys.sty 2024-09-30 20:11:22 UTC (rev 72425)
@@ -17,7 +17,7 @@
% luakeys-debug.sty and luakeys-debug.tex.
\NeedsTeXFormat{LaTeX2e}
-\ProvidesPackage{luakeys}[2024/04/09 v0.14.0 Parsing key-value options using Lua.]
+\ProvidesPackage{luakeys}[2024/09/29 v0.15.0 Parsing key-value options using Lua.]
\directlua{
if luakeys == nil then
luakeys = require('luakeys')()
More information about the tex-live-commits
mailing list.