From 0a6d5889f1c12e95653588f7f39f8ab30bbf3e0b Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Tue, 3 Sep 2019 21:15:51 +0000 Subject: checkcites (3sep19) git-svn-id: svn://tug.org/texlive/trunk@52022 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/support/checkcites/README | 2 +- .../doc/support/checkcites/checkcites-doc.pdf | Bin 288652 -> 288397 bytes .../doc/support/checkcites/checkcites-doc.tex | 8 ++++---- .../texmf-dist/scripts/checkcites/checkcites.lua | 6 +++--- 4 files changed, 8 insertions(+), 8 deletions(-) (limited to 'Master') diff --git a/Master/texmf-dist/doc/support/checkcites/README b/Master/texmf-dist/doc/support/checkcites/README index e0c2713ae7d..c673a232006 100644 --- a/Master/texmf-dist/doc/support/checkcites/README +++ b/Master/texmf-dist/doc/support/checkcites/README @@ -1,4 +1,4 @@ -checkcites.lua -- Version 2.3 from September 1, 2019. +checkcites.lua -- Version 2.4 from September 3, 2019. ===================================================== License diff --git a/Master/texmf-dist/doc/support/checkcites/checkcites-doc.pdf b/Master/texmf-dist/doc/support/checkcites/checkcites-doc.pdf index f135ce61d17..3fac0e83099 100644 Binary files a/Master/texmf-dist/doc/support/checkcites/checkcites-doc.pdf and b/Master/texmf-dist/doc/support/checkcites/checkcites-doc.pdf differ diff --git a/Master/texmf-dist/doc/support/checkcites/checkcites-doc.tex b/Master/texmf-dist/doc/support/checkcites/checkcites-doc.tex index 4263733103e..5de54fbd997 100644 --- a/Master/texmf-dist/doc/support/checkcites/checkcites-doc.tex +++ b/Master/texmf-dist/doc/support/checkcites/checkcites-doc.tex @@ -20,7 +20,7 @@ \newcommand{\checkcites}{\texttt{checkcites}} \newcommand{\email}[1]{\small\texttt{#1}} -\newcommand{\version}{Version 2.3 from September 1, 2019.} +\newcommand{\version}{Version 2.4 from September 3, 2019.} \newenvironment{infoblock}[1] {\par\addvspace{\medskipamount} @@ -227,7 +227,7 @@ $ checkcites | _| | -_| _| '_| _| | _| -_|_ -| |___|_|_|___|___|_,_|___|_|_| |___|___| -checkcites.lua -- a reference checker script (v2.3) +checkcites.lua -- a reference checker script (v2.4) Copyright (c) 2012, 2019, Enrico Gregorio, Paulo Roberto Massa Cereda -------------------------------------------------------------------------- @@ -324,7 +324,7 @@ $ checkcites document.aux | _| | -_| _| '_| _| | _| -_|_ -| |___|_|_|___|___|_,_|___|_|_| |___|___| -checkcites.lua -- a reference checker script (v2.3) +checkcites.lua -- a reference checker script (v2.4) Copyright (c) 2012, 2019, Enrico Gregorio, Paulo Roberto Massa Cereda Great, I found 4 citations in 1 file. I also found 1 bibliography file. Let @@ -465,7 +465,7 @@ $ checkcites --backend biber document.bcf | _| | -_| _| '_| _| | _| -_|_ -| |___|_|_|___|___|_,_|___|_|_| |___|___| -checkcites.lua -- a reference checker script (v2.3) +checkcites.lua -- a reference checker script (v2.4) Copyright (c) 2012, 2019, Enrico Gregorio, Paulo Roberto Massa Cereda Great, I found 4 citations in 1 file. I also found 1 bibliography file. Let diff --git a/Master/texmf-dist/scripts/checkcites/checkcites.lua b/Master/texmf-dist/scripts/checkcites/checkcites.lua index 349b0c1fc3d..6191ca284ab 100755 --- a/Master/texmf-dist/scripts/checkcites/checkcites.lua +++ b/Master/texmf-dist/scripts/checkcites/checkcites.lua @@ -485,7 +485,7 @@ print("| _| | -_| _| '_| _| | _| -_|_ -|") print("|___|_|_|___|___|_,_|___|_|_| |___|___|") print() print(wrap('checkcites.lua -- a reference ' .. - 'checker script (v2.1)', 74)) + 'checker script (v2.4)', 74)) print(wrap('Copyright (c) 2012, 2019, ' .. 'Enrico Gregorio, Paulo ' .. 'Roberto Massa Cereda', 74)) @@ -670,8 +670,8 @@ local function checkcites(args) if keys['version'] or keys['help'] then if keys['version'] then print() - print(wrap('checkcites.lua, version 2.3 (dated September ' .. - '1, 2019)', 74)) + print(wrap('checkcites.lua, version 2.4 (dated September ' .. + '3, 2019)', 74)) print(pad('-', 74)) print(wrap('You can find more details about this ' .. -- cgit v1.2.3