diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/biblatex-chicago/chicago-authordate15.cbx')
-rw-r--r-- | Master/texmf-dist/tex/latex/biblatex-chicago/chicago-authordate15.cbx | 20 |
1 files changed, 12 insertions, 8 deletions
diff --git a/Master/texmf-dist/tex/latex/biblatex-chicago/chicago-authordate15.cbx b/Master/texmf-dist/tex/latex/biblatex-chicago/chicago-authordate15.cbx index 715ab6a4efc..390c0b9d176 100644 --- a/Master/texmf-dist/tex/latex/biblatex-chicago/chicago-authordate15.cbx +++ b/Master/texmf-dist/tex/latex/biblatex-chicago/chicago-authordate15.cbx @@ -1,11 +1,11 @@ -% $Id: chicago-authordate15.cbx,v 0.8.1.15 2012/07/05 10:39:31 dfussner Exp $ +% $Id: chicago-authordate15.cbx,v 0.8.1.20 2012/12/06 12:16:45 dfussner Exp $ % This is a biblatex citation style file, adapted from Lehman's % authoryear-comp.cbx. It is heavily modified, with the intention of % providing inline citations (and a reference list) for the % author-date style of the Chicago Manual of Style, _15th_ edition. \ProvidesFile{chicago-authordate15.cbx} -[2012/07/05 v 1.7 biblatex citation style] +[2012/12/06 v 2.4 biblatex citation style] %%%% Biblatex initialization + Chicago options + Toggles %%%% @@ -191,8 +191,12 @@ } } -\DeclareLabelname{shortauthor,author,shorteditor,namea,editor,% -nameb,translator,namec} +\@ifpackagelater{biblatex}{2012/11/20}% for biblatex 2.4 +{\DeclareLabelname{\field{shortauthor} \field{author}% + \field{shorteditor} \field{namea} \field{editor}% + \field{nameb} \field{translator} \field{namec}}} +{\DeclareLabelname{shortauthor,author,shorteditor,namea,% + editor,nameb,translator,namec}} \DeclareEntryOption{switchdates}[true]{% \settoggle{cms@switchdates}{#1}} @@ -771,7 +775,7 @@ nameb,translator,namec} \DeclareListFormat{language}{% \ifthenelse{\value{listcount}=1}% - {\bibleftbracket\bibstring{inlang}\addspace% + {\bibleftbracket\bibstring{inlang}%\addspace - for inflected langs. \ifbibstring{#1} {\bibstring{#1}} {\ifbibstring{lang#1} @@ -1898,7 +1902,7 @@ nameb,translator,namec} \printtext{% article subtype \printfield{title}% \setunit{\addcolon\addspace}% - \printfield{subtitle}}% + \printfield[title]{subtitle}}% \setunit*{\addspace}% \printlist[periodplace]{location}% \setunit*{\addspace}% @@ -1930,8 +1934,8 @@ nameb,translator,namec} \printfield{url}% \ifthenelse{\iffieldundef{urlyear}\AND\iffieldundef{urlmonth}}% {}% - {\setunit{\addspace}% - \printtext[urldate]{\printurldate}}} + {\setunit{\addspace}% Date fix + \printurldate}} \newbibmacro*{chap+pag}{% \printfield{chapter}% |