texlive[73513] Master/texmf-dist: penlightplus (19jan25)

commits+karl at tug.org commits+karl at tug.org
Sun Jan 19 21:54:51 CET 2025


Revision: 73513
          https://tug.org/svn/texlive?view=revision&revision=73513
Author:   karl
Date:     2025-01-19 21:54:51 +0100 (Sun, 19 Jan 2025)
Log Message:
-----------
penlightplus (19jan25)

Modified Paths:
--------------
    trunk/Master/texmf-dist/doc/luatex/penlightplus/penlightplus.pdf
    trunk/Master/texmf-dist/doc/luatex/penlightplus/penlightplus.tex
    trunk/Master/texmf-dist/tex/luatex/penlightplus/penlightplus.lua
    trunk/Master/texmf-dist/tex/luatex/penlightplus/penlightplus.sty

Modified: trunk/Master/texmf-dist/doc/luatex/penlightplus/penlightplus.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/doc/luatex/penlightplus/penlightplus.tex
===================================================================
--- trunk/Master/texmf-dist/doc/luatex/penlightplus/penlightplus.tex	2025-01-19 09:47:51 UTC (rev 73512)
+++ trunk/Master/texmf-dist/doc/luatex/penlightplus/penlightplus.tex	2025-01-19 20:54:51 UTC (rev 73513)
@@ -1,5 +1,5 @@
 % Kale Ewasiuk (kalekje at gmail.com)
-% 2025-01-11
+% 2025-01-18
 % Copyright (C) 2021-2025 Kale Ewasiuk
 %
 % Permission is hereby granted, free of charge, to any person obtaining a copy

Modified: trunk/Master/texmf-dist/tex/luatex/penlightplus/penlightplus.lua
===================================================================
--- trunk/Master/texmf-dist/tex/luatex/penlightplus/penlightplus.lua	2025-01-19 09:47:51 UTC (rev 73512)
+++ trunk/Master/texmf-dist/tex/luatex/penlightplus/penlightplus.lua	2025-01-19 20:54:51 UTC (rev 73513)
@@ -1,5 +1,5 @@
 --% Kale Ewasiuk (kalekje at gmail.com)
---% 2025-01-11
+--% 2025-01-18
 --% Copyright (C) 2021-2025 Kale Ewasiuk
 --%
 --% Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -902,7 +902,6 @@
     local files = penlight.List{}
     for fn, ext in penlight.seq.prod(kv.fn, kv.ext) do
         for _, dir in ipairs(kv.dir) do
-            penlight.wrth(dir..fn..ext)
             files:extend(getfiles(dir, fn..ext))
         end
     end
@@ -911,6 +910,7 @@
     return files
 end
 
+penlight.dir.findfiles = penlight.findfiles
 
 --todo add doc
 function penlight.utils.filterfiles(...)

Modified: trunk/Master/texmf-dist/tex/luatex/penlightplus/penlightplus.sty
===================================================================
--- trunk/Master/texmf-dist/tex/luatex/penlightplus/penlightplus.sty	2025-01-19 09:47:51 UTC (rev 73512)
+++ trunk/Master/texmf-dist/tex/luatex/penlightplus/penlightplus.sty	2025-01-19 20:54:51 UTC (rev 73513)
@@ -1,5 +1,5 @@
 % Kale Ewasiuk (kalekje at gmail.com)
-% 2025-01-11
+% 2025-01-18
 % Copyright (C) 2021-2025 Kale Ewasiuk
 %
 % Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -22,7 +22,7 @@
 % OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE
 % OR OTHER DEALINGS IN THE SOFTWARE.
 
-\ProvidesPackage{penlightplus}[2025-01-11]
+\ProvidesPackage{penlightplus}[2025-01-18]
 
 \RequirePackage{luacode}
 \RequirePackage{luakeys}



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