diff options
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}}}}} % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% |