summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/biblatex-apa/apa.bbx
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/biblatex-apa/apa.bbx')
-rw-r--r--Master/texmf-dist/tex/latex/biblatex-apa/apa.bbx15
1 files changed, 10 insertions, 5 deletions
diff --git a/Master/texmf-dist/tex/latex/biblatex-apa/apa.bbx b/Master/texmf-dist/tex/latex/biblatex-apa/apa.bbx
index 7071b6e4228..1b81bd5e17d 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}[2020/05/30\space v9.13\space APA biblatex references style]
+\ProvidesFile{apa.bbx}[2020/08/28\space v9.14\space APA biblatex references style]
\RequireBiber[3]
\RequireBibliographyStyle{standard}
\urlstyle{same} % APA examples all have URLs in same font as text
@@ -761,12 +761,15 @@
\setunit*{\addcomma\addspace}%
\ifentrytype{book}{\printfield{volume}}{}}}
-% Additional post title information in brackets
+% Additional post title information in brackets unless it's the meta subtype "nonacademic"
+% which is used to conditionalise date formats in the .lbx files
\newbibmacro*{addinfo2}{%
\printtexte[brackets]{%
- \iffieldbibstring{entrysubtype}
- {\bibcplstring{\thefield{entrysubtype}}}
- {\printfield{entrysubtype}}%
+ \iffieldequalstr{entrysubtype}{nonacademic}
+ {}
+ {\iffieldbibstring{entrysubtype}
+ {\bibcplstring{\thefield{entrysubtype}}}
+ {\printfield{entrysubtype}}}%
\setunit*{\addsemicolon\addspace}%
\printfield{note}}}
@@ -1773,6 +1776,8 @@
\usebibmacro{apa:related}%
\newunit\newblock
\usebibmacro{eprint}%
+ \newunit\newblock
+ \printlist{organization}%
\addperiod\addspace
\newunit\newblock
\usebibmacro{doi+url}%