diff options
6 files changed, 22 insertions, 7 deletions
diff --git a/Master/texmf-dist/doc/latex/turabian-formatting/README b/Master/texmf-dist/doc/latex/turabian-formatting/README index 67285d6dbed..ee8de424292 100644 --- a/Master/texmf-dist/doc/latex/turabian-formatting/README +++ b/Master/texmf-dist/doc/latex/turabian-formatting/README @@ -1,4 +1,4 @@ -Turabian Formatting for LaTeX (2016/03/15) +Turabian Formatting for LaTeX (2016/03/18) INTRODUCTION diff --git a/Master/texmf-dist/doc/latex/turabian-formatting/turabian-formatting-doc.pdf b/Master/texmf-dist/doc/latex/turabian-formatting/turabian-formatting-doc.pdf Binary files differindex 87b5105f564..76b5012db77 100644 --- a/Master/texmf-dist/doc/latex/turabian-formatting/turabian-formatting-doc.pdf +++ b/Master/texmf-dist/doc/latex/turabian-formatting/turabian-formatting-doc.pdf diff --git a/Master/texmf-dist/doc/latex/turabian-formatting/turabian-formatting-doc.tex b/Master/texmf-dist/doc/latex/turabian-formatting/turabian-formatting-doc.tex index 4b16b5806c3..0dd98a1cd8c 100644 --- a/Master/texmf-dist/doc/latex/turabian-formatting/turabian-formatting-doc.tex +++ b/Master/texmf-dist/doc/latex/turabian-formatting/turabian-formatting-doc.tex @@ -19,7 +19,7 @@ % and turabian-formatting-doc.pdf (in addition to the README file). % % ============================== -% Last updated: 2016/03/15 +% Last updated: 2016/03/18 % % @@ -77,7 +77,6 @@ breakatwhitespace=true, breakindent=0pt} -\newcommand{\versionDateText}{2016/03/15} \title{Turabian Formatting for \LaTeX{}} \author{Omar Abdool \\ @@ -336,7 +335,11 @@ The following packages are highly recommended: \texttt{biblatex-chicago}, \textt \section{Updates} \label{sec:updates} -\marginnote{\rmfamily{\versionDateText}}% +\marginnote{\rmfamily{2016/03/18}}% + +Support for changes made to the \texttt{biblatex} package (2016/03/03). + +\marginnote{\rmfamily{2016/03/15}}% An \texttt{authordate} option has been added, improving support for the author-date citation style. 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 |