summaryrefslogtreecommitdiff
path: root/biblio
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2024-01-18 03:01:29 +0000
committerNorbert Preining <norbert@preining.info>2024-01-18 03:01:29 +0000
commitc4dbe7c982d00abf62e9a8927ecdef11521773a8 (patch)
tree58b814095058ab06b7b49e3ef819293f1e0f9922 /biblio
parent4fd81a66c82a2ba8787c6ca78bfcc14820e4017c (diff)
CTAN sync 202401180301
Diffstat (limited to 'biblio')
-rw-r--r--biblio/bibtex/utils/bibcop/bibcop.12
-rw-r--r--biblio/bibtex/utils/bibcop/bibcop.dtx28
-rw-r--r--biblio/bibtex/utils/bibcop/bibcop.pdfbin348056 -> 347804 bytes
-rwxr-xr-xbiblio/bibtex/utils/bibcop/bibcop.pl8
-rw-r--r--biblio/ctan-bibdata/ctan.bib49
5 files changed, 47 insertions, 40 deletions
diff --git a/biblio/bibtex/utils/bibcop/bibcop.1 b/biblio/bibtex/utils/bibcop/bibcop.1
index b4752f9544..725f82cfce 100644
--- a/biblio/bibtex/utils/bibcop/bibcop.1
+++ b/biblio/bibtex/utils/bibcop/bibcop.1
@@ -1,4 +1,4 @@
-.TH bibcop 1 "2024-01-16"
+.TH bibcop 1 "2024-01-17"
.SH NAME
bibcop \- Style Checker and Fixer of BibTeX Files (.bib)
.SH SYNOPSIS
diff --git a/biblio/bibtex/utils/bibcop/bibcop.dtx b/biblio/bibtex/utils/bibcop/bibcop.dtx
index b4bc9b9cf9..00a162fb81 100644
--- a/biblio/bibtex/utils/bibcop/bibcop.dtx
+++ b/biblio/bibtex/utils/bibcop/bibcop.dtx
@@ -50,7 +50,7 @@
%<package>\NeedsTeXFormat{LaTeX2e}
%<package>\ProvidesPackage{bibcop}
%<*package>
-[2024-01-16 0.0.18 Style Checker of Bibliography Files]
+[2024-01-17 0.0.19 Style Checker of Bibliography Files]
%</package>
%<*driver>
\documentclass{ltxdoc}
@@ -460,25 +460,19 @@ booktitle = {{Proceedings of the International
\RequirePackage{shellesc}
\makeatletter
\newcommand\bibcop@exec[1]{
- \ifnum\ShellEscapeStatus=1
- \iexec{\bibcop@script\space
- \ifdefined\bibcop@verbose--verbose\fi\space
- \ifdefined\bibcop@notags--no:tags\fi\space
- \ifdefined\bibcop@noinproc--no:org\fi\space
- \ifdefined\bibcop@noinproc--no:inproc\fi\space
- \ifdefined\bibcop@nodoi--no:doi\fi\space
- \ifdefined\bibcop@nocaps--no:caps\fi\space
- \ifdefined\bibcop@nowraps--no:wraps\fi\space
- --latex '#1'}%
- \message{bibcop: style checking finished for #1^^J}%
- \else%
- \message{bibcop: since -shell-escape is not set, no
- style checking performed for #1^^J}%
- \fi%
+ \iexec[maybe]{\bibcop@script\space
+ \ifdefined\bibcop@verbose--verbose\fi\space
+ \ifdefined\bibcop@notags--no:tags\fi\space
+ \ifdefined\bibcop@noinproc--no:org\fi\space
+ \ifdefined\bibcop@noinproc--no:inproc\fi\space
+ \ifdefined\bibcop@nodoi--no:doi\fi\space
+ \ifdefined\bibcop@nocaps--no:caps\fi\space
+ \ifdefined\bibcop@nowraps--no:wraps\fi\space
+ --latex '#1'}%
+ \message{bibcop: style checking finished for #1^^J}%
}
\makeatother
-
% \begin{macro}{\bibliography}
% Then, we re-define the |\bibliography| command:
% \begin{macrocode}
diff --git a/biblio/bibtex/utils/bibcop/bibcop.pdf b/biblio/bibtex/utils/bibcop/bibcop.pdf
index bf900181a5..7181610159 100644
--- a/biblio/bibtex/utils/bibcop/bibcop.pdf
+++ b/biblio/bibtex/utils/bibcop/bibcop.pdf
Binary files differ
diff --git a/biblio/bibtex/utils/bibcop/bibcop.pl b/biblio/bibtex/utils/bibcop/bibcop.pl
index f1e5121ffc..89d101eccf 100755
--- a/biblio/bibtex/utils/bibcop/bibcop.pl
+++ b/biblio/bibtex/utils/bibcop/bibcop.pl
@@ -21,7 +21,7 @@
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.
-# 2024-01-16 0.0.18
+# 2024-01-17 0.0.19
package bibcop;
use warnings;
@@ -893,7 +893,9 @@ sub fail {
}
}
-if (not basename($0) eq 'bibcop.pl') {
+my $script = basename($0);
+$script =~ s/\.pl$//g;
+if (not $script eq 'bibcop') {
goto END;
}
@@ -917,7 +919,7 @@ if (@ARGV+0 eq 0 or exists $args{'--help'} or exists $args{'-?'}) {
" --latex Report errors in LaTeX format using \\PackageWarningNoLine command\n\n" .
"If any issues, report to GitHub: https://github.com/yegor256/bibcop");
} elsif (exists $args{'--version'} or exists $args{'-v'}) {
- info('0.0.18 2024-01-16');
+ info('0.0.19 2024-01-17');
} else {
my ($file) = grep { not($_ =~ /^-.*$/) } @ARGV;
if (not $file) {
diff --git a/biblio/ctan-bibdata/ctan.bib b/biblio/ctan-bibdata/ctan.bib
index 95cf96b878..7213582c2d 100644
--- a/biblio/ctan-bibdata/ctan.bib
+++ b/biblio/ctan-bibdata/ctan.bib
@@ -1,7 +1,7 @@
%% bib file of all CTAN packages
%% (C) Herbert Voß
%%
-%% created at 16-01-2024, 02:00:03
+%% created at 17-01-2024, 02:00:04
%%
%% This file is provided under the terms of the LPPL v1.3 or
@@ -6877,8 +6877,8 @@
title = {The \texttt{bibcop} package},
subtitle = {Style checker for .bib files},
author = {Yegor Bugayenko},
- date = {2024-01-12},
- version = {0.0.17},
+ date = {2024-01-16},
+ version = {0.0.18},
license = {mit},
mirror = {https://mirror.ctan.org/biblio/bibtex/utils/bibcop},
url = {https://ctan.org/pkg/bibcop},
@@ -20696,8 +20696,8 @@
title = {The \texttt{easybook} package},
subtitle = {Easily typesetting Chinese theses or books},
author = {Qu Yi},
- date = {2024-01-14},
- version = {2024H},
+ date = {2024-01-16},
+ version = {2024I},
license = {lppl1.3c},
mirror = {https://mirror.ctan.org/macros/latex/contrib/easybook},
url = {https://ctan.org/pkg/easybook},
@@ -44746,8 +44746,8 @@
title = {The \texttt{Memoize} package},
subtitle = {Externalization of graphics and memoization of compilation results in general},
author = {Sašo Živanović},
- date = {2024-01-02},
- version = {1.1.0},
+ date = {2024-01-16},
+ version = {1.1.1},
license = {lppl1.3c},
mirror = {https://mirror.ctan.org/macros/generic/memoize},
url = {https://ctan.org/pkg/memoize},
@@ -55021,8 +55021,8 @@
title = {The \texttt{ppt-slides} package},
subtitle = {Good-looking slide decks à la PowerPoint (PPT)},
author = {Yegor Bugayenko},
- date = {2023-11-08},
- version = {0.3.0},
+ date = {2024-01-16},
+ version = {0.3.1},
license = {mit},
mirror = {https://mirror.ctan.org/macros/latex/contrib/ppt-slides},
url = {https://ctan.org/pkg/ppt-slides},
@@ -59352,6 +59352,17 @@
url = {https://ctan.org/pkg/regstats},
}
+@manual{ctan-regulatory,
+ title = {The \texttt{regulatory} package},
+ subtitle = {Flexible drafting of legal documents, especially in Dutch},
+ author = {Erik Nijenhuis},
+ date = {2024-01-16},
+ version = {},
+ license = {lppl1.3c},
+ mirror = {https://mirror.ctan.org/macros/latex/contrib/regulatory},
+ url = {https://ctan.org/pkg/regulatory},
+}
+
@manual{ctan-reledmac,
title = {The \texttt{reledmac} package},
subtitle = {Typeset scholarly editions},
@@ -59976,8 +59987,8 @@
title = {The \texttt{robust-externalize} package},
subtitle = {Cache anything (TikZ, python, ...) in a robust, efficient and pure way},
author = {Léo Colisson},
- date = {2023-11-14},
- version = {2.2},
+ date = {2024-01-16},
+ version = {2.5},
license = {mit},
mirror = {https://mirror.ctan.org/macros/latex/contrib/robust-externalize},
url = {https://ctan.org/pkg/robust-externalize},
@@ -71350,8 +71361,8 @@
title = {The \texttt{tkz-base} package},
subtitle = {Tools for drawing with a cartesian coordinate system},
author = {Alain Matthes},
- date = {2023-02-15},
- version = {4.2c},
+ date = {2024-01-16},
+ version = {4.21c},
license = {lppl1.3},
mirror = {https://mirror.ctan.org/macros/latex/contrib/tkz/tkz-base},
url = {https://ctan.org/pkg/tkz-base},
@@ -71397,8 +71408,8 @@
title = {The \texttt{tkz-elements} package},
subtitle = {A Lua library for drawing Euclidean geometry with TikZ or tkz-euclide},
author = {Alain Matthes},
- date = {2023-12-24},
- version = {1.72c},
+ date = {2024-01-16},
+ version = {1.82c},
license = {lppl1.3},
mirror = {https://mirror.ctan.org/macros/latex/contrib/tkz/tkz-elements},
url = {https://ctan.org/pkg/tkz-elements},
@@ -71408,8 +71419,8 @@
title = {The \texttt{tkz-euclide} package},
subtitle = {Tools for drawing Euclidean geometry},
author = {Alain Matthes},
- date = {2023-11-06},
- version = {5.04c},
+ date = {2024-01-16},
+ version = {5.05c},
license = {lppl1.3},
mirror = {https://mirror.ctan.org/macros/latex/contrib/tkz/tkz-euclide},
url = {https://ctan.org/pkg/tkz-euclide},
@@ -79586,8 +79597,8 @@
title = {The \texttt{zx-calculus} package},
subtitle = {A library to typeset ZX Calculus diagrams},
author = {Léo Colisson},
- date = {2021-10-22},
- version = {},
+ date = {2024-01-16},
+ version = {2.0},
license = {mit},
mirror = {https://mirror.ctan.org/graphics/pgf/contrib/zx-calculus},
url = {https://ctan.org/pkg/zx-calculus},