summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/biblatex/bibtex/bst/biblatex.bst
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/biblatex/bibtex/bst/biblatex.bst')
-rw-r--r--macros/latex/contrib/biblatex/bibtex/bst/biblatex.bst8
1 files changed, 5 insertions, 3 deletions
diff --git a/macros/latex/contrib/biblatex/bibtex/bst/biblatex.bst b/macros/latex/contrib/biblatex/bibtex/bst/biblatex.bst
index 8e5103a458..06e60bb887 100644
--- a/macros/latex/contrib/biblatex/bibtex/bst/biblatex.bst
+++ b/macros/latex/contrib/biblatex/bibtex/bst/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$