diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/biblatex-chicago/chicago-authordate.cbx')
-rw-r--r-- | Master/texmf-dist/tex/latex/biblatex-chicago/chicago-authordate.cbx | 27 |
1 files changed, 17 insertions, 10 deletions
diff --git a/Master/texmf-dist/tex/latex/biblatex-chicago/chicago-authordate.cbx b/Master/texmf-dist/tex/latex/biblatex-chicago/chicago-authordate.cbx index e2db39d622e..76c4808b341 100644 --- a/Master/texmf-dist/tex/latex/biblatex-chicago/chicago-authordate.cbx +++ b/Master/texmf-dist/tex/latex/biblatex-chicago/chicago-authordate.cbx @@ -1,11 +1,11 @@ -% $Id: chicago-authordate15.cbx,v 0.8.1.8 2011/10/10 18:03:45 dfussner Exp $ +% $Id: chicago-authordate15.cbx,v 0.8.1.9 2011/11/15 10:44:41 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-authordate.cbx} -[2011/10/12 v 1.6 biblatex citation style] +[2011/11/15 v 1.7 biblatex citation style] %%%% Biblatex initialization + Chicago options + Toggles %%%% @@ -785,7 +785,7 @@ \DeclareFieldAlias[book]{citetitle}[book]{title} -\DeclareFieldFormat[book]{title}{% +\DeclareFieldFormat[book]{lostitle}{% \mkbibemph{\MakeSentenceCase*{#1}}\isdot} \DeclareFieldAlias[bookinbook]{title}[book]{title} @@ -1193,19 +1193,26 @@ {\bibstring{cfrom\thefield{origlanguage}}}}% {\unspace}} -\@ifpackagelater{biblatex}{2011/07/28} -{\newcommand*{\lbx@fromlang}{% - \iffieldundef{userf} - {\iffieldundef{origlanguage} - {\unspace} - {\bibstring{from\thefield{origlanguage}}}}% - {\unspace}}} +\@ifpackagelater{biblatex}{2011/11/12} {\renewcommand*{\lbx@fromlang}{% \iffieldundef{userf} {\iffieldundef{origlanguage} {\unspace} {\bibstring{from\thefield{origlanguage}}}}% {\unspace}}} +{\@ifpackagelater{biblatex}{2011/07/28} + {\newcommand*{\lbx@fromlang}{% + \iffieldundef{userf} + {\iffieldundef{origlanguage} + {\unspace} + {\bibstring{from\thefield{origlanguage}}}}% + {\unspace}}}% + {\renewcommand*{\lbx@fromlang}{% + \iffieldundef{userf} + {\iffieldundef{origlanguage} + {\unspace} + {\bibstring{from\thefield{origlanguage}}}}% + {\unspace}}}} \renewcommand*{\lbx@lfromlang}{% \iffieldundef{userf} |