From f6ad7bb333822b212c5df11b3e276f19995b0425 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sat, 11 Apr 2020 22:22:22 +0000 Subject: brandeis-thesis (10apr20) git-svn-id: svn://tug.org/texlive/trunk@54656 c570f23f-e606-0410-a88d-b1316a301751 --- .../latex/brandeis-thesis/brandeis-thesis.dtx | 36 +++++++++++----------- 1 file changed, 18 insertions(+), 18 deletions(-) (limited to 'Master/texmf-dist/source/latex/brandeis-thesis') 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 @@ %\NeedsTeXFormat{LaTeX2e}[2005/12/01] %\ProvidesClass{brandeis-thesis} %<*package> - [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} @@ -37,8 +37,8 @@ %\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}} @@ -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 -- cgit v1.2.3