diff options
author | Karl Berry <karl@freefriends.org> | 2016-10-09 22:59:16 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2016-10-09 22:59:16 +0000 |
commit | dacab4037dae4b592f76377ca74cae50af672ef5 (patch) | |
tree | 14f7978b89becc56dc2555c7632b0fd2923f8891 /Master/texmf-dist/tex/latex/turabian-formatting | |
parent | ca8c7aacb845a15368d8eb5901ad86a0d821c7ca (diff) |
turabian-formatting (9oct16)
git-svn-id: svn://tug.org/texlive/trunk@42243 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/turabian-formatting')
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]{% |