diff options
Diffstat (limited to 'Master/texmf-dist')
6 files changed, 19 insertions, 7 deletions
diff --git a/Master/texmf-dist/doc/latex/turabian-formatting/README b/Master/texmf-dist/doc/latex/turabian-formatting/README index a680ba5fd34..faf72f03b6a 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/09/17) +Turabian Formatting for LaTeX (2016/10/09) 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 7b60a3d47e7..7b0af5d568b 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 a835b6ae1d9..6bef9bfb03e 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/09/17 +% Last updated: 2016/10/09 % % @@ -426,6 +426,10 @@ The following packages are highly recommended: \texttt{biblatex-chicago}, \textt \label{sec:updates} +\marginnote{\rmfamily{2016/10/09}}% + +Improvements to table of contents when using the \textcmd{include} command. + \marginnote{\rmfamily{2016/09/17}}% Support for the \textcmd{part} command. 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 f53320c3f86..ce0fce143f5 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/09/17 Turabian Formatting] +\ProvidesPackage{turabian-formatting}[2016/10/09 Turabian Formatting] % Package options: flags 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 d7eb71c8bdc..a877d379ae3 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/09/17 Turabian Research Paper] +\ProvidesClass{turabian-researchpaper}[2016/10/09 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 e2b6e6e4a54..bcf728c650e 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/09/17 Turabian Theses and Dissertations] +\ProvidesClass{turabian-thesis}[2016/10/09 Turabian Theses and Dissertations] % Default point size @@ -112,12 +112,12 @@ \@mainmattertrue \pagenumbering{arabic} \pagestyle{headings} - \addtocontents{toc}{\protect\addvspace{1\baselineskip}}} + \@addcontentslineskip} \def\backmatter{% \if@openright \cleardoublepage \else \clearpage \fi \@mainmatterfalse - \addtocontents{toc}{\protect\addvspace{1\baselineskip}}} + \@addcontentslineskip} % Part: formatting @@ -398,6 +398,14 @@ \ifnum \c@tocdepth >2 \vskip 1\baselineskip \fi \@dottedtocline{3}{2.5in}{\z@}} +% Table of Contents: added lineskip +\def\@addcontentslineskip{% + \begingroup + \let\origwrite\write + \def\write{\immediate\origwrite}% + \addtocontents{toc}{\protect\addvspace{1\baselineskip}} + \endgroup} + % List of Figures: formatting \renewcommand*{\l@figure}[2]{% |