diff options
author | Karl Berry <karl@freefriends.org> | 2014-04-17 22:19:33 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2014-04-17 22:19:33 +0000 |
commit | 451b6c501e80faca76df23b0e3287a0e9e7ab45d (patch) | |
tree | 45f8a246a487c9bfc8ec98f08949a9cea4fdf697 /Master/texmf-dist/tex/latex/biblatex-apa/apa.bbx | |
parent | edd881309fd9ca4cd0d5cc3b684da0064feab92f (diff) |
biblatex-apa (17apr14)
git-svn-id: svn://tug.org/texlive/trunk@33482 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/biblatex-apa/apa.bbx')
-rw-r--r-- | Master/texmf-dist/tex/latex/biblatex-apa/apa.bbx | 18 |
1 files changed, 8 insertions, 10 deletions
diff --git a/Master/texmf-dist/tex/latex/biblatex-apa/apa.bbx b/Master/texmf-dist/tex/latex/biblatex-apa/apa.bbx index a91945330c0..7f6f1607f20 100644 --- a/Master/texmf-dist/tex/latex/biblatex-apa/apa.bbx +++ b/Master/texmf-dist/tex/latex/biblatex-apa/apa.bbx @@ -12,7 +12,7 @@ %% %% The Current Maintainer of this work is Philip Kime. -\ProvidesFile{apa.bbx}[2013/10/30\space v6.4\space APA biblatex references style] +\ProvidesFile{apa.bbx}[2014/04/16\space v6.5\space APA biblatex references style] \RequireBiber[3] \RequireBibliographyStyle{standard} \urlstyle{rm} % APA examples all have URLs in same font as text @@ -1342,7 +1342,7 @@ \newunit\newblock \printfield{note}% \newunit\newblock - \usebibmacro{location+year}% + \usebibmacro{location+publisher}% \newunit\newblock \usebibmacro{doi+eprint+url}% \newunit\newblock @@ -2081,14 +2081,12 @@ \newbibmacro*{labeltitle}{% \iffieldundef{label} - {\iffieldundef{shorttitle} - {\printfield{title}% - \clearfield{title}% - \setunit{\addspace}% - \printfield{entrysubtype}% - \clearfield{entrysubtype}% - \global\booltrue{bbx:titleinauthpos}} - {\printfield[title]{shorttitle}}} + {\printfield{title}% + \clearfield{title}% + \setunit{\addspace}% + \printfield{entrysubtype}% + \clearfield{entrysubtype}% + \global\booltrue{bbx:titleinauthpos}} {\printfield{label}}} % |