summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/brandeis-thesis/brandeis-thesis.dtx
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/brandeis-thesis/brandeis-thesis.dtx')
-rw-r--r--macros/latex/contrib/brandeis-thesis/brandeis-thesis.dtx75
1 files changed, 50 insertions, 25 deletions
diff --git a/macros/latex/contrib/brandeis-thesis/brandeis-thesis.dtx b/macros/latex/contrib/brandeis-thesis/brandeis-thesis.dtx
index e57e1b05bf..4244011a04 100644
--- a/macros/latex/contrib/brandeis-thesis/brandeis-thesis.dtx
+++ b/macros/latex/contrib/brandeis-thesis/brandeis-thesis.dtx
@@ -22,13 +22,12 @@
%<package>\NeedsTeXFormat{LaTeX2e}[2005/12/01]
%<package>\ProvidesClass{brandeis-thesis}
%<*package>
- [2021/06/29 v3.2 .dtx brandeis-thesis file]
+ [2023/08/15 v3.3 .dtx brandeis-thesis file]
%</package>
%<package>\LoadClass[12pt,oneside]{book}
%<package>\RequirePackage[immediate]{silence}
-%<package>\WarningFilter[temp]{latex}{Command}
+%<package>\WarningFilter{latex}{Command} % silence the warning
%<package>\RequirePackage{sectsty}
-%<package>\DeactiveWarningFilters[temp]
%<package>\RequirePackage[margin=1in]{geometry}
%<package>\RequirePackage{setspace}
%<package>\RequirePackage{titlesec}
@@ -40,12 +39,17 @@
%<package>\allsectionsfont{\normalsize\bfseries}
%<package>\renewcommand{\cftchapfont}{\normalfont}
%<package>\renewcommand{\cftchappagefont}{\normalfont}
-%<package>\renewcommand{\cfttoctitlefont}{\normalsize\bfseries}
-%<package>\renewcommand{\cftloftitlefont}{\normalsize\bfseries}
-%<package>\renewcommand{\cftlottitlefont}{\normalsize\bfseries}
-%<package>\setlength{\cftaftertoctitleskip}{12pt}
-%<package>\setlength{\cftafterloftitleskip}{12pt}
-%<package>\setlength{\cftafterlottitleskip}{12pt}
+%<package>\titleformat{\chapter}{\normalsize\centering\uppercase}{}{0ex}{}
+%<package>\titleformat*{\section}{\normalsize\bfseries}
+%<package>\titleformat*{\subsection}{\normalsize\bfseries}
+%<package>\titleformat*{\subsubsection}{\normalsize}
+%<package>\titlespacing*{\chapter}{0 pt}{-\baselineskip}{0 pt}
+
+%<package>\newcommand{\sectionbreak}{\clearpage}
+%<package>\titlespacing*{\section}{0 pt}{-\baselineskip}{0 pt}
+%<package>\titlespacing*{\subsection}{0 pt}{-\baselineskip}{0 pt}
+%<package>\titlespacing*{\subsubsection}{0 pt}{-\baselineskip}{0 pt}
+%<package>\setcounter{secnumdepth}{-1}
%<package>\AtBeginEnvironment{quote}{\singlespacing}
%<package>\pagestyle{plain}
%<package>\newcommand\graduationmonth[1]{\def\@graduationmonth{#1}}
@@ -53,8 +57,29 @@
%<package>\newcommand\program[1]{\def\@program{#1}}
%<package>\newcommand\advisor[1]{\def\@advisor{#1}}
%<package>\newcommand\degreetype[1]{\def\@degreetype{#1}}
-%<package>\addto\captionsenglish{\renewcommand*\contentsname{Table of Contents}}
-%<package>\renewcommand*\l@section{\@dottedtocline{1}{1.5em}{2.3em}}
+%<package>\renewcommand\cfttoctitlefont{\normalsize}
+%<package>\renewcommand\cftlottitlefont{\normalsize}
+%<package>\renewcommand\cftloftitlefont{\normalsize}
+
+%<package>\addto\captionsenglish{\renewcommand*\contentsname{\hfill TABLE OF CONTENTS \hfill}}
+%<package>\renewcommand{\cftaftertoctitle}{\hfill}
+%<package>\renewcommand{\cftbeforetoctitleskip}{-24pt}
+%<package>\renewcommand{\cftaftertoctitleskip}{0em}
+%<package>\renewcommand{\cftbeforeloftitleskip}{-24pt}
+%<package>\renewcommand{\cftafterloftitleskip}{0em}
+%<package>\renewcommand{\cftbeforelottitleskip}{-24pt}
+%<package>\renewcommand{\cftafterlottitleskip}{0em}
+%<package>\addto\captionsenglish{\renewcommand*\listfigurename{\hfill LIST OF FIGURES}}
+%<package>\renewcommand{\cftafterloftitle}{\hfill}
+%<package>\addto\captionsenglish{\renewcommand*\listtablename{\hfill LIST OF TABLES}}
+%<package>\renewcommand{\cftafterlottitle}{\hfill}
+%<package>% \setlength{\topmargin}{1in}
+%<package>\setcounter{secnumdepth}{-1}
+%<package>\renewcommand*\l@section{\@dottedtocline{1}{2em}{1.0em}}
+%<package>\renewcommand*\l@chapter{\@dottedtocline{1}{0em}{1.0em}}
+
+
+%<package>
%
%<*package>
\newcommand{\maketitlepage}{
@@ -91,20 +116,20 @@
}
%</package>
%<*package>
-\newcommand{\makecopyright}{
- \pagenumbering{gobble}
- \newgeometry{top=6.2in}
- \begin{center}
- Copyright by\\
- \@author{}\\
- \vspace{1em}
- \@graduationyear{}
- \end{center}
- \restoregeometry
- \newpage
- \pagenumbering{roman}
- \setcounter{page}{3}
-}
+% \newcommand{\makecopyright}{
+% \pagenumbering{gobble}
+% \newgeometry{top=6.2in}
+% \begin{center}
+% Copyright by\\
+% \@author{}\\
+% \vspace{1em}
+% \@graduationyear{}
+% \end{center}
+% \restoregeometry
+% \newpage
+% \pagenumbering{roman}
+% \setcounter{page}{3}
+% }
%</package>
%<*package>
\newenvironment{thesis-abstract}