diff options
author | Karl Berry <karl@freefriends.org> | 2010-10-09 23:32:31 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-10-09 23:32:31 +0000 |
commit | 2b1aece05c5cfa5fb2237f33be13352b8152c50d (patch) | |
tree | e6fa6a1b23534f63f5f03213f5378c2eb43a6966 /Master/texmf-dist/bibtex/bst/biblatex | |
parent | ad2a0c99a6985997ce7dadc86f280f1f54817c0a (diff) |
biblatex 0.9e (9oct10)
git-svn-id: svn://tug.org/texlive/trunk@20029 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/bibtex/bst/biblatex')
-rw-r--r-- | Master/texmf-dist/bibtex/bst/biblatex/biblatex.bst | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/Master/texmf-dist/bibtex/bst/biblatex/biblatex.bst b/Master/texmf-dist/bibtex/bst/biblatex/biblatex.bst index aa746eb01d3..31574d0afd6 100644 --- a/Master/texmf-dist/bibtex/bst/biblatex/biblatex.bst +++ b/Master/texmf-dist/bibtex/bst/biblatex/biblatex.bst @@ -1,4 +1,4 @@ -% $Id: biblatex.bst,v 0.9d 2010/09/03 20:11:58 lehman beta $ +% $Id: biblatex.bst,v 0.9e 2010/10/09 16:39:36 lehman beta $ % Copyright (c) 2006-2010 Philipp Lehman. % @@ -175,7 +175,7 @@ STRINGS { ctrl.alphaothers templist tempstrga tempstrgb resvstrga last.name last.hash last.uniq last.year last.extra } FUNCTION {initialize} { - "$Revision: 0.9c $" + "$Revision: 0.9e $" #12 entry.max$ substring$ #-3 entry.max$ substring$ "Biblatex version: " swap$ * top$ @@ -923,13 +923,13 @@ FUNCTION {sortkey:main:date} { { pop$ sortyear empty$ { "9999" dateyear sortkey:main:date:year } - { "9999" sortyear sortkey:main:date:year } + { sortyear normalize } if$ } { #2 = { sortyear empty$ { "0" dateyear sortkey:main:date:year } - { "0" sortyear sortkey:main:date:year } + { sortyear normalize } if$ str.to.int #9999 swap$ - int.to.str$ } @@ -1746,7 +1746,7 @@ FUNCTION {input:control:options} { FUNCTION {input:control:version} { input:control:parse - "$Revision: 0.9c $" + "$Revision: 0.9e $" #12 entry.max$ substring$ #-3 entry.max$ substring$ 'tempstrga := @@ -2662,7 +2662,7 @@ SORT FUNCTION {output:main:begin} { "% $ biblatex auxiliary file $" write$ newline$ - "% $ biblatex version " "$Revision: 0.9c $" + "% $ biblatex version " "$Revision: 0.9e $" #12 entry.max$ substring$ #-3 entry.max$ substring$ * " $" * write$ newline$ "% Do not modify the above lines!" write$ newline$ "%" write$ newline$ |