diff options
author | Karl Berry <karl@freefriends.org> | 2011-02-13 23:31:33 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2011-02-13 23:31:33 +0000 |
commit | ab5d6cd04710c0e8333450c51d13797d8d72aff0 (patch) | |
tree | c98edfaafa99e837254e2af8d769a171f012344e /Master/texmf-dist/bibtex | |
parent | 87c9798fd0683af80bab34cff8a68fc61579c159 (diff) |
biblatex 1.2a (13feb11)
git-svn-id: svn://tug.org/texlive/trunk@21390 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/bibtex')
-rw-r--r-- | Master/texmf-dist/bibtex/bst/biblatex/biblatex.bst | 21 |
1 files changed, 12 insertions, 9 deletions
diff --git a/Master/texmf-dist/bibtex/bst/biblatex/biblatex.bst b/Master/texmf-dist/bibtex/bst/biblatex/biblatex.bst index f7a0b39cd2c..c71147b1b2e 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 1.1b 2011/02/04 11:36:21 lehman stable $ +% $Id: biblatex.bst,v 1.2a 2011/02/13 12:05:37 lehman stable $ % Copyright (c) 2006-2011 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: 1.1 $" + "$Revision: 1.2 $" #12 entry.max$ substring$ #-3 entry.max$ substring$ "Biblatex version: " swap$ * top$ @@ -1667,19 +1667,24 @@ FUNCTION {set} { type$ output:entry } FUNCTION {article} { type$ output:entry } FUNCTION {bibnote} { type$ output:entry } FUNCTION {book} { type$ output:entry } -FUNCTION {books} { type$ output:entry } +FUNCTION {mvbook} { type$ output:entry } +FUNCTION {inbook} { type$ output:entry } FUNCTION {bookinbook} { type$ output:entry } FUNCTION {booklet} { type$ output:entry } FUNCTION {collection} { type$ output:entry } -FUNCTION {inbook} { type$ output:entry } +FUNCTION {mvcollection} { type$ output:entry } FUNCTION {incollection} { type$ output:entry } -FUNCTION {inproceedings} { type$ output:entry } FUNCTION {manual} { type$ output:entry } FUNCTION {misc} { type$ output:entry } FUNCTION {online} { type$ output:entry } FUNCTION {patent} { type$ output:entry } FUNCTION {periodical} { type$ output:entry } FUNCTION {proceedings} { type$ output:entry } +FUNCTION {mvproceedings} { type$ output:entry } +FUNCTION {inproceedings} { type$ output:entry } +FUNCTION {reference} { type$ output:entry } +FUNCTION {mvreference} { type$ output:entry } +FUNCTION {inreference} { type$ output:entry } FUNCTION {report} { type$ output:entry } FUNCTION {suppbook} { type$ output:entry } FUNCTION {suppcollection} { type$ output:entry } @@ -1691,7 +1696,6 @@ FUNCTION {artwork} { type$ output:entry } FUNCTION {audio} { type$ output:entry } FUNCTION {commentary} { type$ output:entry } FUNCTION {image} { type$ output:entry } -FUNCTION {inreference} { type$ output:entry } FUNCTION {jurisdiction} { type$ output:entry } FUNCTION {legal} { type$ output:entry } FUNCTION {legislation} { type$ output:entry } @@ -1699,7 +1703,6 @@ FUNCTION {letter} { type$ output:entry } FUNCTION {movie} { type$ output:entry } FUNCTION {music} { type$ output:entry } FUNCTION {performance} { type$ output:entry } -FUNCTION {reference} { type$ output:entry } FUNCTION {review} { type$ output:entry } FUNCTION {software} { type$ output:entry } FUNCTION {standard} { type$ output:entry } @@ -1748,7 +1751,7 @@ FUNCTION {input:control:options} { FUNCTION {input:control:version} { input:control:parse - "$Revision: 1.1 $" + "$Revision: 1.2 $" #12 entry.max$ substring$ #-3 entry.max$ substring$ 'tempstrga := @@ -2664,7 +2667,7 @@ SORT FUNCTION {output:main:begin} { "% $ biblatex auxiliary file $" write$ newline$ - "% $ biblatex version " "$Revision: 1.1 $" + "% $ biblatex version " "$Revision: 1.2 $" #12 entry.max$ substring$ #-3 entry.max$ substring$ * " $" * write$ newline$ "% Do not modify the above lines!" write$ newline$ "%" write$ newline$ |