diff options
author | Karl Berry <karl@freefriends.org> | 2011-09-29 23:41:18 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2011-09-29 23:41:18 +0000 |
commit | 953dbb42038c276aea20982b20d60fface9890d9 (patch) | |
tree | ff25f9907c38c9e09468da58ee2f767a06a5e06a /Master/texmf-dist/tex/latex/biblatex-chicago/chicago-notes.cbx | |
parent | 65642b7dd742e23e69a9e34a38fb82421e570795 (diff) |
biblatex-chicago (29sep11)
git-svn-id: svn://tug.org/texlive/trunk@24143 c570f23f-e606-0410-a88d-b1316a301751
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 | 19 |
1 files changed, 14 insertions, 5 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 df25f25700b..0b0db8a2cc1 100644 --- a/Master/texmf-dist/tex/latex/biblatex-chicago/chicago-notes.cbx +++ b/Master/texmf-dist/tex/latex/biblatex-chicago/chicago-notes.cbx @@ -1,11 +1,11 @@ -% $Id: chicago-notes15.cbx,v 0.9.7.9 2011/09/21 10:49:14 dfussner Exp $ +% $Id: chicago-notes15.cbx,v 0.9.7.10 2011/09/27 20:23:17 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, % _15th_ edition. -\ProvidesFile{chicago-notes.cbx}[2011/09/21 v 1.6 biblatex citation style] +\ProvidesFile{chicago-notes.cbx}[2011/09/28 v 1.6 biblatex citation style] %%%% Biblatex initialization + Chicago options + Toggles %%%% @@ -56,7 +56,11 @@ togl {cms@switchdates} }% {}% - {\iffieldundef{endyear}% + {\ifboolexpr{% + test {\iffieldundef{endyear}}% + or + not test {\iffieldnum{endyear}} + }% {\ifthenelse{\thefield{origyear}>\thefield{year}}% {\toggletrue{cms@switchdates}}% {}}% @@ -1351,9 +1355,9 @@ \setunit{\addcomma\addspace}\newblock \usebibmacro{citaltitle+stitle}% \newcunit - \printeventdate% - \newcunit \usebibmacro{byauthor}% + \newcunit + \printeventdate% \newcunit\newblock \usebibmacro{cpart+editor+translator}% \newcunit @@ -2491,6 +2495,11 @@ {\addcomma\addspace}}% {\addcomma\addspace}}}% +\newcommand*{\editordelim}{% Otherwise you get a spurious comma. + \iffieldequalstr{editortype}{none}% + {\addperiod\addspace}% + {\addcomma\addspace}} + \newcommand*{\lbx@cfromlang}{% Needed to eliminate "by" after "trans." \iffieldundef{userf} {\iffieldundef{origlanguage} |