diff options
Diffstat (limited to 'Master/texmf-dist/tex')
3 files changed, 13 insertions, 5 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 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]{% |