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/greek-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/greek-apa.lbx')
-rw-r--r-- | Master/texmf-dist/tex/latex/biblatex-apa/greek-apa.lbx | 20 |
1 files changed, 4 insertions, 16 deletions
diff --git a/Master/texmf-dist/tex/latex/biblatex-apa/greek-apa.lbx b/Master/texmf-dist/tex/latex/biblatex-apa/greek-apa.lbx index 8c062952280..4049e234f3f 100644 --- a/Master/texmf-dist/tex/latex/biblatex-apa/greek-apa.lbx +++ b/Master/texmf-dist/tex/latex/biblatex-apa/greek-apa.lbx @@ -1,4 +1,4 @@ -\ProvidesFile{greek-apa.lbx}[2014/04/16\space v6.5\space APA biblatex localisation] +\ProvidesFile{greek-apa.lbx}[2015/01/23\space v6.7\space APA biblatex localisation] \InheritBibliographyExtras{greek} % (APA 6.22) The example abbreviations @@ -43,18 +43,6 @@ with = {{with}{with}}, paragraph = {{\P}{\P}}, paragraphs = {{\P\P}{\P\P}}, - january = {{Ιανουάριος}{Ιανουάριος}}, - february = {{Φεβρουάριος}{Φεβρουάριος}}, - march = {{Μάρτιος}{Μάρτιος}}, - april = {{Απρίλιος}{Απρίλιος}}, - may = {{Μάϊος}{Μάϊος}}, - june = {{Ιούνιος}{Ιούνιος}}, - july = {{Ιούλιος}{Ιούλιος}}, - august = {{Αύγουστος}{Αύγουστος}}, - september = {{Σεπτέμβριος}{Σεπτέμβριος}}, - october = {{Οκτώβριος}{Οκτώβριος}}, - november = {{Νοέμβριος}{Νοέμβριος}}, - december = {{Δεκέμβριος}{Δεκέμβριος}}, mathesis = {{Μεταπτυχιακή εργασία}{Μεταπτυχιακή\addabbrvspace εργασία}}, phdthesis = {{Διδακτορική\addabbrvspace διατριβή}{Διδακτορική\addabbrvspace διατριβή}}, origyear = {{πρωτότυπη\space εργασία\space δημοσιευμένη}{πρωτότυπη\space εργασία\space δημοσιευμένη}}, @@ -98,7 +86,7 @@ \protected\def\mkbibdateapalong#1#2#3{% \iffieldundef{#1}% {}% - {\thefield{#1}}% + {\iffieldbibstring{#1}{\biblcstring{\thefield{#1}}}{\thefield{#1}}}% \iffieldundef{#2}% {}% {\iffieldundef{#1}% @@ -114,7 +102,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}% @@ -142,7 +130,7 @@ {\ifthenelse{\iffieldundef{#2}\OR\iffieldundef{#3}}% {}% {\addspace}% - \thefield{#1}}}} + \iffieldbibstring{#1}{\biblcstring{\thefield{#1}}}{\thefield{#1}}}}} % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% |