summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2021-07-04 21:22:03 +0000
committerKarl Berry <karl@freefriends.org>2021-07-04 21:22:03 +0000
commitf1f67671be63efea00b4da48cd35ddd9fdb36c37 (patch)
treecb8da26771057123990c144344277d72590284db /Master/texmf-dist/tex
parent660b37c0ca368e4a8dcfc0f7f0a3c17053cc2c71 (diff)
brandeis-thesis
git-svn-id: svn://tug.org/texlive/trunk@59832 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex')
-rw-r--r--Master/texmf-dist/tex/latex/brandeis-thesis/brandeis-thesis.cls27
1 files changed, 20 insertions, 7 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
index aae74788ba3..616d24c43b0 100644
--- a/Master/texmf-dist/tex/latex/brandeis-thesis/brandeis-thesis.cls
+++ b/Master/texmf-dist/tex/latex/brandeis-thesis/brandeis-thesis.cls
@@ -22,20 +22,33 @@
%% in the same archive or directory.)
\NeedsTeXFormat{LaTeX2e}[2005/12/01]
\ProvidesClass{brandeis-thesis}
- [2020/04/09 v3.1 .dtx brandeis-thesis file]
-\LoadClass[12pt]{article}
+ [2021/06/29 v3.2 .dtx brandeis-thesis file]
+\LoadClass[12pt,oneside]{book}
+\RequirePackage[immediate]{silence}
+\WarningFilter[temp]{latex}{Command}
+\RequirePackage{sectsty}
+\DeactiveWarningFilters[temp]
\RequirePackage[margin=1in]{geometry}
\RequirePackage{setspace}
\RequirePackage{titlesec}
\RequirePackage[utf8]{inputenc}
\RequirePackage[english]{babel}
\RequirePackage{csquotes}
+\RequirePackage{mathptmx}
+\RequirePackage{tocloft}
+\allsectionsfont{\normalsize\bfseries}
+\renewcommand{\cftchapfont}{\normalfont}
+\renewcommand{\cftchappagefont}{\normalfont}
+\renewcommand{\cfttoctitlefont}{\normalsize\bfseries}
+\renewcommand{\cftloftitlefont}{\normalsize\bfseries}
+\renewcommand{\cftlottitlefont}{\normalsize\bfseries}
+\setlength{\cftaftertoctitleskip}{12pt}
+\setlength{\cftafterloftitleskip}{12pt}
+\setlength{\cftafterlottitleskip}{12pt}
\AtBeginEnvironment{quote}{\singlespacing}
-\titleformat*{\section}{\normalsize\bfseries}
-\titleformat*{\subsection}{\normalsize\bfseries}
-\titleformat*{\subsubsection}{\normalsize\bfseries}
-\renewcommand\graduationmonth[1]{\def\@graduationmonth{#1}}
-\renewcommand\graduationyear[1]{\def\@graduationyear{#1}}
+\pagestyle{plain}
+\newcommand\graduationmonth[1]{\def\@graduationmonth{#1}}
+\newcommand\graduationyear[1]{\def\@graduationyear{#1}}
\newcommand\program[1]{\def\@program{#1}}
\newcommand\advisor[1]{\def\@advisor{#1}}
\newcommand\degreetype[1]{\def\@degreetype{#1}}