diff options
author | Karl Berry <karl@freefriends.org> | 2010-03-20 23:54:32 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-03-20 23:54:32 +0000 |
commit | f59835f704c4d280d39aee74fcbf34440474ee61 (patch) | |
tree | 674117805bbccd324c927b38cb9c900a188ec252 /Master/texmf-dist/tex/latex/biblatex-chicago-notes-df | |
parent | 6e3c55843839b4e4af02c97a312dcf2f001713c9 (diff) |
biblatex-chicago-notes-df update (20mar10)
git-svn-id: svn://tug.org/texlive/trunk@17515 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/biblatex-chicago-notes-df')
-rw-r--r-- | Master/texmf-dist/tex/latex/biblatex-chicago-notes-df/biblatex-chicago.sty | 10 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/biblatex-chicago-notes-df/chicago-notes-df.cbx | 15 |
2 files changed, 18 insertions, 7 deletions
diff --git a/Master/texmf-dist/tex/latex/biblatex-chicago-notes-df/biblatex-chicago.sty b/Master/texmf-dist/tex/latex/biblatex-chicago-notes-df/biblatex-chicago.sty index b8815e74d23..0b0a3436f78 100644 --- a/Master/texmf-dist/tex/latex/biblatex-chicago-notes-df/biblatex-chicago.sty +++ b/Master/texmf-dist/tex/latex/biblatex-chicago-notes-df/biblatex-chicago.sty @@ -1,4 +1,4 @@ -% $Id: biblatex-chicago.sty,v 0.1.1.21 2010/03/18 15:41:29 dfussner Exp $ +% $Id: biblatex-chicago.sty,v 0.1.1.22 2010/03/20 14:37:12 dfussner Exp $ % Copyright (c) 2009 David Fussner. This package is % author-maintained. @@ -13,7 +13,7 @@ % but not limited to, the implied warranties of merchantability and % fitness for a particular purpose. -\ProvidesPackage{biblatex-chicago}[2010/03/18 v.0.9 biblatex style] +\ProvidesPackage{biblatex-chicago}[2010/03/20 v.0.9a biblatex style] \RequirePackage[style=chicago-notes-df]{biblatex} @@ -25,7 +25,11 @@ usecompiler=true,loccittracker=constrict} \DeclareOption{footmarkoff}{\global\toggletrue{cms@nomark}} -\DeclareOption{natbib}{\blx@inputonce{bibnatex.def}{}{}{}{}{}} + +\@ifpackagelater{biblatex}{2010/02/15}% For 0.9a +{\DeclareOption{natbib}{\blx@inputonce{blx-natbib.def}{}{}{}{}{}}} +{\DeclareOption{natbib}{\blx@inputonce{bibnatex.def}{}{}{}{}{}}} + \DeclareOption*{% \expandafter\ExecuteBibliographyOptions diff --git a/Master/texmf-dist/tex/latex/biblatex-chicago-notes-df/chicago-notes-df.cbx b/Master/texmf-dist/tex/latex/biblatex-chicago-notes-df/chicago-notes-df.cbx index a0826a617e3..da983ffcf55 100644 --- a/Master/texmf-dist/tex/latex/biblatex-chicago-notes-df/chicago-notes-df.cbx +++ b/Master/texmf-dist/tex/latex/biblatex-chicago-notes-df/chicago-notes-df.cbx @@ -1,10 +1,10 @@ -% $Id: chicago-notes-df.cbx,v 0.9 2010/03/18 15:47:45 dfussner Exp $ +% $Id: chicago-notes-df.cbx,v 0.9.1.1 2010/03/20 14:37:40 dfussner Exp $ % This is a biblatex citation style file, adapted from Lehman's % authortitle-cverb.cbx. It is heavily modified, with the intention % of providing footnote citations and a bibliography formatted % according to the specifications of the Chicago Manual of Style. -\ProvidesFile{chicago-notes-df.cbx}[2010/03/18 v0.9 biblatex citation style] +\ProvidesFile{chicago-notes-df.cbx}[2010/03/20 v0.9a biblatex citation style] %%%% Biblatex initialization + Chicago options + Toggles %%%% @@ -2416,11 +2416,18 @@ \setunit*{\addcomma\addspace}% \usebibmacro{cwithafterword}} -\newbibmacro*{in:}{% +\@ifpackagelater{biblatex}{2010/02/15}% Quick fix for 0.9a. Modify. +{\renewbibmacro*{in:}{% \iftoggle{cms@origpublished}% {} {\bibstring{in} - \setunit{\addspace}}} + \setunit{\addspace}}}} +{\newbibmacro*{in:}{% + \iftoggle{cms@origpublished}% + {} + {\bibstring{in} + \setunit{\addspace}}}} + \newbibmacro*{alt-in:}{% \iffieldundef{booktitle}% |