texlive[64155] trunk: checkcites (20aug22)
commits+karl at tug.org
commits+karl at tug.org
Sat Aug 20 22:17:40 CEST 2022
Revision: 64155
http://tug.org/svn/texlive?view=revision&revision=64155
Author: karl
Date: 2022-08-20 22:17:40 +0200 (Sat, 20 Aug 2022)
Log Message:
-----------
checkcites (20aug22)
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 2022-08-20 20:17:05 UTC (rev 64154)
+++ trunk/Build/source/texk/texlive/linked_scripts/checkcites/checkcites.lua 2022-08-20 20:17:40 UTC (rev 64155)
@@ -372,8 +372,8 @@
local citations, bibliography = {}, {}
local asterisk, parts, hit = false
for _, line in ipairs(lines) do
- hit = string.match(line, '^%s*<bcf:citekey order="%d+">' ..
- '(.+)</bcf:citekey>$')
+ hit = string.match(line, '^%s*<bcf:citekey order="%d+" ' ..
+ 'intorder="%d+">(.+)</bcf:citekey>$')
if hit then
if hit ~= '*' then
parts = split(hit, '[^,%s]+')
@@ -486,7 +486,7 @@
print("|___|_|_|___|___|_,_|___|_|_| |___|___|")
print()
print(wrap('checkcites.lua -- a reference ' ..
- 'checker script (v2.5)', 74))
+ 'checker script (v2.6)', 74))
print(wrap('Copyright (c) 2012, 2019, Enrico Gregorio, Paulo Cereda', 74))
print(wrap('Copyright (c) 2022, Enrico Gregorio, Island of TeX', 74))
end
@@ -670,8 +670,8 @@
if keys['version'] or keys['help'] then
if keys['version'] then
print()
- print(wrap('checkcites.lua, version 2.5 (dated March ' ..
- '22, 2022)', 74))
+ print(wrap('checkcites.lua, version 2.6 (dated August ' ..
+ '20, 2022)', 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 2022-08-20 20:17:05 UTC (rev 64154)
+++ trunk/Master/texmf-dist/doc/support/checkcites/README 2022-08-20 20:17:40 UTC (rev 64155)
@@ -1,5 +1,5 @@
-checkcites.lua -- Version 2.5 from March 22, 2022
-=================================================
+checkcites.lua -- Version 2.6 from August 20, 2022
+==================================================
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 2022-08-20 20:17:05 UTC (rev 64154)
+++ trunk/Master/texmf-dist/doc/support/checkcites/checkcites-doc.tex 2022-08-20 20:17:40 UTC (rev 64155)
@@ -20,7 +20,7 @@
\newcommand{\checkcites}{\texttt{checkcites}}
\newcommand{\email}[1]{\small\texttt{#1}}
-\newcommand{\version}{Version 2.5 from March 22, 2022.}
+\newcommand{\version}{Version 2.6 from August 20, 2022.}
\newenvironment{infoblock}[1]
{\par\addvspace{\medskipamount}
@@ -228,7 +228,7 @@
| _| | -_| _| '_| _| | _| -_|_ -|
|___|_|_|___|___|_,_|___|_|_| |___|___|
-checkcites.lua -- a reference checker script (v2.5)
+checkcites.lua -- a reference checker script (v2.6)
Copyright (c) 2012, 2019, Enrico Gregorio, Paulo Cereda
Copyright (c) 2022, Enrico Gregorio, Island of TeX
@@ -265,7 +265,7 @@
| _| | -_| _| '_| _| | _| -_|_ -|
|___|_|_|___|___|_,_|___|_|_| |___|___|
-checkcites.lua -- a reference checker script (v2.5)
+checkcites.lua -- a reference checker script (v2.6)
Copyright (c) 2012, 2019, Enrico Gregorio, Paulo Cereda
Copyright (c) 2022, Enrico Gregorio, Island of TeX
@@ -327,7 +327,7 @@
| _| | -_| _| '_| _| | _| -_|_ -|
|___|_|_|___|___|_,_|___|_|_| |___|___|
-checkcites.lua -- a reference checker script (v2.5)
+checkcites.lua -- a reference checker script (v2.6)
Copyright (c) 2012, 2019, Enrico Gregorio, Paulo Cereda
Copyright (c) 2022, Enrico Gregorio, Island of TeX
@@ -469,7 +469,7 @@
| _| | -_| _| '_| _| | _| -_|_ -|
|___|_|_|___|___|_,_|___|_|_| |___|___|
-checkcites.lua -- a reference checker script (v2.5)
+checkcites.lua -- a reference checker script (v2.6)
Copyright (c) 2012, 2019, Enrico Gregorio, Paulo Cereda
Copyright (c) 2022, Enrico Gregorio, Island of TeX
Modified: trunk/Master/texmf-dist/scripts/checkcites/checkcites.lua
===================================================================
--- trunk/Master/texmf-dist/scripts/checkcites/checkcites.lua 2022-08-20 20:17:05 UTC (rev 64154)
+++ trunk/Master/texmf-dist/scripts/checkcites/checkcites.lua 2022-08-20 20:17:40 UTC (rev 64155)
@@ -372,8 +372,8 @@
local citations, bibliography = {}, {}
local asterisk, parts, hit = false
for _, line in ipairs(lines) do
- hit = string.match(line, '^%s*<bcf:citekey order="%d+">' ..
- '(.+)</bcf:citekey>$')
+ hit = string.match(line, '^%s*<bcf:citekey order="%d+" ' ..
+ 'intorder="%d+">(.+)</bcf:citekey>$')
if hit then
if hit ~= '*' then
parts = split(hit, '[^,%s]+')
@@ -486,7 +486,7 @@
print("|___|_|_|___|___|_,_|___|_|_| |___|___|")
print()
print(wrap('checkcites.lua -- a reference ' ..
- 'checker script (v2.5)', 74))
+ 'checker script (v2.6)', 74))
print(wrap('Copyright (c) 2012, 2019, Enrico Gregorio, Paulo Cereda', 74))
print(wrap('Copyright (c) 2022, Enrico Gregorio, Island of TeX', 74))
end
@@ -670,8 +670,8 @@
if keys['version'] or keys['help'] then
if keys['version'] then
print()
- print(wrap('checkcites.lua, version 2.5 (dated March ' ..
- '22, 2022)', 74))
+ print(wrap('checkcites.lua, version 2.6 (dated August ' ..
+ '20, 2022)', 74))
print(pad('-', 74))
print(wrap('You can find more details about this ' ..
More information about the tex-live-commits
mailing list.