diff options
author | Karl Berry <karl@freefriends.org> | 2011-11-04 23:18:54 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2011-11-04 23:18:54 +0000 |
commit | ae9bc75af439c1581131c4c3c19659c81f67e583 (patch) | |
tree | f5d85681800f19eb84c95bab4004e19988da316f /Master/texmf-dist/tex/latex/biblatex-apa/apa.bbx | |
parent | e0b537dc2d01c232e33d914e5819fef66ed769a4 (diff) |
biblatex-apa (3nov11)
git-svn-id: svn://tug.org/texlive/trunk@24497 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 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/latex/biblatex-apa/apa.bbx b/Master/texmf-dist/tex/latex/biblatex-apa/apa.bbx index dd35b737343..301b0d68992 100644 --- a/Master/texmf-dist/tex/latex/biblatex-apa/apa.bbx +++ b/Master/texmf-dist/tex/latex/biblatex-apa/apa.bbx @@ -1,4 +1,4 @@ -%% apa.bbx v4.0 +%% apa.bbx v4.1 %% Copyright 2011 Philip Kime %% %% This work may be distributed and/or modified under the @@ -767,8 +767,9 @@ %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % (APA 6.29) Colon separates title/subtitle +% Skip if following terminating punctuation -\renewcommand*{\subtitlepunct}{\addcolon\space} +\renewcommand*{\subtitlepunct}{\ifterm{}{\addcolon}\space} % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% |