From 22ac7738597d89c48195687b6751b4bb88880c3f Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Thu, 3 Feb 2022 22:11:47 +0000 Subject: biblatex (3feb22) git-svn-id: svn://tug.org/texlive/trunk@61868 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/bibtex/bst/biblatex/biblatex.bst | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'Master/texmf-dist/bibtex') diff --git a/Master/texmf-dist/bibtex/bst/biblatex/biblatex.bst b/Master/texmf-dist/bibtex/bst/biblatex/biblatex.bst index 8e5103a4584..06e60bb8872 100644 --- a/Master/texmf-dist/bibtex/bst/biblatex/biblatex.bst +++ b/Master/texmf-dist/bibtex/bst/biblatex/biblatex.bst @@ -184,7 +184,7 @@ STRINGS { ctrl.alphaothers ctrl.sortalphaothers ctrl.sortstr last.name last.hash last.year last.extra } FUNCTION {initialize} { - "$Revision: 3.16 $" + "$Revision: 3.17 $" #12 entry.max$ substring$ #-3 entry.max$ substring$ "Biblatex version: " swap$ * top$ @@ -692,10 +692,12 @@ FUNCTION {format:name:part} { } FUNCTION {format:name:initials} { + "\." "[[[DOT ACCENT]]]" str:replace ".-" "\bibinithyphendelim " str:replace ".~" "\bibinitperiod\bibinitdelim " str:replace ". " "\bibinitperiod\bibinitdelim " str:replace "." "\bibinitperiod" str:replace + "[[[DOT ACCENT]]]" "\." str:replace } FUNCTION {is.number} { @@ -1926,7 +1928,7 @@ FUNCTION {input:control:options} { % This version corresponds to the .bcf version, *not* the biblatex version! FUNCTION {input:control:version} { input:control:parse - "$Revision: 3.7 $" + "$Revision: 3.8 $" #12 entry.max$ substring$ #-3 entry.max$ substring$ 'tempstrga := @@ -2769,7 +2771,7 @@ SORT % This version corresponds to the .bbl version, *not* the biblatex version! FUNCTION {output:main:begin} { "% $ biblatex auxiliary file $" write$ newline$ - "% $ biblatex bbl format version " "$Revision: 3.1 $" + "% $ biblatex bbl format version " "$Revision: 3.2 $" #12 entry.max$ substring$ #-3 entry.max$ substring$ * " $" * write$ newline$ "% Do not modify the above lines!" write$ newline$ "%" write$ newline$ -- cgit v1.2.3