From 8e3f2f40eaf97ca4b3f8023f4c58bdcd98f63e63 Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Mon, 19 Dec 2022 03:03:02 +0000 Subject: CTAN sync 202212190303 --- macros/latex/contrib/bibcop/bibcop.dtx | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) (limited to 'macros/latex/contrib/bibcop/bibcop.dtx') diff --git a/macros/latex/contrib/bibcop/bibcop.dtx b/macros/latex/contrib/bibcop/bibcop.dtx index de48e128ef..ce2e070d3e 100644 --- a/macros/latex/contrib/bibcop/bibcop.dtx +++ b/macros/latex/contrib/bibcop/bibcop.dtx @@ -50,7 +50,7 @@ %\NeedsTeXFormat{LaTeX2e} %\ProvidesPackage{bibcop} %<*package> -[2022-12-15 0.0.4 Style Checker of Bibliography Files] +[2022-12-18 0.0.5 Style Checker of Bibliography Files] % %<*driver> \documentclass{ltxdoc} @@ -108,6 +108,11 @@ % Some warnings may be printed in the \TeX{} log. % Once the issues in the |main.bib| file are fixed, the warnings disappear. +% Bibcop doesn't pay much attention the formatting of the |.bib| file. It doesn't emit +% warnings if a comma is missed after the last tag in a \BibTeX{} entry or the tags +% and their equation symbols are not aligned. Instead, Bibcop is focused on the content +% of the tags and their possible inconsistencies. + % If the |.sty| file is used directly (without installing it into the \TeX{} tree), % the |bibcop.pl| file must also be placed next to it --- it is the Perl script that does all the work % of checking your |.bib| files. The |.sty| is just a simple wrapper around it. @@ -205,6 +210,16 @@ author = {Knuth, Donald E. and others} % %\fi % When first names are shortened to a single letter, it has to have a tailing dot. +% A specially pronounced author may be wrapped it in curled brackets, to make Bibcop ignore it: +%\iffalse +%<*verb> +%\fi +\begin{verbatim} +author = {{Some author} and {I}} +\end{verbatim} +%\iffalse +% +%\fi % \DescribeMacro{shorts} % It is not allowed to shorten any words aside from the |author| tag, for example this is illegal: -- cgit v1.2.3