summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/bibtex/bst/apacite/apacite.bst
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2009-03-03 00:57:20 +0000
committerKarl Berry <karl@freefriends.org>2009-03-03 00:57:20 +0000
commitaf897fb19e6f4e2fdde23a714556208290752d03 (patch)
tree0b5ad8895485dec6733554c28944d0c6e13c625b /Master/texmf-dist/bibtex/bst/apacite/apacite.bst
parent940b0c7ca7bd69adb7641e133a2f0004db8af586 (diff)
apacite update (2mar09)
git-svn-id: svn://tug.org/texlive/trunk@12295 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/bibtex/bst/apacite/apacite.bst')
-rw-r--r--Master/texmf-dist/bibtex/bst/apacite/apacite.bst28
1 files changed, 18 insertions, 10 deletions
diff --git a/Master/texmf-dist/bibtex/bst/apacite/apacite.bst b/Master/texmf-dist/bibtex/bst/apacite/apacite.bst
index 8b416318614..0341a68c24e 100644
--- a/Master/texmf-dist/bibtex/bst/apacite/apacite.bst
+++ b/Master/texmf-dist/bibtex/bst/apacite/apacite.bst
@@ -8,7 +8,7 @@
%%
%% This is a generated file.
%%
-%% Copyright (C) 1994-2007 Erik Meijer and any individual authors listed
+%% Copyright (C) 1994-2009 Erik Meijer and any individual authors listed
%% elsewhere in this file.
%%
%% This file is part of the `apacite' package.
@@ -27,9 +27,9 @@
%% The `apacite' package consists of the files apacite.dtx and
%% apacite.ins, and the following generated files:
%% apacite.sty, apacite.bst, apacitex.bst, apa5ex.bib,
-%% apacite.drv, apacdoc.sty,
-%% english.apc, dutch.apc, finnish.apc, german.apc, ngerman.apc,
-%% greek.apc, norsk.apc, spanish.apc, swedish.apc.
+%% apacite.drv, apacdoc.sty, apacann.bst, apacannx.bst,
+%% english.apc, dutch.apc, finnish.apc, french.apc, german.apc,
+%% ngerman.apc, greek.apc, norsk.apc, spanish.apc, swedish.apc.
%%
%% This work has the LPPL maintenance status `maintained'
%%
@@ -41,16 +41,14 @@
%% the generated files.
%%
%% apacite.bst
-%% [2007/09/03 v4.00 APA bibliography style]
-
-
+%% [2009/03/01 v4.05 APA bibliography style]
%% apacite.bst : reference list according to APA manual
%% Written by Erik Meijer
FUNCTION {identify.apacite.version}
{ % Put identifying string in the .blg file
"apacite.bst"
- " [2007/09/03 v4.00 APA bibliography style]"
+ " [2009/03/01 v4.05 APA bibliography style]"
* top$
}
@@ -59,7 +57,8 @@ FUNCTION {identify.apacite.version}
ENTRY
{ address
- annote % not used
+ annote % only used for annotated version
+ annotate % only used for annotated version
author
booktitle % for articles in books
chair % for lectures
@@ -1339,6 +1338,15 @@ FUNCTION {definitive.cite.num.names.3.or.more}
}
if$
}
+ { %
+ % Different 5th author: citing 5 authors is
+ % sufficient for this comparison.
+ %
+ cite.num.names.short #5 <
+ { #5 'cite.num.names.short := }
+ 'skip$
+ if$
+ }
if$
}
if$
@@ -3596,7 +3604,7 @@ FUNCTION {format.bvolume.check}
FUNCTION {format.edition.check}
{ duplicate$ empty$
'skip$
- { "\PrintCardinal{" swap$ * "}" *
+ { "\PrintOrdinal{" swap$ * "}" *
"\BEd" connect.with.space.check
}
if$