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/slovene-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/slovene-apa.lbx')
-rw-r--r-- | Master/texmf-dist/tex/latex/biblatex-apa/slovene-apa.lbx | 21 |
1 files changed, 4 insertions, 17 deletions
diff --git a/Master/texmf-dist/tex/latex/biblatex-apa/slovene-apa.lbx b/Master/texmf-dist/tex/latex/biblatex-apa/slovene-apa.lbx index 3e205e1e6d0..8c399ffe1da 100644 --- a/Master/texmf-dist/tex/latex/biblatex-apa/slovene-apa.lbx +++ b/Master/texmf-dist/tex/latex/biblatex-apa/slovene-apa.lbx @@ -1,4 +1,4 @@ -\ProvidesFile{slovene-apa.lbx}[2014/04/16\space v6.5\space APA biblatex localisation] +\ProvidesFile{slovene-apa.lbx}[2015/01/23\space v6.7\space APA biblatex localisation] \InheritBibliographyExtras{slovene} % (APA 6.22) The example abbreviations @@ -55,18 +55,6 @@ execproducer = {{izvr\v{s}ni producent}{izvr\v{s}ni producent}}, director = {{re\v{z}iser}{re\v{z}iser}}, writer = {{avtor}{avtor}}, - january = {{januar}{januar}}, - february = {{februar}{februar}}, - march = {{marec}{marec}}, - april = {{april}{april}}, - may = {{maj}{maj}}, - june = {{junij}{junij}}, - july = {{julij}{julij}}, - august = {{avgust}{avgust}}, - september = {{september}{september}}, - october = {{oktober}{oktober}}, - november = {{november}{november}}, - december = {{december}{december}}, datejanuary = {{januarja}{januarja}}, datefebruary = {{februarja}{februarja}}, datemarch = {{marca}{marca}}, @@ -113,7 +101,7 @@ \protected\def\mkbibdateapalong#1#2#3{% \iffieldundef{#1}% {}% - {\thefield{#1}}% + {\iffieldbibstring{#1}{\biblcstring{\thefield{#1}}}{\thefield{#1}}}% \iffieldundef{#3}% {}% {\iffieldundef{#1}% @@ -131,7 +119,7 @@ \protected\def\mkbibdateapalongextra#1#2#3{% \iffieldundef{#1}% {}% - {\thefield{#1}\printfield{extrayear}}% + {\iffieldbibstring{#1}{\biblcstring{\thefield{#1}}}{\thefield{#1}}\printfield{extrayear}}% \iffieldundef{#3}% {}% {\iffieldundef{#1}% @@ -161,7 +149,6 @@ {\iffieldundef{#2}% {}% {\addspace}% - \thefield{#1}}} -} + \iffieldbibstring{#1}{\biblcstring{\thefield{#1}}}{\thefield{#1}}}}} \endinput |