diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/biblatex-chicago/cms-ngerman.lbx')
-rw-r--r-- | Master/texmf-dist/tex/latex/biblatex-chicago/cms-ngerman.lbx | 17 |
1 files changed, 12 insertions, 5 deletions
diff --git a/Master/texmf-dist/tex/latex/biblatex-chicago/cms-ngerman.lbx b/Master/texmf-dist/tex/latex/biblatex-chicago/cms-ngerman.lbx index e49ddd36962..6bbe9710ac1 100644 --- a/Master/texmf-dist/tex/latex/biblatex-chicago/cms-ngerman.lbx +++ b/Master/texmf-dist/tex/latex/biblatex-chicago/cms-ngerman.lbx @@ -1,6 +1,6 @@ -% $Id: cms-german.lbx,v 0.9.5.24 2013/03/14 16:42:38 dfussner Exp $ +% $Id: cms-german.lbx,v 0.9.5.27 2013/10/29 14:17:00 dfussner Exp $ -\ProvidesFile{cms-ngerman.lbx}[2013/03/14 v 2.5 biblatex localization] +\ProvidesFile{cms-ngerman.lbx}[2013/10/29 v 2.8 biblatex localization] % STATUS OF THIS FILE % - Translated strings and formatting decisions need review by native @@ -267,7 +267,7 @@ afterwordto = {{Nachwort zu}{Nachw\adddot\ zu}}, forewordto = {{Vorwort zu}{Vorw\adddot\ zu}}, introductionto = {{Einleitung in}{Einl\adddot\ in}}, - partvolume = {{\addspace T\adddot}{\addspace T\adddot}}, + partvolume = {{T\adddot}{T\adddot}}, by = {{von}{von}}, of = {{von}{von}}, on = {{auf}{auf}}, @@ -963,7 +963,10 @@ \iffieldsequal{#2year}{#2endyear} {\iffieldsequal{#2month}{#2endmonth} {\csuse{mkbibdate#1}{}{}{#2day}} - {\csuse{mkbibdate#1}{}{#2month}{#2day}}} + {\ifthenelse{\iffieldundef{#2month}\AND\iffieldundef{#2day}}% + {\csuse{mkbibdate#1}{#2year}{}{}% + \clearfield{#2endyear}}% Clear up inheritance problem ??? + {\csuse{mkbibdate#1}{}{#2month}{#2day}}}} {\csuse{mkbibdate#1}{#2year}{#2month}{#2day}}% \iffieldundef{#2endyear} {} @@ -975,7 +978,11 @@ \protected\gdef\lbx@cms@mkbibrangefull#1#2{% \ifthenelse{\iffieldundef{#2year}\AND\iffieldundef{#2month}}% {}% - {\printtext[#2date]{% + {\ifthenelse{\iffieldsequal{#2year}{#2endyear}\AND% + \iffieldundef{#2month}\AND\iffieldundef{#2day}}% + {\clearfield{#2endyear}}% Clear up inheritance problem ??? + {}% + \printtext[#2date]{% \csuse{mkbibdate#1}{#2year}{#2month}{#2day}% \ifthenelse{\iffieldundef{#2endyear}\AND\iffieldundef{#2endmonth}} {} |