summaryrefslogtreecommitdiff
path: root/Master
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2019-09-03 21:15:51 +0000
committerKarl Berry <karl@freefriends.org>2019-09-03 21:15:51 +0000
commit0a6d5889f1c12e95653588f7f39f8ab30bbf3e0b (patch)
tree58b8ef4ba06dd6439c63d5f62255638290a9d28b /Master
parenta5ba15ededd2c7d41af6bb489ccb085c2f932064 (diff)
checkcites (3sep19)
git-svn-id: svn://tug.org/texlive/trunk@52022 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r--Master/texmf-dist/doc/support/checkcites/README2
-rw-r--r--Master/texmf-dist/doc/support/checkcites/checkcites-doc.pdfbin288652 -> 288397 bytes
-rw-r--r--Master/texmf-dist/doc/support/checkcites/checkcites-doc.tex8
-rwxr-xr-xMaster/texmf-dist/scripts/checkcites/checkcites.lua6
4 files changed, 8 insertions, 8 deletions
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
--- a/Master/texmf-dist/doc/support/checkcites/checkcites-doc.pdf
+++ b/Master/texmf-dist/doc/support/checkcites/checkcites-doc.pdf
Binary files 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 ' ..