summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/turabian-formatting/turabian-thesis.cls
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2016-07-13 22:32:19 +0000
committerKarl Berry <karl@freefriends.org>2016-07-13 22:32:19 +0000
commit181a4a5a58861a070a09b75a414d129a9a005f5f (patch)
tree381ded523f3b15e9cad82737f116fbdae39dd0dc /Master/texmf-dist/tex/latex/turabian-formatting/turabian-thesis.cls
parent588acb7430d398501af794108005cd9d326a3769 (diff)
turabian-formatting (13jul16)
git-svn-id: svn://tug.org/texlive/trunk@41685 c570f23f-e606-0410-a88d-b1316a301751
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.cls34
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}}%
- }{}}
-
-