From f1f67671be63efea00b4da48cd35ddd9fdb36c37 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sun, 4 Jul 2021 21:22:03 +0000 Subject: brandeis-thesis git-svn-id: svn://tug.org/texlive/trunk@59832 c570f23f-e606-0410-a88d-b1316a301751 --- .../tex/latex/brandeis-thesis/brandeis-thesis.cls | 27 ++++++++++++++++------ 1 file changed, 20 insertions(+), 7 deletions(-) (limited to 'Master/texmf-dist/tex') 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}} -- cgit v1.2.3