diff options
author | Karl Berry <karl@freefriends.org> | 2024-12-14 21:17:31 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2024-12-14 21:17:31 +0000 |
commit | 5be8ab085b8387d285aa26e49e4a040ee34b52a9 (patch) | |
tree | 7955a3e71e7c02895cdec2e07ed1180a57a10f5d /Master/texmf-dist/scripts | |
parent | 69ddfb12aa76de5eae1e06d0013d01a7bab7537c (diff) |
checkcites (14dec24)
git-svn-id: svn://tug.org/texlive/trunk@73120 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/scripts')
-rwxr-xr-x | Master/texmf-dist/scripts/checkcites/checkcites.lua | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Master/texmf-dist/scripts/checkcites/checkcites.lua b/Master/texmf-dist/scripts/checkcites/checkcites.lua index 83b02d660ee..832e15e73c9 100755 --- a/Master/texmf-dist/scripts/checkcites/checkcites.lua +++ b/Master/texmf-dist/scripts/checkcites/checkcites.lua @@ -388,7 +388,7 @@ backends.biber = function(lines, _) 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() 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 @@ local function checkcites(args) 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 ' .. |