diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/biblatex-chicago/biblatex-chicago.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/biblatex-chicago/biblatex-chicago.sty | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/Master/texmf-dist/tex/latex/biblatex-chicago/biblatex-chicago.sty b/Master/texmf-dist/tex/latex/biblatex-chicago/biblatex-chicago.sty index e6e03ea3dfa..f6648890c80 100644 --- a/Master/texmf-dist/tex/latex/biblatex-chicago/biblatex-chicago.sty +++ b/Master/texmf-dist/tex/latex/biblatex-chicago/biblatex-chicago.sty @@ -13,7 +13,7 @@ % but not limited to, the implied warranties of merchantability and % fitness for a particular purpose. -\ProvidesPackage{biblatex-chicago}[2011/02/15 v 1.2a biblatex style] +\ProvidesPackage{biblatex-chicago}[2011/08/31 v 1.6 biblatex style] \RequirePackage{etoolbox} @@ -36,15 +36,17 @@ \RequirePackage[style=chicago-authordate]{biblatex}% \ExecuteBibliographyOptions{% pagetracker=true,autocite=inline,alldates=comp,labelyear=true, - uniquename=true,useeditor=true,usetranslator=true,usecompiler=true, - ibidtracker=constrict,sorting=nyt,punctfont,cmslos=true,nodates}} + uniquename=minfull,useeditor=true,usetranslator=true,usecompiler=true, + ibidtracker=constrict,sorting=nyt,punctfont,cmslos=true,nodates, + uniquelist=minyear,maxbibnames=10,minbibnames=7,sortcase=false}} \def\cms@notes{% \RequirePackage[style=chicago-notes]{biblatex}% \ExecuteBibliographyOptions{% pagetracker=true,autocite=footnote,abbreviate=false,alldates=comp, citetracker=true,ibidtracker=constrict,usetranslator=true, - usecompiler=true,loccittracker=constrict,dateabbrev=false}} + usecompiler=true,loccittracker=constrict,dateabbrev=false, + maxbibnames=10,minbibnames=7,sortcase=false}} \csuse{cms@\cms@style} \undef\cms@authordate |