summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/biblatex-chicago/chicago-authordate.bbx
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/biblatex-chicago/chicago-authordate.bbx')
-rw-r--r--Master/texmf-dist/tex/latex/biblatex-chicago/chicago-authordate.bbx44
1 files changed, 26 insertions, 18 deletions
diff --git a/Master/texmf-dist/tex/latex/biblatex-chicago/chicago-authordate.bbx b/Master/texmf-dist/tex/latex/biblatex-chicago/chicago-authordate.bbx
index 6b2d48b7709..36b6b6e12c2 100644
--- a/Master/texmf-dist/tex/latex/biblatex-chicago/chicago-authordate.bbx
+++ b/Master/texmf-dist/tex/latex/biblatex-chicago/chicago-authordate.bbx
@@ -1,10 +1,10 @@
-% $Id: chicago-authordate.bbx,v 0.8.1.18 2012/07/05 11:03:42 dfussner Exp $
+% $Id: chicago-authordate.bbx,v 0.8.1.23 2012/12/06 11:40:16 dfussner Exp $
% This is a biblatex style file, adapted mainly from Lehman's
% standard.bbx and from chicago-notes.bbx. It provides the
% reference list formatting for the Chicago author-date style.
-\ProvidesFile{chicago-authordate.bbx}[2012/07/05 v 1.7 biblatex
+\ProvidesFile{chicago-authordate.bbx}[2012/12/06 v 2.4 biblatex
bibliography style]
%%%% Initialize and format bibliography and los %%%%
@@ -1518,9 +1518,14 @@ bibliography style]
\newunit\newblock
\ifthenelse{\iffieldundef{urlyear}\AND\iffieldundef{urlmonth}}%
{}%
- {\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
@@ -2059,10 +2064,7 @@ bibliography style]
\printfield{nameaddon}%
\newunit\newblock
\ifundef\bbx@lasthash{%
- \printtext[title]{%
- \printfield[noformat]{title}%
- \setunit{\addcolon\addspace}%
- \printfield[noformat]{subtitle}}%
+ \usebibmacro{video+title}% Simplifies trad style
\iffieldundef{booktitle}% Comma after italics, period after quotes
{\newcunit}
{\newunit}%\setunit{\addspace}\newblock%
@@ -2073,10 +2075,7 @@ bibliography style]
\usebibmacro{cmsbibsortdate}%
\newunit\newblock
\ifundef\bbx@lasthash{}{%
- \printtext[title]{%
- \printfield[noformat]{title}%
- \setunit{\addcolon\addspace}%
- \printfield[noformat]{subtitle}}%
+ \usebibmacro{video+title}% Simplifies trad style
\iffieldundef{booktitle}% Comma after italics, period after quotes
{\newcunit}
{\newunit}%\setunit{\addspace}\newblock%
@@ -2173,11 +2172,16 @@ bibliography style]
\newbibmacro*{bib+doi+url}{% 16th ed.
\ifthenelse{\iffieldundef{urlyear}\AND\iffieldundef{urlmonth}}%
{}%
- {\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}}%
@@ -2439,9 +2443,13 @@ bibliography style]
\newbibmacro*{pubstate}{%
\iftoggle{cms@reprint}%
{\iftoggle{cms@switchdates}%
- {}
+ {\iffieldundef{year}% Fix for consistency???
+ {}%
+ {\printtext{% 16th ed.
+ \usebibmacro{choosepubstring}%
+ \printdate\addperiod}\nopunct}}
{\iffieldundef{origyear}%
- {}
+ {}%
{\printtext{% 16th ed.
\usebibmacro{choosepubstring}%
\printorigdate\addperiod}\nopunct}}}%