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 | |
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')
-rw-r--r-- | Master/texmf-dist/bibtex/bib/biblatex/biblatex-examples.bib | 3 | ||||
-rw-r--r-- | Master/texmf-dist/bibtex/bst/biblatex/biblatex.bst | 12 |
2 files changed, 7 insertions, 8 deletions
diff --git a/Master/texmf-dist/bibtex/bib/biblatex/biblatex-examples.bib b/Master/texmf-dist/bibtex/bib/biblatex/biblatex-examples.bib index 590e74e93ae..fbf41dd3650 100644 --- a/Master/texmf-dist/bibtex/bib/biblatex/biblatex-examples.bib +++ b/Master/texmf-dist/bibtex/bib/biblatex/biblatex-examples.bib @@ -212,8 +212,7 @@ volume = {93}, series = {newseries}, number = {1}, - date = {1991}, - month = {3}, + date = {1991-03}, pages = {9--27}, annotation = {An \texttt{article} entry with \texttt{series}, \texttt{volume}, and \texttt{number} fields. Note the format of the \texttt{series} which is a 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$ |