texlive[64142] Master/texmf-dist: luavlna (19aug22)

commits+karl at tug.org commits+karl at tug.org
Fri Aug 19 00:55:41 CEST 2022


Revision: 64142
          http://tug.org/svn/texlive?view=revision&revision=64142
Author:   karl
Date:     2022-08-19 00:55:41 +0200 (Fri, 19 Aug 2022)
Log Message:
-----------
luavlna (19aug22)

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

Modified: trunk/Master/texmf-dist/doc/luatex/luavlna/README.md
===================================================================
--- trunk/Master/texmf-dist/doc/luatex/luavlna/README.md	2022-08-18 22:55:27 UTC (rev 64141)
+++ trunk/Master/texmf-dist/doc/luatex/luavlna/README.md	2022-08-18 22:55:41 UTC (rev 64142)
@@ -1,4 +1,4 @@
-# Luavlna, version 0.1i, 2021-03-02
+# Luavlna, version 0.1j, 2022-08-15
 
 # Introduction
 

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

Modified: trunk/Master/texmf-dist/tex/luatex/luavlna/luavlna.lua
===================================================================
--- trunk/Master/texmf-dist/tex/luatex/luavlna/luavlna.lua	2022-08-18 22:55:27 UTC (rev 64141)
+++ trunk/Master/texmf-dist/tex/luatex/luavlna/luavlna.lua	2022-08-18 22:55:41 UTC (rev 64142)
@@ -253,6 +253,7 @@
   while head do
     local id = head.id 
     local nextn = head.next
+    if nextn == nil then break end
     -- local skip = node.has_attribute(head, luatexbase.attributes.preventsinglestatus) 
     local skip = node.has_attribute(head, M.preventsingleid)
     if id == math_id then

Modified: trunk/Master/texmf-dist/tex/luatex/luavlna/luavlna.sty
===================================================================
--- trunk/Master/texmf-dist/tex/luatex/luavlna/luavlna.sty	2022-08-18 22:55:27 UTC (rev 64141)
+++ trunk/Master/texmf-dist/tex/luatex/luavlna/luavlna.sty	2022-08-18 22:55:41 UTC (rev 64142)
@@ -1,4 +1,4 @@
-\ProvidesPackage{luavlna}[2021-03-02 luavlna]
+\ProvidesPackage{luavlna}[2022-08-15 luavlna]
 
 \RequirePackage{kvoptions}
 



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