summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/bibtex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2022-02-03 22:11:47 +0000
committerKarl Berry <karl@freefriends.org>2022-02-03 22:11:47 +0000
commit22ac7738597d89c48195687b6751b4bb88880c3f (patch)
tree9b033ba558f7957ad1f4f648592e3fc7b626ab2e /Master/texmf-dist/bibtex
parent9d638be4030f068b4485894b901e3b9d7e171691 (diff)
biblatex (3feb22)
git-svn-id: svn://tug.org/texlive/trunk@61868 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/bibtex')
-rw-r--r--Master/texmf-dist/bibtex/bst/biblatex/biblatex.bst8
1 files changed, 5 insertions, 3 deletions
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$