diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex')
3 files changed, 15 insertions, 3 deletions
diff --git a/Master/texmf-dist/tex/latex/turabian-formatting/turabian-formatting.sty b/Master/texmf-dist/tex/latex/turabian-formatting/turabian-formatting.sty index 734f70f34d8..99173b8c487 100644 --- a/Master/texmf-dist/tex/latex/turabian-formatting/turabian-formatting.sty +++ b/Master/texmf-dist/tex/latex/turabian-formatting/turabian-formatting.sty @@ -27,7 +27,7 @@ \NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{turabian-formatting}[2016/03/15 Turabian Formatting] +\ProvidesPackage{turabian-formatting}[2016/03/18 Turabian Formatting] % Flags adjusted with package options @@ -571,6 +571,18 @@ \fi +% Patch incompatibility between biblatex-chicago (2014/01/29) and biblatex (2016/03/03) + +\AtEndPreamble{% + \@ifpackageloaded{biblatex-chicago}% + {% + \@ifpackagelater{biblatex}{2016/03/03}% + {\let\ifblx@load@version@one\ifblx@load@version@legacy}% + {} + }% + {}} + + % endnotes package support: formatting \if@endnotesformat diff --git a/Master/texmf-dist/tex/latex/turabian-formatting/turabian-researchpaper.cls b/Master/texmf-dist/tex/latex/turabian-formatting/turabian-researchpaper.cls index 23595a1d46e..910e8f400bd 100644 --- a/Master/texmf-dist/tex/latex/turabian-formatting/turabian-researchpaper.cls +++ b/Master/texmf-dist/tex/latex/turabian-formatting/turabian-researchpaper.cls @@ -27,7 +27,7 @@ \NeedsTeXFormat{LaTeX2e} -\ProvidesClass{turabian-researchpaper}[2016/03/15 Turabian Research Paper] +\ProvidesClass{turabian-researchpaper}[2016/03/18 Turabian Research Paper] % Default point size diff --git a/Master/texmf-dist/tex/latex/turabian-formatting/turabian-thesis.cls b/Master/texmf-dist/tex/latex/turabian-formatting/turabian-thesis.cls index 3415f64cc9a..5bb94221d73 100644 --- a/Master/texmf-dist/tex/latex/turabian-formatting/turabian-thesis.cls +++ b/Master/texmf-dist/tex/latex/turabian-formatting/turabian-thesis.cls @@ -27,7 +27,7 @@ \NeedsTeXFormat{LaTeX2e} -\ProvidesClass{turabian-thesis}[2016/03/15 Turabian Theses and Dissertations] +\ProvidesClass{turabian-thesis}[2016/03/18 Turabian Theses and Dissertations] % Default point size |