summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/turabian-formatting/turabian-researchpaper.cls
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2016-03-01 23:37:17 +0000
committerKarl Berry <karl@freefriends.org>2016-03-01 23:37:17 +0000
commit520d48c8fa8936a7a59c6155651dd84116788842 (patch)
tree895ac5b4f0d3ed1c1017936eb90d4809dd03c877 /Master/texmf-dist/tex/latex/turabian-formatting/turabian-researchpaper.cls
parentb95f9c7e171e1a8f67e1298413e18935c9a0c674 (diff)
turabian-formatting (28feb16)
git-svn-id: svn://tug.org/texlive/trunk@39910 c570f23f-e606-0410-a88d-b1316a301751
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.cls30
1 files changed, 17 insertions, 13 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 03e71de5223..8894de03c3e 100644
--- a/Master/texmf-dist/tex/latex/turabian-formatting/turabian-researchpaper.cls
+++ b/Master/texmf-dist/tex/latex/turabian-formatting/turabian-researchpaper.cls
@@ -27,52 +27,56 @@
\NeedsTeXFormat{LaTeX2e}
-\ProvidesClass{turabian-researchpaper}[2015/11/14 Turabian Research Paper]
+\ProvidesClass{turabian-researchpaper}[2016/02/27 Turabian Research Paper]
% Default point size
\def\@@ptsize{12pt}
-% Options for document class, some passed to article class
+% Options for document class
\DeclareOption{raggedright}{%
\PassOptionsToPackage{\CurrentOption}{turabian-formatting}}
-\DeclareOption{emptymargins}{%
+\DeclareOption{noadjustbib}{%
\PassOptionsToPackage{\CurrentOption}{turabian-formatting}}
\DeclareOption{endnotes}{%
\PassOptionsToPackage{\CurrentOption}{turabian-formatting}}
-% Option for Endnotes (deprecated option not functional)
-\DeclareOption{endnotesonly}{%
- \ClassWarningNoLine{turabian-researchpaper}{The '\CurrentOption' option has been deprecated. Consider the 'endnotes' option instead.}
- \OptionNotUsed}
-
\DeclareOption{twocolumn}{%
\ClassWarningNoLine{turabian-researchpaper}{The '\CurrentOption' option is not supported.}
\OptionNotUsed}
-\DeclareOption{notitlepage}{%
- \ClassWarningNoLine{turabian-researchpaper}{The '\CurrentOption' option is not supported.}
- \OptionNotUsed}
-
\DeclareOption{10pt}{\def\@@ptsize{10pt}}
\DeclareOption{11pt}{\def\@@ptsize{11pt}}
\DeclareOption{12pt}{\def\@@ptsize{12pt}}
+
+% Deprecated options
+\DeclareOption{emptymargins}{%
+ \ClassWarningNoLine{turabian-researchpaper}{The '\CurrentOption' option has been deprecated.}
+ \PassOptionsToPackage{\CurrentOption}{turabian-formatting}}
+
+\DeclareOption{endnotesonly}{%
+ \ClassWarningNoLine{turabian-researchpaper}{The '\CurrentOption' option has been deprecated. Consider using the 'endnotes' option instead.}
+ \OptionNotUsed}
+
+
+% Pass other options to article document class
\DeclareOption*{\PassOptionsToClass{\CurrentOption}{article}}
\ProcessOptions\relax
+% Build upon article document class
\LoadClass[titlepage,oneside,onecolumn,\@@ptsize]{article}
-
+% Load turabian-formatting package
\RequirePackage{turabian-formatting}