summaryrefslogtreecommitdiff
path: root/Master
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2016-03-18 21:08:04 +0000
committerKarl Berry <karl@freefriends.org>2016-03-18 21:08:04 +0000
commit543c04aa3c6efd6959d7f0091ceb0619015ca62c (patch)
tree2324a5f1af4ed9144abcba0f4919d8e947d16118 /Master
parent7bf31841e5f35be8fc1948a5cf83a901e89d58c9 (diff)
turabian-formatting (18mar16)
git-svn-id: svn://tug.org/texlive/trunk@40065 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r--Master/texmf-dist/doc/latex/turabian-formatting/README2
-rw-r--r--Master/texmf-dist/doc/latex/turabian-formatting/turabian-formatting-doc.pdfbin99973 -> 99988 bytes
-rw-r--r--Master/texmf-dist/doc/latex/turabian-formatting/turabian-formatting-doc.tex9
-rw-r--r--Master/texmf-dist/tex/latex/turabian-formatting/turabian-formatting.sty14
-rw-r--r--Master/texmf-dist/tex/latex/turabian-formatting/turabian-researchpaper.cls2
-rw-r--r--Master/texmf-dist/tex/latex/turabian-formatting/turabian-thesis.cls2
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
index 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
Binary files differ
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