summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/bibtex/bst
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2013-10-27 22:52:35 +0000
committerKarl Berry <karl@freefriends.org>2013-10-27 22:52:35 +0000
commitd3eed84270fbc4f6a6acb3f046b9d722110ce875 (patch)
treeba7f7db9515e44de491302efb65fbae3f6f90dcf /Master/texmf-dist/bibtex/bst
parentf85faa8bc11e179cbb70dbc4818fb575a3e9b955 (diff)
biblatex (26oct13)
git-svn-id: svn://tug.org/texlive/trunk@32011 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/bibtex/bst')
-rw-r--r--Master/texmf-dist/bibtex/bst/biblatex/biblatex.bst18
1 files changed, 14 insertions, 4 deletions
diff --git a/Master/texmf-dist/bibtex/bst/biblatex/biblatex.bst b/Master/texmf-dist/bibtex/bst/biblatex/biblatex.bst
index 27191e0e553..7c9e7405f50 100644
--- a/Master/texmf-dist/bibtex/bst/biblatex/biblatex.bst
+++ b/Master/texmf-dist/bibtex/bst/biblatex/biblatex.bst
@@ -24,6 +24,7 @@ ENTRY {
hyphenation
keywords
label
+ langid
options
presort
shorthand
@@ -174,7 +175,7 @@ STRINGS { ctrl.alphaothers templist tempstrga tempstrgb resvstrga
last.name last.hash last.year last.extra }
FUNCTION {initialize} {
- "$Revision: 2.7 $"
+ "$Revision: 2.8 $"
#12 entry.max$ substring$
#-3 entry.max$ substring$
"Biblatex version: " swap$ * top$
@@ -1388,7 +1389,6 @@ FUNCTION {output:fields.1} {
"eventtitle" eventtitle output:write:field
"eventtitleaddon" eventtitleaddon output:write:field
"howpublished" howpublished output:write:field
- "hyphenation" hyphenation output:write:field
"indexsorttitle" indexsorttitle output:write:field
"indextitle" indextitle output:write:field
"isan" isan output:write:field
@@ -1538,6 +1538,16 @@ FUNCTION {output:warning} {
}
FUNCTION {output:compat.1} {
+ "langid" langid
+ duplicate$ empty$
+ { pop$ hyphenation }
+ { hyphenation empty$
+ 'skip$
+ { "hyphenation" "langid" warning:duplicate }
+ if$
+ }
+ if$
+ output:write:field
"location" location
duplicate$ empty$
{ pop$ address }
@@ -1763,7 +1773,7 @@ FUNCTION {input:control:options} {
% This version corresponds to the .bbl version, *not* the biblatex version!
FUNCTION {input:control:version} {
input:control:parse
- "$Revision: 2.2 $"
+ "$Revision: 2.3 $"
#12 entry.max$ substring$
#-3 entry.max$ substring$
'tempstrga :=
@@ -2587,7 +2597,7 @@ SORT
% This version corresponds to the .bbl version, *not* the biblatex version!
FUNCTION {output:main:begin} {
"% $ biblatex auxiliary file $" write$ newline$
- "% $ biblatex version " "$Revision: 2.2 $"
+ "% $ biblatex version " "$Revision: 2.3 $"
#12 entry.max$ substring$ #-3 entry.max$ substring$ * " $" * write$ newline$
"% Do not modify the above lines!" write$ newline$
"%" write$ newline$