summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/msu-thesis
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2023-05-26 21:08:36 +0000
committerKarl Berry <karl@freefriends.org>2023-05-26 21:08:36 +0000
commit9e15d5ee299c8b75fab4cd1f1de2c730a52a06c2 (patch)
tree3e690556fe26dedce8246394f8c431e18ab3c383 /Master/texmf-dist/tex/latex/msu-thesis
parente07583e4543cebc9e726098e5680a415457af388 (diff)
msu-thesis (26may23)
git-svn-id: svn://tug.org/texlive/trunk@67227 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/msu-thesis')
-rw-r--r--Master/texmf-dist/tex/latex/msu-thesis/msu-thesis.cls13
1 files changed, 8 insertions, 5 deletions
diff --git a/Master/texmf-dist/tex/latex/msu-thesis/msu-thesis.cls b/Master/texmf-dist/tex/latex/msu-thesis/msu-thesis.cls
index 35dcb3c4f99..2b782988a39 100644
--- a/Master/texmf-dist/tex/latex/msu-thesis/msu-thesis.cls
+++ b/Master/texmf-dist/tex/latex/msu-thesis/msu-thesis.cls
@@ -180,12 +180,15 @@
% moment.
% Version 4.0 2022/12/13 First version to conform to the updated requirements (September 2022)
% Version 4.0b 2022/12/15 Made box for degree name larger
-% Version 4.1 2023/05/18 Added msutocdepth to allow minimal chapters only TOC
+% Version 4.1 2023/05/18 Added msutocdepth to allow minimal chapters only TOC
+% Version 4.1b 2023/05/25 Removed stupid contents colon; fixed template file to actually
+% reflect the current version of the class; reinstituted spacing
+% after chapter titles.
%
% Report bugs/problems/questions to <amunn@msu.edu>
%
-\def\msu@version{4.1}
-\def\msu@date{2023/05/18}
+\def\msu@version{4.1b}
+\def\msu@date{2023/05/25}
\NeedsTeXFormat{LaTeX2e}
\ProvidesClass{msu-thesis}[\msu@date\space Michigan State University Thesis Class version \msu@version]
\newif\ifmsu@dissertation\msu@dissertationtrue % added v2.7 boolean for \msu@thesistype
@@ -324,7 +327,7 @@
% set up the chapter titles
\chapterstyle{thatcher}
\setlength{\beforechapskip}{-1sp}% changed 2020/12/17 Need negative value to suppress indentation
-\setlength{\afterchapskip}{0pt} % changed 2017/05/03 because of thesis office complaints; changed again for v4 since now they want "uniform" space
+\setlength{\afterchapskip}{\onelineskip} % changed 2017/05/03 because of thesis office complaints; changed again for v4 since now they want "uniform" space % changed again 4.1
\renewcommand*{\chapnamefont}{\centering\bfseries}
\renewcommand*{\chapnumfont}{\bfseries}
\renewcommand*{\chaptitlefont}{\SingleSpacing\bfseries}
@@ -644,7 +647,7 @@
% Make the caption delimiter a space instead of colon space so that the
% contents lists don't look so stupid. Can be changed if necessary.
\newcommand*\msucaptiondelim{\space}
-\newcommand*\msutocdelim{:}
+\newcommand*\msutocdelim{} % removed idiotic colon 5/25/23
\captiondelim{\msucaptiondelim}
\pagestyle{plain}