diff options
author | Karl Berry <karl@freefriends.org> | 2012-12-08 17:16:40 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2012-12-08 17:16:40 +0000 |
commit | d5550a5b1dfc527de0b394ca1af3dff46548c6e3 (patch) | |
tree | c75e4296b600e2d2effb0dd168a9c3e6aacf229d /Master/texmf-dist/tex/latex/biblatex-chicago/chicago-authordate.bbx | |
parent | d70e4e2f7daa386b9f77c0ff1d5a61b0c2c4b7f3 (diff) |
biblatex-chicago (6dec12)
git-svn-id: svn://tug.org/texlive/trunk@28472 c570f23f-e606-0410-a88d-b1316a301751
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.bbx | 44 |
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}}}% |