diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/biblatex-chicago/chicago-notes.cbx')
-rw-r--r-- | Master/texmf-dist/tex/latex/biblatex-chicago/chicago-notes.cbx | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/Master/texmf-dist/tex/latex/biblatex-chicago/chicago-notes.cbx b/Master/texmf-dist/tex/latex/biblatex-chicago/chicago-notes.cbx index b446b548796..32e03299a05 100644 --- a/Master/texmf-dist/tex/latex/biblatex-chicago/chicago-notes.cbx +++ b/Master/texmf-dist/tex/latex/biblatex-chicago/chicago-notes.cbx @@ -1,10 +1,10 @@ -% $Id: chicago-notes.cbx,v 0.9.7.114 2014/08/21 16:25:50 dfussner Exp $ +% $Id: chicago-notes.cbx,v 0.9.7.115 2016/03/18 17:16:53 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.cbx}[2014/08/21 v 2.9a biblatex citation style] +\ProvidesFile{chicago-notes.cbx}[2016/03/18 v 2.9a biblatex citation style] %%%% Biblatex initialization + Chicago options + Toggles %%%% @@ -172,9 +172,9 @@ \toggletrue{cms@bibcrossref}}% \DeclareEntryOption{longcrossref}[false]{% - \ifcsdef{cms@opt@doi@#1}% - {\csuse{cms@opt@doi@#1}} - {\blx@err@invopt{doi=#1}{}}} + \ifcsdef{cms@opt@lxref@#1}% + {\csuse{cms@opt@lxref@#1}} + {\blx@err@invopt{longcrossref=#1}{}}} \DeclareBibliographyOption{booklongxref}[true]{% \ifcsdef{cms@opt@bklxref@#1}% @@ -2468,7 +2468,7 @@ \DeclareFieldFormat[letter,patent]{lostitle}{#1\isdot} -\DeclareFieldFormat{prenote}{\ifcapital{\MakeCapital{#1}}{#1}} +\DeclareFieldFormat{prenote}{\ifcapital{\MakeCapital{#1}}{#1}\isdot} \iftoggle{cms@comprange}% Audrey Boruvka's code from StackExchange {\patchcmd{\blx@comprange@check}% @@ -3065,7 +3065,7 @@ {\iffieldundef{xref}% {}% {\iftoggle{cms@bookcitexref}% - {}% + {\cmsnoopcite{\thefield{xref}}}% {\ifboolexpr{ test {\ifpunct}% or @@ -3076,7 +3076,7 @@ {\bibhypertarget{\thefield{xref}}% {\cmsnoopcite{\thefield{xref}}}}}}}% {\iftoggle{cms@bookcitexref}% - {}% + {\cmsnoopcite{\thefield{crossref}}}% {\ifboolexpr{ test {\ifpunct}% or @@ -3092,7 +3092,7 @@ {\iffieldundef{xref}% {}% {\iftoggle{cms@citecrossref}% - {}% + {\cmsnoopcite{\thefield{xref}}}% {\ifboolexpr{ test {\ifpunct}% or @@ -3103,7 +3103,7 @@ {\bibhypertarget{\thefield{xref}}% {\cmsnoopcite{\thefield{xref}}}}}}}% {\iftoggle{cms@citecrossref}% - {}% + {\cmsnoopcite{\thefield{crossref}}}% {\ifboolexpr{ test {\ifpunct}% or |