diff options
author | Karl Berry <karl@freefriends.org> | 2012-07-11 23:30:43 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2012-07-11 23:30:43 +0000 |
commit | 562ae685591240b0ea768aa3de044339bcaee64e (patch) | |
tree | fe67bf362ccf70a9434b3a4ed2760af84eaa42ab /Master/texmf-dist/tex/latex/biblatex-chicago/cms-american.lbx | |
parent | 6d1e02f252c44d2e43c13d9d0608e628812a8a90 (diff) |
biblatex-chicago 16th (6jul12)
git-svn-id: svn://tug.org/texlive/trunk@27002 c570f23f-e606-0410-a88d-b1316a301751
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}} |