diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/biblatex-chicago-notes-df/chicago-notes-df.cbx')
-rw-r--r-- | Master/texmf-dist/tex/latex/biblatex-chicago-notes-df/chicago-notes-df.cbx | 15 |
1 files changed, 11 insertions, 4 deletions
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}% |