texlive[73120] trunk: checkcites (14dec24)

commits+karl at tug.org commits+karl at tug.org
Sat Dec 14 22:17:31 CET 2024


Revision: 73120
          https://tug.org/svn/texlive?view=revision&revision=73120
Author:   karl
Date:     2024-12-14 22:17:31 +0100 (Sat, 14 Dec 2024)
Log Message:
-----------
checkcites (14dec24)

Modified Paths:
--------------
    trunk/Build/source/texk/texlive/linked_scripts/checkcites/checkcites.lua
    trunk/Master/texmf-dist/doc/support/checkcites/README
    trunk/Master/texmf-dist/doc/support/checkcites/checkcites-doc.pdf
    trunk/Master/texmf-dist/doc/support/checkcites/checkcites-doc.tex
    trunk/Master/texmf-dist/scripts/checkcites/checkcites.lua

Modified: trunk/Build/source/texk/texlive/linked_scripts/checkcites/checkcites.lua
===================================================================
--- trunk/Build/source/texk/texlive/linked_scripts/checkcites/checkcites.lua	2024-12-14 21:17:22 UTC (rev 73119)
+++ trunk/Build/source/texk/texlive/linked_scripts/checkcites/checkcites.lua	2024-12-14 21:17:31 UTC (rev 73120)
@@ -388,7 +388,7 @@
       end
     else
       hit = string.match(line, '^%s*<bcf:datasource type="file" ' ..
-            'datatype="%w+" glob="false">(.+)</bcf:datasource>$')
+            'datatype="%w+".*>(.+)</bcf:datasource>$')
       if hit then
         parts = split(hit, '[^,%s]+')
         for _, v in ipairs(parts) do
@@ -486,7 +486,7 @@
 print("|___|_|_|___|___|_,_|___|_|_| |___|___|")
 print()
   print(wrap('checkcites.lua -- a reference ' ..
-             'checker script (v2.7)', 74))
+             'checker script (v2.8)', 74))
   print(wrap('Copyright (c) 2012, 2019, Enrico Gregorio, Paulo Cereda', 74))
   print(wrap('Copyright (c) 2024, Enrico Gregorio, Island of TeX', 74))
 end
@@ -749,8 +749,8 @@
   if keys['version'] or keys['help'] then
     if keys['version'] then
       print()
-      print(wrap('checkcites.lua, version 2.7 (dated March ' ..
-                 '3, 2024)', 74))
+      print(wrap('checkcites.lua, version 2.8 (dated December ' ..
+                 '14, 2024)', 74))
 
       print(pad('-', 74))
       print(wrap('You can find more details about this ' ..

Modified: trunk/Master/texmf-dist/doc/support/checkcites/README
===================================================================
--- trunk/Master/texmf-dist/doc/support/checkcites/README	2024-12-14 21:17:22 UTC (rev 73119)
+++ trunk/Master/texmf-dist/doc/support/checkcites/README	2024-12-14 21:17:31 UTC (rev 73120)
@@ -1,5 +1,5 @@
-checkcites.lua -- Version 2.7 from March 3, 2024
-================================================
+checkcites.lua -- Version 2.8 from December 14, 2024
+====================================================
 
 License
 -------

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

Modified: trunk/Master/texmf-dist/doc/support/checkcites/checkcites-doc.tex
===================================================================
--- trunk/Master/texmf-dist/doc/support/checkcites/checkcites-doc.tex	2024-12-14 21:17:22 UTC (rev 73119)
+++ trunk/Master/texmf-dist/doc/support/checkcites/checkcites-doc.tex	2024-12-14 21:17:31 UTC (rev 73120)
@@ -20,7 +20,7 @@
 
 \newcommand{\checkcites}{\texttt{checkcites}}
 \newcommand{\email}[1]{\small\texttt{#1}}
-\newcommand{\version}{Version 2.7 from March 3, 2024.}
+\newcommand{\version}{Version 2.8 from December 14, 2024.}
 
 \newenvironment{infoblock}[1]
   {\par\addvspace{\medskipamount}
@@ -229,7 +229,7 @@
 |  _|   | -_|  _| '_|  _| |  _| -_|_ -|
 |___|_|_|___|___|_,_|___|_|_| |___|___|
 
-checkcites.lua -- a reference checker script (v2.7)
+checkcites.lua -- a reference checker script (v2.8)
 Copyright (c) 2012, 2019, Enrico Gregorio, Paulo Cereda
 Copyright (c) 2024, Enrico Gregorio, Island of TeX
 
@@ -266,7 +266,7 @@
 |  _|   | -_|  _| '_|  _| |  _| -_|_ -|
 |___|_|_|___|___|_,_|___|_|_| |___|___|
 
-checkcites.lua -- a reference checker script (v2.7)
+checkcites.lua -- a reference checker script (v2.8)
 Copyright (c) 2012, 2019, Enrico Gregorio, Paulo Cereda
 Copyright (c) 2024, Enrico Gregorio, Island of TeX
 
@@ -329,7 +329,7 @@
 |  _|   | -_|  _| '_|  _| |  _| -_|_ -|
 |___|_|_|___|___|_,_|___|_|_| |___|___|
 
-checkcites.lua -- a reference checker script (v2.7)
+checkcites.lua -- a reference checker script (v2.8)
 Copyright (c) 2012, 2019, Enrico Gregorio, Paulo Cereda
 Copyright (c) 2024, Enrico Gregorio, Island of TeX
 
@@ -471,7 +471,7 @@
 |  _|   | -_|  _| '_|  _| |  _| -_|_ -|
 |___|_|_|___|___|_,_|___|_|_| |___|___|
 
-checkcites.lua -- a reference checker script (v2.7)
+checkcites.lua -- a reference checker script (v2.8)
 Copyright (c) 2012, 2019, Enrico Gregorio, Paulo Cereda
 Copyright (c) 2024, Enrico Gregorio, Island of TeX
 

Modified: trunk/Master/texmf-dist/scripts/checkcites/checkcites.lua
===================================================================
--- trunk/Master/texmf-dist/scripts/checkcites/checkcites.lua	2024-12-14 21:17:22 UTC (rev 73119)
+++ trunk/Master/texmf-dist/scripts/checkcites/checkcites.lua	2024-12-14 21:17:31 UTC (rev 73120)
@@ -388,7 +388,7 @@
       end
     else
       hit = string.match(line, '^%s*<bcf:datasource type="file" ' ..
-            'datatype="%w+" glob="false">(.+)</bcf:datasource>$')
+            'datatype="%w+".*>(.+)</bcf:datasource>$')
       if hit then
         parts = split(hit, '[^,%s]+')
         for _, v in ipairs(parts) do
@@ -486,7 +486,7 @@
 print("|___|_|_|___|___|_,_|___|_|_| |___|___|")
 print()
   print(wrap('checkcites.lua -- a reference ' ..
-             'checker script (v2.7)', 74))
+             'checker script (v2.8)', 74))
   print(wrap('Copyright (c) 2012, 2019, Enrico Gregorio, Paulo Cereda', 74))
   print(wrap('Copyright (c) 2024, Enrico Gregorio, Island of TeX', 74))
 end
@@ -749,8 +749,8 @@
   if keys['version'] or keys['help'] then
     if keys['version'] then
       print()
-      print(wrap('checkcites.lua, version 2.7 (dated March ' ..
-                 '3, 2024)', 74))
+      print(wrap('checkcites.lua, version 2.8 (dated December ' ..
+                 '14, 2024)', 74))
 
       print(pad('-', 74))
       print(wrap('You can find more details about this ' ..



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