diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/biblatex-apa/italian-apa.lbx')
-rw-r--r-- | Master/texmf-dist/tex/latex/biblatex-apa/italian-apa.lbx | 20 |
1 files changed, 4 insertions, 16 deletions
diff --git a/Master/texmf-dist/tex/latex/biblatex-apa/italian-apa.lbx b/Master/texmf-dist/tex/latex/biblatex-apa/italian-apa.lbx index 10af2339760..ca12d91253d 100644 --- a/Master/texmf-dist/tex/latex/biblatex-apa/italian-apa.lbx +++ b/Master/texmf-dist/tex/latex/biblatex-apa/italian-apa.lbx @@ -1,4 +1,4 @@ -\ProvidesFile{italian-apa.lbx}[2014/04/16\space v6.5\space APA biblatex localisation] +\ProvidesFile{italian-apa.lbx}[2015/01/23\space v6.7\space APA biblatex localisation] \InheritBibliographyExtras{italian} % (APA 6.22) The example abbreviations @@ -43,18 +43,6 @@ with = {{with}{with}}, paragraph = {{\P}{\P}}, paragraphs = {{\P\P}{\P\P}}, - january = {{Gennaio}{Gennaio}}, - february = {{Febbraio}{Febbraio}}, - march = {{Marzo}{Marzo}}, - april = {{Aprile}{Aprile}}, - may = {{Maggio}{Maggio}}, - june = {{Giugno}{Giugno}}, - july = {{Luglio}{Luglio}}, - august = {{Agosto}{Agosto}}, - september = {{Settembre}{Settembre}}, - october = {{Ottobre}{Ottobre}}, - november = {{Novembre}{Novembre}}, - december = {{Deicembre}{Dicembre}}, mathesis = {{Tesi\space di\space laurea}{Tesi\space di\space laurea}}, phdthesis = {{Tesi\space di\space dottorato}{Tesi\space di\space dottorato}}, origyear = {{Data\space di\space prima\space pubblicazione}{Data\space di\space prima\space pubblicazione}}, @@ -80,7 +68,7 @@ \protected\def\mkbibdateapalong#1#2#3{% \iffieldundef{#1}% {}% - {\thefield{#1}}% + {\iffieldbibstring{#1}{\biblcstring{\thefield{#1}}}{\thefield{#1}}}% \iffieldundef{#2}% {}% {\iffieldundef{#1}% @@ -96,7 +84,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}% @@ -124,7 +112,7 @@ {}% {\addspace}}% {\addcomma\addspace}% - \thefield{#1}}}} + \iffieldbibstring{#1}{\biblcstring{\thefield{#1}}}{\thefield{#1}}}}} % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% |