diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/turabian-formatting/turabian-thesis.cls')
-rw-r--r-- | Master/texmf-dist/tex/latex/turabian-formatting/turabian-thesis.cls | 14 |
1 files changed, 11 insertions, 3 deletions
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]{% |