diff options
author | Karl Berry <karl@freefriends.org> | 2011-08-31 21:32:07 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2011-08-31 21:32:07 +0000 |
commit | 6a11d2c3656f990f59782df3b1eb5648660d8959 (patch) | |
tree | 5ae5c51da61e99a704486da854fc4fd17907f0d1 /Master/texmf-dist/tex/latex/biblatex-chicago/chicago-authordate.cbx | |
parent | a706eaebd9e859c2a4e3da9247666a364345b6e9 (diff) |
biblatex-chicago (31aug11)
git-svn-id: svn://tug.org/texlive/trunk@23763 c570f23f-e606-0410-a88d-b1316a301751
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 | 30 |
1 files changed, 19 insertions, 11 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 10302cb00e6..2f9fbe24147 100644 --- a/Master/texmf-dist/tex/latex/biblatex-chicago/chicago-authordate.cbx +++ b/Master/texmf-dist/tex/latex/biblatex-chicago/chicago-authordate.cbx @@ -1,10 +1,11 @@ -% $Id: chicago-authordate.cbx,v 0.8.1.1 2011/02/15 17:09:04 dfussner Exp $ +% $Id: chicago-authordate15.cbx,v 0.8.1.3 2011/08/24 18:09: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. +% author-date style of the Chicago Manual of Style, _15th_ edition. -\ProvidesFile{chicago-authordate.cbx}[2011/02/15 v 1.2a biblatex citation style] +\ProvidesFile{chicago-authordate.cbx} +[2011/08/31 v 1.6 biblatex citation style] %%%% Biblatex initialization + Chicago options + Toggles %%%% @@ -170,11 +171,11 @@ \def\mkbibcurdinal#1{% \@tempcnta0#1 \the\@tempcnta}% -\@ifpackagelater{biblatex}{2010/08/28} +\@ifpackagelater{biblatex}{2011/01/04} {} {\PackageError{biblatex} {Outdated 'biblatex' package} - {The Chicago style requires biblatex v0.9c or later.\MessageBreak + {The Chicago style requires biblatex v1.1 or later.\MessageBreak You are using: '\csuse{ver@biblatex.sty}'.\MessageBreak This is a fatal error. I'm aborting now.}% \endinput} @@ -1138,12 +1139,19 @@ {\bibstring{cfrom\thefield{origlanguage}}}}% {\unspace}} -\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} |