diff options
author | Karl Berry <karl@freefriends.org> | 2013-05-09 23:01:53 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2013-05-09 23:01:53 +0000 |
commit | 558076e69e81f224e458163692310f705581d953 (patch) | |
tree | bec9790135e906d484054ce79201f9efb2fbbd8d /Master/texmf-dist/tex/latex/biblatex-apa/american-apa.lbx | |
parent | 8542531ab70ed2628cb4e1c8674fee9821f81c6a (diff) |
biblatex-apa (9may13)
git-svn-id: svn://tug.org/texlive/trunk@30359 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 | 10 |
1 files changed, 4 insertions, 6 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 7acc6c338c9..d00cb46c681 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 @@ -\ProvidesFile{american-apa.lbx}[2012/12/28\space v5.7\space APA biblatex localisation] +\ProvidesFile{american-apa.lbx}[2013/03/20\space v5.9\space APA biblatex localisation] \InheritBibliographyExtras{american} % (APA 6.22) The example abbreviations @@ -16,7 +16,6 @@ \NewBibliographyString{retrieved} \NewBibliographyString{available} \NewBibliographyString{from} -\NewBibliographyString{nodate} \NewBibliographyString{archivedat} \NewBibliographyString{origyear} \NewBibliographyString{reviewof} @@ -36,7 +35,6 @@ available = {{available}{available}}, from = {{from}{from}}, archivedat = {{archived\space at}{archived\space at}}, - nodate = {{no\space date}{{}n\adddot d\adddot}}, with = {{with}{with}}, reprintas = {{reprinted as}{reprinted as}}, reprintfrom = {{reprinted from}{reprinted from}}, @@ -84,7 +82,7 @@ \protected\def\mkbibdateapalong#1#2#3{% \iffieldundef{#1}% {}% - {\thefield{#1}}% + {\iffieldbibstring{#1}{\biblcstring{\thefield{#1}}}{\thefield{#1}}}% \iffieldundef{#2}% {}% {\iffieldundef{#1}% @@ -100,7 +98,7 @@ \protected\def\mkbibdateapalongextra#1#2#3{% \iffieldundef{#1}% {}% - {\thefield{#1}\printfield{extrayear}}% + {\iffieldbibstring{#1}{\biblcstring{\thefield{#1}}}{\thefield{#1}}\printfield{extrayear}}% \iffieldundef{#2}% {}% {\iffieldundef{#1}% @@ -128,7 +126,7 @@ {}% {\addspace}}% {\addcomma\addspace}% - \thefield{#1}}}} + \iffieldbibstring{#1}{\biblcstring{\thefield{#1}}}{\thefield{#1}}}}} % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% |