summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/biblatex-chicago/biblatex-chicago.sty
diff options
context:
space:
mode:
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.sty27
1 files changed, 18 insertions, 9 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 8ec06e36667..2ef864027a6 100644
--- a/Master/texmf-dist/tex/latex/biblatex-chicago/biblatex-chicago.sty
+++ b/Master/texmf-dist/tex/latex/biblatex-chicago/biblatex-chicago.sty
@@ -1,6 +1,6 @@
-% $Id: biblatex-chicago.sty,v 0.1.1.54 2014/08/15 13:51:57 dfussner Exp $
+% $Id: biblatex-chicago.sty,v 0.1.1.55 2016/03/15 14:12:03 dfussner Exp $
-% Copyright (c) 2009-2014 David Fussner. This package is
+% Copyright (c) 2009-2016 David Fussner. This package is
% author-maintained.
%
% This work may be copied, distributed and/or modified under the
@@ -13,7 +13,7 @@
% but not limited to, the implied warranties of merchantability and
% fitness for a particular purpose.
-\ProvidesPackage{biblatex-chicago}[2014/08/15 v 2.9a biblatex style]
+\ProvidesPackage{biblatex-chicago}[2016/03/15 v 3.3 biblatex style]
\RequirePackage{etoolbox}
@@ -140,13 +140,22 @@
\DeclareLanguageMapping{norsk}{cms-norsk}
\DeclareLanguageMapping{nynorsk}{cms-nynorsk}
+\ifundef\bbl@loaded{\let\bbl@loaded\@empty}{}% For old versions of babel
+
\@ifpackagelater{biblatex}{2012/06/30}
-{\def\cms@choose{%
- \ifblx@load@version@one
- nty%
- \else
- cms%
- \fi}}
+{\@ifpackagelater{biblatex}{2016/03/01}
+ {\def\cms@choose{%
+ \ifblx@load@version@legacy
+ nty%
+ \else
+ cms%
+ \fi}}
+ {\def\cms@choose{%
+ \ifblx@load@version@one
+ nty%
+ \else
+ cms%
+ \fi}}}
{\def\cms@choose{%
\ifnum\blx@backend=\blx@backend@biber
cms%