summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/brandeis-thesis
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2020-04-11 22:22:22 +0000
committerKarl Berry <karl@freefriends.org>2020-04-11 22:22:22 +0000
commitf6ad7bb333822b212c5df11b3e276f19995b0425 (patch)
treecdff866fe0084412c4cd5056ce8a1d3857faf525 /Master/texmf-dist/source/latex/brandeis-thesis
parentd45098cba83ad758d8d355ecd5c1efd3171ed093 (diff)
brandeis-thesis (10apr20)
git-svn-id: svn://tug.org/texlive/trunk@54656 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/brandeis-thesis')
-rw-r--r--Master/texmf-dist/source/latex/brandeis-thesis/brandeis-thesis.dtx36
1 files changed, 18 insertions, 18 deletions
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