diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/biblatex-chicago/cms-american.lbx')
-rw-r--r-- | Master/texmf-dist/tex/latex/biblatex-chicago/cms-american.lbx | 18 |
1 files changed, 13 insertions, 5 deletions
diff --git a/Master/texmf-dist/tex/latex/biblatex-chicago/cms-american.lbx b/Master/texmf-dist/tex/latex/biblatex-chicago/cms-american.lbx index 85b918eb7c7..c3ee6e682d5 100644 --- a/Master/texmf-dist/tex/latex/biblatex-chicago/cms-american.lbx +++ b/Master/texmf-dist/tex/latex/biblatex-chicago/cms-american.lbx @@ -1,6 +1,6 @@ -% $Id: cms-american.lbx,v 0.10.1.23 2011/09/28 17:27:05 dfussner Exp $ +% $Id: cms-american.lbx,v 0.10.1.27 2012/07/05 11:08:46 dfussner Exp $ -\ProvidesFile{cms-american.lbx}[2011/09/28 v 1.6 biblatex localization] +\ProvidesFile{cms-american.lbx}[2012/07/05 v 1.7 biblatex localization] \InheritBibliographyExtras{american} @@ -193,6 +193,7 @@ \NewBibliographyString{origpub} \NewBibliographyString{origpublin} \NewBibliographyString{origpubyear} +\NewBibliographyString{origpubyearalt} \NewBibliographyString{origreleaseyear} \NewBibliographyString{origshownyear} \NewBibliographyString{origedition} @@ -293,6 +294,8 @@ {orig\adddot\ pub\adddot\addspace in\addspace}}, origpubyear = {{originally published in\addspace}% {orig\adddot\ pub\adddot\addspace}}, + origpubyearalt = {{first published\addspace}% + {first pub\adddot\addspace}}, origreleaseyear = {{originally released in\addspace}% {orig\adddot\ released\addspace}}, origshownyear = {{originally shown in\addspace}% @@ -811,7 +814,12 @@ {\csuse{mkbibdate#1}{}{#2month}{#2day}} {\csuse{mkbibdate#1}{#2year}{#2month}{#2day}}% \iffieldundef{#2endyear} - {} + {\iffieldundef{#2endmonth} + {} + {\bibdatedash + \iffieldsequal{#2month}{#2endmonth} + {\csuse{mkbibdate#1}{}{}{#2endday}} + {\csuse{mkbibdate#1}{}{#2endmonth}{#2endday}}}} {\iffieldequalstr{#2endyear}{} {\mbox{\bibdatedash}} {\bibdatedash @@ -828,7 +836,7 @@ \iffieldsequal{#2year}{#2endyear} {\csuse{mkbibdate#1}{}{#2month}{#2day}} {\csuse{mkbibdate#1}{#2year}{#2month}{#2day}}% - \iffieldundef{#2endyear} + \ifthenelse{\iffieldundef{#2endyear}\AND\iffieldundef{#2endmonth}} {} {\iffieldequalstr{#2endyear}{} {\mbox{\bibdatedash}} @@ -840,7 +848,7 @@ {}% {\printtext{% \csuse{mkbibdate#1}{#2year}{#2month}{#2day}% - \iffieldundef{#2endyear} + \ifthenelse{\iffieldundef{#2endyear}\AND\iffieldundef{#2endmonth}} {} {\iffieldequalstr{#2endyear}{} {\mbox{\bibdatedash}} |