diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/turabian-formatting/turabian-researchpaper.cls')
-rw-r--r-- | Master/texmf-dist/tex/latex/turabian-formatting/turabian-researchpaper.cls | 16 |
1 files changed, 9 insertions, 7 deletions
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 a877d379ae3..cf649ac788f 100644 --- a/Master/texmf-dist/tex/latex/turabian-formatting/turabian-researchpaper.cls +++ b/Master/texmf-dist/tex/latex/turabian-formatting/turabian-researchpaper.cls @@ -4,7 +4,7 @@ % Manual for Writers of Research Papers, Theses, and Dissertations (8th edition) % % ============================== -% Copyright 2013-2016 Omar Abdool +% Copyright 2013-2017 Omar Abdool % % This work may be distributed and/or modified under the conditions of the LaTeX % Project Public License (LPPL), either version 1.3 of this license or (at your @@ -27,7 +27,7 @@ \NeedsTeXFormat{LaTeX2e} -\ProvidesClass{turabian-researchpaper}[2016/10/09 Turabian Research Paper] +\ProvidesClass{turabian-researchpaper}[2017/03/18 Turabian Research Paper] % Default point size @@ -190,13 +190,15 @@ % Title page: commands for use with \maketitle \newcommand{\subtitle}[1]{\gdef\tf@subtitle{#1}} -\subtitle{\@empty} +\subtitle{} + +\newcommand{\tf@subtitlesep}{\ifdefempty{\tf@subtitle}{}{:}} \newcommand{\submissioninfo}[1]{\gdef\tf@submissioninfo{#1}} -\submissioninfo{\@empty} +\submissioninfo{} \newcommand{\course}[1]{\gdef\tf@course{#1}} -\course{\@empty} +\course{} % Title page: command for emptying/completing \maketitle \newcommand{\tf@emptymaketitle}{% @@ -231,7 +233,7 @@ \vspace*{-2\baselineskip} \vspace*{0.333\paperheight} \vspace*{-1in} - { \bfseries\@title\par% + { \bfseries\@title\tf@subtitlesep\par% \tf@subtitle\par}% \vspace*{2.35in} \@author\@thanks\par @@ -253,7 +255,7 @@ \parskip=1\baselineskip \vspace*{0.5in} \vspace*{-1.5\baselineskip} - { \bfseries\@title\par% + { \bfseries\@title\tf@subtitlesep\par% \tf@subtitle\par}% \vspace*{1\baselineskip} \@author\@thanks\par |