texlive[73923] Master/texmf-dist: penlightplus (12feb25)
commits+karl at tug.org
commits+karl at tug.org
Wed Feb 12 22:05:38 CET 2025
Revision: 73923
https://tug.org/svn/texlive?view=revision&revision=73923
Author: karl
Date: 2025-02-12 22:05:38 +0100 (Wed, 12 Feb 2025)
Log Message:
-----------
penlightplus (12feb25)
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-02-12 21:05:29 UTC (rev 73922)
+++ trunk/Master/texmf-dist/doc/luatex/penlightplus/penlightplus.tex 2025-02-12 21:05:38 UTC (rev 73923)
@@ -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: trunk/Master/texmf-dist/tex/luatex/penlightplus/penlightplus.lua
===================================================================
--- trunk/Master/texmf-dist/tex/luatex/penlightplus/penlightplus.lua 2025-02-12 21:05:29 UTC (rev 73922)
+++ trunk/Master/texmf-dist/tex/luatex/penlightplus/penlightplus.lua 2025-02-12 21:05:38 UTC (rev 73923)
@@ -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: trunk/Master/texmf-dist/tex/luatex/penlightplus/penlightplus.sty
===================================================================
--- trunk/Master/texmf-dist/tex/luatex/penlightplus/penlightplus.sty 2025-02-12 21:05:29 UTC (rev 73922)
+++ trunk/Master/texmf-dist/tex/luatex/penlightplus/penlightplus.sty 2025-02-12 21:05:38 UTC (rev 73923)
@@ -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.