diff options
Diffstat (limited to 'Master')
-rw-r--r-- | Master/texmf-dist/doc/latex/brandeis-thesis/brandeis-thesis.pdf | bin | 142665 -> 149947 bytes | |||
-rw-r--r-- | Master/texmf-dist/source/latex/brandeis-thesis/brandeis-thesis.dtx | 36 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/brandeis-thesis/brandeis-thesis.cls | 11 |
3 files changed, 23 insertions, 24 deletions
diff --git a/Master/texmf-dist/doc/latex/brandeis-thesis/brandeis-thesis.pdf b/Master/texmf-dist/doc/latex/brandeis-thesis/brandeis-thesis.pdf Binary files differindex d30119d45c5..b7361daedb3 100644 --- a/Master/texmf-dist/doc/latex/brandeis-thesis/brandeis-thesis.pdf +++ b/Master/texmf-dist/doc/latex/brandeis-thesis/brandeis-thesis.pdf diff --git a/Master/texmf-dist/source/latex/brandeis-thesis/brandeis-thesis.dtx b/Master/texmf-dist/source/latex/brandeis-thesis/brandeis-thesis.dtx index 3ae38d8f5f3..b148381de95 100644 --- a/Master/texmf-dist/source/latex/brandeis-thesis/brandeis-thesis.dtx +++ b/Master/texmf-dist/source/latex/brandeis-thesis/brandeis-thesis.dtx @@ -4,7 +4,7 @@ % ------------------------------------------------------- % % This file may be distributed and/or modified under the -% conditions of the LaTeX Project Public License, either version 1.3c +% conditions of the LaTeX Project Public License, either version 1.3 % of this license or (at your option) any later version. % The latest version of this license is in: % @@ -22,7 +22,7 @@ %<package>\NeedsTeXFormat{LaTeX2e}[2005/12/01] %<package>\ProvidesClass{brandeis-thesis} %<*package> - [2020/01/21 v1.0 .dtx brandeis-thesis file] + [2020/04/09 v3.1 .dtx brandeis-thesis file] %</package> %<package>\LoadClass[12pt]{article} %<package>\RequirePackage[margin=1in]{geometry} @@ -37,8 +37,8 @@ %<package>\titleformat*{\subsection}{\normalsize\bfseries} %<package>\titleformat*{\subsubsection}{\normalsize\bfseries} % -%<package>\renewcommand\month[1]{\def\@month{#1}} -%<package>\renewcommand\year[1]{\def\@year{#1}} +%<package>\renewcommand\graduationmonth[1]{\def\@graduationmonth{#1}} +%<package>\renewcommand\graduationyear[1]{\def\@graduationyear{#1}} %<package>\newcommand\program[1]{\def\@program{#1}} %<package>\newcommand\advisor[1]{\def\@advisor{#1}} %<package>\newcommand\degreetype[1]{\def\@degreetype{#1}} @@ -71,7 +71,7 @@ \vspace{1em} \@author\\ \vspace{1em} - \@month\,\@year + \@graduationmonth\,\@graduationyear \end{center} \restoregeometry \newpage @@ -87,7 +87,7 @@ Copyright by\\ \@author{}\\ \vspace{1em} - \@year{} + \@graduationyear{} \end{center} \restoregeometry \newpage @@ -99,7 +99,6 @@ \newenvironment{thesis-abstract} { %\newgeometry{top=1.4in} - \addcontentsline{toc}{section}{Abstract} \begin{center} \MakeUppercase{Abstract}\\ \vspace{1em} @@ -158,7 +157,8 @@ % Right brace \} Tilde \~} % % -% \changes{v1.0}{2020/01/21}{Initial version} +% \changes{v3.0}{2020/01/21}{Initial version} +% \changes{v3.1}{2020/04/09}{Formatting update} % % \GetFileInfo{brandeis-thesis.dtx} % @@ -192,8 +192,8 @@ % \begin{verbatim} % \title{} % \author{} -% \month{} -% \year{} +% \graduationmonth{} +% \graduationyear{} % \program{} % \advisor{} % \degreetype{} @@ -204,8 +204,8 @@ % \begin{verbatim} % \title{LaTeXing Your Thesis} % \author{Deanna Daly} -% \month{May} -% \year{2020} +% \graduationmonth{May} +% \graduationyear{2020} % \program{Computer Science} % \advisor{Alan Turing} % \degreetype{Science} @@ -230,13 +230,13 @@ % \end{thesis-abstract} % \end{verbatim} % -% This will create your abstract page, with the abstract being "I present a simple explanation of how to LaTeX your thesis." +% This will create your abstract page, with the abstract being ``I present a simple explanation of how to LaTeX your thesis.'' % -% Table of Contents, List of Figures, etc. can be generated as usual using \LaTeX. +% Table of Contents, List of Figures, etc. can be generated as usual using \LaTeX. You should precede these with \texttt{\textbackslash doublespacing} to make them double spaced. % % To end the front matter section of your thesis and begin the body of your thesis, use the command \texttt{\textbackslash startbody}. % -% The rest of your thesis may be written as normal; margins, spacing, and pagination should be set automatically. +% The rest of your thesis may be written as normal; margins, spacing, and pagination should be set automatically, with the exception of your bibliography. To make your bibliography single spaced, you should precede it with You should precede these with \texttt{\textbackslash singlespacing}. % % \section{Example} % @@ -248,8 +248,8 @@ % % \title{LaTeXing Your Thesis} % \author{Deanna Daly} -% \month{May} -% \year{2020} +% \graduationmonth{May} +% \graduationyear{2020} % \program{Computer Science} % \advisor{Alan Turing} % \degreetype{Science} @@ -263,7 +263,7 @@ % I present a simple explanation of how to LaTeX your thesis. % \end{thesis-abstract} % -% \addcontentsline{toc}{section}{Table of Contents} +% \doublespacing % \tableofcontents % % \startbody 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 85acd251bcf..aae74788ba3 100644 --- a/Master/texmf-dist/tex/latex/brandeis-thesis/brandeis-thesis.cls +++ b/Master/texmf-dist/tex/latex/brandeis-thesis/brandeis-thesis.cls @@ -22,7 +22,7 @@ %% in the same archive or directory.) \NeedsTeXFormat{LaTeX2e}[2005/12/01] \ProvidesClass{brandeis-thesis} - [2020/01/21 v1.0 .dtx brandeis-thesis file] + [2020/04/09 v3.1 .dtx brandeis-thesis file] \LoadClass[12pt]{article} \RequirePackage[margin=1in]{geometry} \RequirePackage{setspace} @@ -34,8 +34,8 @@ \titleformat*{\section}{\normalsize\bfseries} \titleformat*{\subsection}{\normalsize\bfseries} \titleformat*{\subsubsection}{\normalsize\bfseries} -\renewcommand\month[1]{\def\@month{#1}} -\renewcommand\year[1]{\def\@year{#1}} +\renewcommand\graduationmonth[1]{\def\@graduationmonth{#1}} +\renewcommand\graduationyear[1]{\def\@graduationyear{#1}} \newcommand\program[1]{\def\@program{#1}} \newcommand\advisor[1]{\def\@advisor{#1}} \newcommand\degreetype[1]{\def\@degreetype{#1}} @@ -66,7 +66,7 @@ \vspace{1em} \@author\\ \vspace{1em} - \@month\,\@year + \@graduationmonth\,\@graduationyear \end{center} \restoregeometry \newpage @@ -80,7 +80,7 @@ Copyright by\\ \@author{}\\ \vspace{1em} - \@year{} + \@graduationyear{} \end{center} \restoregeometry \newpage @@ -90,7 +90,6 @@ \newenvironment{thesis-abstract} { %\newgeometry{top=1.4in} - \addcontentsline{toc}{section}{Abstract} \begin{center} \MakeUppercase{Abstract}\\ \vspace{1em} |