diff options
author | Karl Berry <karl@freefriends.org> | 2011-09-20 23:17:00 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2011-09-20 23:17:00 +0000 |
commit | 2a770d321ff2cb8a41edac60a7bb20876280af1f (patch) | |
tree | 6e7a476de5a38c99a9bce8d8d9aae5b26eaf52cd /Master/texmf-dist/tex/latex/biblatex-apa/american-apa.lbx | |
parent | 17cf62727d8f0b6077e4141736c3c58abe8a36ce (diff) |
biblatex-apa (20sep11)
git-svn-id: svn://tug.org/texlive/trunk@24046 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/biblatex-apa/american-apa.lbx')
-rw-r--r-- | Master/texmf-dist/tex/latex/biblatex-apa/american-apa.lbx | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/Master/texmf-dist/tex/latex/biblatex-apa/american-apa.lbx b/Master/texmf-dist/tex/latex/biblatex-apa/american-apa.lbx index 28a5e4ea54b..09557747fdb 100644 --- a/Master/texmf-dist/tex/latex/biblatex-apa/american-apa.lbx +++ b/Master/texmf-dist/tex/latex/biblatex-apa/american-apa.lbx @@ -1,4 +1,4 @@ -% v3.5 +% v3.6 \ProvidesFile{american-apa.lbx} \InheritBibliographyExtras{american} @@ -102,21 +102,21 @@ {}% {\addspace}% \stripzeros{\thefield{#3}}}}% - \protected\def\mkbibdateapalongdmy#1#2#3{% - \iffieldundef{#3}% - {}% - {\stripzeros{\thefield{#3}}}% + \protected\def\mkbibdateapalongmdy#1#2#3{% \iffieldundef{#2}% {}% - {\iffieldundef{#3}% - {}% - {\addspace}% - \mkbibmonth{\thefield{#2}}}% + {\mkbibmonth{\thefield{#2}}}% + \iffieldundef{#3}% + {}% + {\addspace}% + \stripzeros{\thefield{#3}}% \iffieldundef{#1}% {}% - {\ifthenelse{\iffieldundef{#2}\OR\iffieldundef{#3}}% - {}% - {\addspace}% + {\ifthenelse{\iffieldundef{#3}}% + {\ifthenelse{\iffieldundef{#2}}% + {}% + {\addspace}}% + {\addcomma\addspace}% \thefield{#1}}}} % |