diff options
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}}} % |