summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/brandeis-thesis
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2020-04-11 03:09:12 +0000
committerNorbert Preining <norbert@preining.info>2020-04-11 03:09:12 +0000
commitc2697fc286a1e2c94fd9968b76be6f4a6d2114cd (patch)
tree1dc2cfb07cb032740483dd8be7c74aff66b70352 /macros/latex/contrib/brandeis-thesis
parent25111608e6aa05042b0c6f83009262e1973d7a45 (diff)
CTAN sync 202004110309
Diffstat (limited to 'macros/latex/contrib/brandeis-thesis')
-rw-r--r--macros/latex/contrib/brandeis-thesis/brandeis-thesis.dtx36
-rw-r--r--macros/latex/contrib/brandeis-thesis/brandeis-thesis.pdfbin142665 -> 149947 bytes
2 files changed, 18 insertions, 18 deletions
diff --git a/macros/latex/contrib/brandeis-thesis/brandeis-thesis.dtx b/macros/latex/contrib/brandeis-thesis/brandeis-thesis.dtx
index 3ae38d8f5f..b148381de9 100644
--- a/macros/latex/contrib/brandeis-thesis/brandeis-thesis.dtx
+++ b/macros/latex/contrib/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/macros/latex/contrib/brandeis-thesis/brandeis-thesis.pdf b/macros/latex/contrib/brandeis-thesis/brandeis-thesis.pdf
index d30119d45c..b7361daedb 100644
--- a/macros/latex/contrib/brandeis-thesis/brandeis-thesis.pdf
+++ b/macros/latex/contrib/brandeis-thesis/brandeis-thesis.pdf
Binary files differ