diff options
author | Karl Berry <karl@freefriends.org> | 2024-01-17 20:38:27 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2024-01-17 20:38:27 +0000 |
commit | 3148590936e4aa5c9f3927dc8dc5d6ccf87d822c (patch) | |
tree | 220dc79548845122f434247bf8423c1716d239f1 /Master/texmf-dist/tex/latex/bibcop | |
parent | 31fe966e09508db1864ad11ca0a7069a29e513af (diff) |
bibcop (17jan24)
git-svn-id: svn://tug.org/texlive/trunk@69467 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/bibcop')
-rw-r--r-- | Master/texmf-dist/tex/latex/bibcop/bibcop.sty | 27 |
1 files changed, 11 insertions, 16 deletions
diff --git a/Master/texmf-dist/tex/latex/bibcop/bibcop.sty b/Master/texmf-dist/tex/latex/bibcop/bibcop.sty index 2bddfc7c476..db8b9999914 100644 --- a/Master/texmf-dist/tex/latex/bibcop/bibcop.sty +++ b/Master/texmf-dist/tex/latex/bibcop/bibcop.sty @@ -31,7 +31,7 @@ \NeedsTeXFormat{LaTeX2e} \ProvidesPackage{bibcop} -[2024-01-16 0.0.18 Style Checker of Bibliography Files] +[2024-01-17 0.0.19 Style Checker of Bibliography Files] @@ -91,21 +91,16 @@ \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 |