Skip to content

Commit

Permalink
Deploying to gh-pages from @ 3473621 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed May 3, 2024
1 parent f8173db commit 0e17a7b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions bibcop.pl
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.

# 2024-05-03 04.02.29
# 2024-05-03 04.14.50
package bibcop;

use warnings;
Expand Down Expand Up @@ -619,6 +619,7 @@ sub fix_author {
$author = $words[$total - 1] . ', ' . join(' ', @words[0 .. $total - 2]);
}
}
$author =~ s/([A-Z])\.(?![ ,])/$1. /g;
$author =~ s/^\s+|\s+$//g;
}
return join(' and ', @authors);
Expand Down Expand Up @@ -1083,7 +1084,7 @@ sub fail {
" --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('04.02.29 2024-05-03');
info('04.14.50 2024-05-03');
} else {
my ($file) = grep { not($_ =~ /^-.*$/) } @ARGV;
if (not $file) {
Expand Down
2 changes: 1 addition & 1 deletion bibcop.sty
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{bibcop}
[2024-05-03 04.02.29 Style Checker of Bibliography Files]
[2024-05-03 04.14.50 Style Checker of Bibliography Files]



Expand Down

0 comments on commit 0e17a7b

Please sign in to comment.