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 | 34 |
1 files changed, 3 insertions, 31 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 5bb94221d73..be804f7a2f2 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/03/18 Turabian Theses and Dissertations] +\ProvidesClass{turabian-thesis}[2016/07/12 Turabian Theses and Dissertations] % Default point size @@ -63,9 +63,9 @@ \DeclareOption{12pt}{\def\@@ptsize{12pt}} -% Deprecated option +% Deprecated/removed options \DeclareOption{emptymargins}{% - \ClassWarningNoLine{turabian-researchpaper}{The '\CurrentOption' option has been deprecated.} + \ClassWarningNoLine{turabian-researchpaper}{The '\CurrentOption' option is no longer available} \PassOptionsToPackage{\CurrentOption}{turabian-formatting}} @@ -89,15 +89,6 @@ \addtolength\textwidth{-\oddsidemargin} -% Title page commands for use with \maketitle (deprecated, not functional) - -\newcommand{\faculty}[1]{\gdef\tf@faculty{#1}} -\faculty{\@empty} - -\newcommand{\mydegree}[1]{\gdef\tf@mydegree{#1}} -\mydegree{\@empty} - - % Renew \maketitle command for Thesis/Dissertation title page \submissioninfo{% @@ -141,25 +132,6 @@ \end{titlepage}% \setcounter{page}{2} \tf@emptymaketitle - \global\let\@faculty\@empty - \global\let\@mydegree\@empty - \global\let\faculty\relax - \global\let\mydegree\relax \cleardoublepage} -% Renew \contentsname based on language package - -\AtEndPreamble{ - \@ifpackageloaded{polyglosia}% - {% - \addto\captionsenglish{% - \renewcommand{\contentsname}{Table of Contents}}% - }{} - \@ifpackageloaded{babel}% - {% - \addto\captionsenglish{% - \renewcommand{\contentsname}{Table of Contents}}% - }{}} - - |