summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/brandeis-thesis
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2020-02-09 22:07:21 +0000
committerKarl Berry <karl@freefriends.org>2020-02-09 22:07:21 +0000
commit090a854a3fa7ab9e17d84b3f623b0ae779e81731 (patch)
treedc6549731d5a5e73bb9cd280582a9810bf7afbce /Master/texmf-dist/tex/latex/brandeis-thesis
parent20d11890d89d6ae5953fb811bb605a82e2d307a9 (diff)
brandeis-thesis (9feb20)
git-svn-id: svn://tug.org/texlive/trunk@53736 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/brandeis-thesis')
-rw-r--r--Master/texmf-dist/tex/latex/brandeis-thesis/brandeis-thesis.cls118
1 files changed, 118 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/brandeis-thesis/brandeis-thesis.cls b/Master/texmf-dist/tex/latex/brandeis-thesis/brandeis-thesis.cls
new file mode 100644
index 00000000000..85acd251bcf
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/brandeis-thesis/brandeis-thesis.cls
@@ -0,0 +1,118 @@
+%%
+%% This is file `brandeis-thesis.cls',
+%% generated with the docstrip utility.
+%%
+%% The original source files were:
+%%
+%% brandeis-thesis.dtx (with options: `package')
+%%
+%% IMPORTANT NOTICE:
+%%
+%% For the copyright see the source file.
+%%
+%% Any modified versions of this file must be renamed
+%% with new filenames distinct from brandeis-thesis.cls.
+%%
+%% For distribution of the original source see the terms
+%% for copying and modification in the file brandeis-thesis.dtx.
+%%
+%% This generated file may be distributed as long as the
+%% original source files, as listed above, are part of the
+%% same distribution. (The sources need not necessarily be
+%% in the same archive or directory.)
+\NeedsTeXFormat{LaTeX2e}[2005/12/01]
+\ProvidesClass{brandeis-thesis}
+ [2020/01/21 v1.0 .dtx brandeis-thesis file]
+\LoadClass[12pt]{article}
+\RequirePackage[margin=1in]{geometry}
+\RequirePackage{setspace}
+\RequirePackage{titlesec}
+\RequirePackage[utf8]{inputenc}
+\RequirePackage[english]{babel}
+\RequirePackage{csquotes}
+\AtBeginEnvironment{quote}{\singlespacing}
+\titleformat*{\section}{\normalsize\bfseries}
+\titleformat*{\subsection}{\normalsize\bfseries}
+\titleformat*{\subsubsection}{\normalsize\bfseries}
+\renewcommand\month[1]{\def\@month{#1}}
+\renewcommand\year[1]{\def\@year{#1}}
+\newcommand\program[1]{\def\@program{#1}}
+\newcommand\advisor[1]{\def\@advisor{#1}}
+\newcommand\degreetype[1]{\def\@degreetype{#1}}
+\addto\captionsenglish{\renewcommand*\contentsname{Table of Contents}}
+\renewcommand*\l@section{\@dottedtocline{1}{1.5em}{2.3em}}
+\newcommand{\maketitlepage}{
+ \pagenumbering{gobble}
+ %\newgeometry{top=1.75in}
+ \begin{center}
+ \@title\\
+ \vspace{1em}
+ A Master's Thesis\\
+ \vspace{1em}
+ Presented to\\
+ \vspace{1em}
+ The Faculty of the Graduate School of Arts and Sciences\\
+ Brandeis University\\
+ \vspace{1em}
+ \@program\\
+ \vspace{1em}
+ \@advisor, Advisor\\
+ \vspace{1em}
+ In Partial Fulfillment\\
+ of the Requirements for the Degree\\
+ Master of \@degreetype\\
+ \vspace{1em}
+ by\\
+ \vspace{1em}
+ \@author\\
+ \vspace{1em}
+ \@month\,\@year
+ \end{center}
+ \restoregeometry
+ \newpage
+ \pagenumbering{roman}
+ \setcounter{page}{2}
+}
+\newcommand{\makecopyright}{
+ \pagenumbering{gobble}
+ \newgeometry{top=6.2in}
+ \begin{center}
+ Copyright by\\
+ \@author{}\\
+ \vspace{1em}
+ \@year{}
+ \end{center}
+ \restoregeometry
+ \newpage
+ \pagenumbering{roman}
+ \setcounter{page}{3}
+}
+\newenvironment{thesis-abstract}
+ {
+ %\newgeometry{top=1.4in}
+ \addcontentsline{toc}{section}{Abstract}
+ \begin{center}
+ \MakeUppercase{Abstract}\\
+ \vspace{1em}
+ \@title\\
+ \vspace{1em}
+ A thesis presented to the Faculty of the\\
+ Graduate School of Arts and Sciences of Brandeis University\\
+ Waltham, Massachusetts\\
+ \vspace{1em}
+ By\,\@author\\
+ \vspace{2em}
+ \end{center}
+ \doublespacing
+ }
+ {
+ \restoregeometry
+ }
+\newcommand{\startbody}{
+ \newpage
+ \pagenumbering{arabic}
+ \doublespacing
+}
+\endinput
+%%
+%% End of file `brandeis-thesis.cls'.