diff options
author | Karl Berry <karl@freefriends.org> | 2015-01-23 22:11:45 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2015-01-23 22:11:45 +0000 |
commit | a317a3b32d93430517e8391a51cb4cd60b854d6d (patch) | |
tree | c2bebc426d34e0f84194636ed8b829a614deec31 /Master/texmf-dist/tex/latex/biblatex-apa/apa.cbx | |
parent | f797358e06d68bbb1214a0d6f0f5dfa7d0c27b40 (diff) |
biblatex-apa (23jan15)
git-svn-id: svn://tug.org/texlive/trunk@36124 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/biblatex-apa/apa.cbx')
-rw-r--r-- | Master/texmf-dist/tex/latex/biblatex-apa/apa.cbx | 21 |
1 files changed, 6 insertions, 15 deletions
diff --git a/Master/texmf-dist/tex/latex/biblatex-apa/apa.cbx b/Master/texmf-dist/tex/latex/biblatex-apa/apa.cbx index 3c1556815f8..1f6f4cfc5c7 100644 --- a/Master/texmf-dist/tex/latex/biblatex-apa/apa.cbx +++ b/Master/texmf-dist/tex/latex/biblatex-apa/apa.cbx @@ -11,21 +11,8 @@ %% This work has the LPPL maintenance status `maintained'. %% %% The Current Maintainer of this work is Philip Kime. -%% -%% This work consists of the files: -%% -%% apa.cbx (biblatex citation style) -%% apa.bbx (biblatex references style) -%% apa.dbx (biblatex style data model) -%% *.lbx (localisation files for APA-specific strings) -%% biblatex-apa.pdf (Style documentation) -%% biblatex-apa.tex (Style documentation source) -%% biblatex-apa-test.pdf (Style examples) -%% biblatex-apa-test.tex (Style examples source) -%% biblatex-apa-test-citations.bib (Style examples - citations) -%% biblatex-apa-test-references.bib (Style examples - references) - -\ProvidesFile{apa.cbx}[2014/04/16\space v6.5\space APA biblatex citation style] + +\ProvidesFile{apa.cbx}[2015/01/23\space v6.7\space APA biblatex citation style] \RequireBiber[3] %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% @@ -83,6 +70,7 @@ %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % (APA 6.11) Suffices are not shown in citations % (APA 6.12) 3-5 authors have "et al." after first cite +% (Blog http://blog.apastyle.org/apastyle/2014/01/when-to-use-author-initials-for-text-citations.html) Initials only for primary author % #1 = last name % #2 = last name (initials) @@ -94,6 +82,9 @@ % #8 = name affix (initials) \newbibmacro*{labelname:doname}[8]{% + \ifnumcomp{\value{listcount}}{>}{1} + {\setcounter{uniquename}{0}} + {}% \ifcase\value{uniquename}% \ifuseprefix {\usebibmacro{name:last}{#1}{#3}{#5}{}} |