summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/biblatex-chicago/chicago-notes.bbx
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/biblatex-chicago/chicago-notes.bbx')
-rw-r--r--Master/texmf-dist/tex/latex/biblatex-chicago/chicago-notes.bbx26
1 files changed, 18 insertions, 8 deletions
diff --git a/Master/texmf-dist/tex/latex/biblatex-chicago/chicago-notes.bbx b/Master/texmf-dist/tex/latex/biblatex-chicago/chicago-notes.bbx
index e5093e0efc2..0e41d319d0e 100644
--- a/Master/texmf-dist/tex/latex/biblatex-chicago/chicago-notes.bbx
+++ b/Master/texmf-dist/tex/latex/biblatex-chicago/chicago-notes.bbx
@@ -1,10 +1,10 @@
-% $Id: chicago-notes.bbx,v 0.9.7.20 2012/07/05 10:50:42 dfussner Exp $
+% $Id: chicago-notes.bbx,v 0.9.7.24 2012/12/06 11:50:31 dfussner Exp $
% This is a biblatex style file, adapted mainly from Lehman's standard.bbx
% It provides the bibliography formatting for the Chicago notes +
% bibliography style.
-\ProvidesFile{chicago-notes.bbx}[2012/07/05 v 1.7 biblatex bibliography style]
+\ProvidesFile{chicago-notes.bbx}[2012/12/06 v 2.4 biblatex bibliography style]
%%%% Initialize and format bibliography and los %%%%
@@ -1410,9 +1410,14 @@
\newunit\newblock
\iffieldundef{urlyear}
{}
- {\printtext[urldate]{\printurldate}}%
+ {\printurldate}% Date fix
\newunit\newblock
- \printfield{doi}%
+ \iftoggle{cms@doionly}%
+ {\iffieldundef{doi}%
+ {}%
+ {\printfield{doi}%
+ \clearfield{url}}}%
+ {\printfield{doi}}%
\newunit\newblock
\usebibmacro{eprint}%
\newunit\newblock
@@ -1941,11 +1946,16 @@
\newbibmacro*{bib+doi+url}{% 16th ed.
\iffieldundef{urlyear}
{}
- {\printtext[urldate]{\printurldate}}%
+ {\printurldate}% Date fix
\newunit\newblock
- \iftoggle{cms@doi}%
- {\printfield{doi}}%
- {}%
+ \iftoggle{cms@doionly}%
+ {\iffieldundef{doi}%
+ {}%
+ {\printfield{doi}%
+ \clearfield{url}}}%
+ {\iftoggle{cms@doi}%
+ {\printfield{doi}}%
+ {}}%
\newunit\newblock
\iftoggle{cms@eprint}%
{\usebibmacro{eprint}}%