texlive[73940] branches/branch2024.final/Master/texmf-dist:
commits+karl at tug.org
commits+karl at tug.org
Wed Feb 12 22:10:23 CET 2025
Revision: 73940
https://tug.org/svn/texlive?view=revision&revision=73940
Author: karl
Date: 2025-02-12 22:10:23 +0100 (Wed, 12 Feb 2025)
Log Message:
-----------
penlightplus (branch) (12feb25)
Modified Paths:
--------------
branches/branch2024.final/Master/texmf-dist/doc/luatex/penlightplus/penlightplus.pdf
branches/branch2024.final/Master/texmf-dist/doc/luatex/penlightplus/penlightplus.tex
branches/branch2024.final/Master/texmf-dist/tex/luatex/penlightplus/penlightplus.lua
branches/branch2024.final/Master/texmf-dist/tex/luatex/penlightplus/penlightplus.sty
Modified: branches/branch2024.final/Master/texmf-dist/doc/luatex/penlightplus/penlightplus.pdf
===================================================================
(Binary files differ)
Modified: branches/branch2024.final/Master/texmf-dist/doc/luatex/penlightplus/penlightplus.tex
===================================================================
--- branches/branch2024.final/Master/texmf-dist/doc/luatex/penlightplus/penlightplus.tex 2025-02-12 21:10:12 UTC (rev 73939)
+++ branches/branch2024.final/Master/texmf-dist/doc/luatex/penlightplus/penlightplus.tex 2025-02-12 21:10:23 UTC (rev 73940)
@@ -1,5 +1,5 @@
% Kale Ewasiuk (kalekje at gmail.com)
-% 2025-01-18
+% 2025-02-11
% Copyright (C) 2021-2025 Kale Ewasiuk
%
% Permission is hereby granted, free of charge, to any person obtaining a copy
Modified: branches/branch2024.final/Master/texmf-dist/tex/luatex/penlightplus/penlightplus.lua
===================================================================
--- branches/branch2024.final/Master/texmf-dist/tex/luatex/penlightplus/penlightplus.lua 2025-02-12 21:10:12 UTC (rev 73939)
+++ branches/branch2024.final/Master/texmf-dist/tex/luatex/penlightplus/penlightplus.lua 2025-02-12 21:10:23 UTC (rev 73940)
@@ -1,5 +1,5 @@
--% Kale Ewasiuk (kalekje at gmail.com)
---% 2025-01-18
+--% 2025-02-11
--% Copyright (C) 2021-2025 Kale Ewasiuk
--%
--% Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -1145,7 +1145,7 @@
for k, v in pairs(t) do
str = str..'\\'..k..'{'..v..'}'..'\n'
end
- penlight.utils.writefile(tex.jobname..'.xmpdata', str)
+ penlight.utils.writefile(tex.jobname:gsub('"','')..'.xmpdata', str)
end
Modified: branches/branch2024.final/Master/texmf-dist/tex/luatex/penlightplus/penlightplus.sty
===================================================================
--- branches/branch2024.final/Master/texmf-dist/tex/luatex/penlightplus/penlightplus.sty 2025-02-12 21:10:12 UTC (rev 73939)
+++ branches/branch2024.final/Master/texmf-dist/tex/luatex/penlightplus/penlightplus.sty 2025-02-12 21:10:23 UTC (rev 73940)
@@ -1,5 +1,5 @@
% Kale Ewasiuk (kalekje at gmail.com)
-% 2025-01-18
+% 2025-02-11
% 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-18]
+\ProvidesPackage{penlightplus}[2025-02-11]
\RequirePackage{luacode}
\RequirePackage{luakeys}
More information about the tex-live-commits
mailing list.