diff options
author | Karl Berry <karl@freefriends.org> | 2015-01-23 22:11:45 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2015-01-23 22:11:45 +0000 |
commit | a317a3b32d93430517e8391a51cb4cd60b854d6d (patch) | |
tree | c2bebc426d34e0f84194636ed8b829a614deec31 /Master/texmf-dist/tex/latex/biblatex-apa/french-apa.lbx | |
parent | f797358e06d68bbb1214a0d6f0f5dfa7d0c27b40 (diff) |
biblatex-apa (23jan15)
git-svn-id: svn://tug.org/texlive/trunk@36124 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/biblatex-apa/french-apa.lbx')
-rw-r--r-- | Master/texmf-dist/tex/latex/biblatex-apa/french-apa.lbx | 20 |
1 files changed, 4 insertions, 16 deletions
diff --git a/Master/texmf-dist/tex/latex/biblatex-apa/french-apa.lbx b/Master/texmf-dist/tex/latex/biblatex-apa/french-apa.lbx index 4ef649c745b..f76714753b0 100644 --- a/Master/texmf-dist/tex/latex/biblatex-apa/french-apa.lbx +++ b/Master/texmf-dist/tex/latex/biblatex-apa/french-apa.lbx @@ -1,4 +1,4 @@ -\ProvidesFile{french-apa.lbx}[2014/04/16\space v6.5\space APA biblatex localisation] +\ProvidesFile{french-apa.lbx}[2015/01/23\space v6.7\space APA biblatex localisation] \InheritBibliographyExtras{french} % (APA 6.22) The example abbreviations @@ -28,18 +28,6 @@ \DeclareBibliographyStrings{% inherit = {french}, inpress = {{sous presse}{sous presse}},% remove when biblatex has it - january = {{janvier}{janvier}}, - february = {{f\'evrier}{f\'evrier}}, - march = {{mars}{mars}}, - april = {{avril}{avril}}, - may = {{mai}{mai}}, - june = {{juin}{juin}}, - july = {{juillet}{juillet}}, - august = {{ao\^ut}{ao\^ut}}, - september = {{septembre}{septembre}}, - october = {{octobre}{octobre}}, - november = {{novembre}{novembre}}, - december = {{d\'ecembre}{d\'ecembre}}, revisededition = {{\'Edition\space R\'evis\'e}{\'Ed\adddot\space R\'ev\adddot}}, page = {{Page}{{}p\adddot}}, pages = {{Pages}{{}p\adddot}}, @@ -75,7 +63,7 @@ \protected\def\mkbibdateapalong#1#2#3{% \iffieldundef{#1}% {}% - {\thefield{#1}}% + {\iffieldbibstring{#1}{\biblcstring{\thefield{#1}}}{\thefield{#1}}}% \iffieldundef{#2}% {}% {\iffieldundef{#1}% @@ -91,7 +79,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}% @@ -119,7 +107,7 @@ {\ifthenelse{\iffieldundef{#2}\OR\iffieldundef{#3}}% {}% {\addspace}% - \thefield{#1}}}} + \iffieldbibstring{#1}{\biblcstring{\thefield{#1}}}{\thefield{#1}}}}} % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% |