diff options
author | Karl Berry <karl@freefriends.org> | 2023-06-27 20:11:31 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2023-06-27 20:11:31 +0000 |
commit | 7c92784049e80bd96b8ef09019312ceac42cbf0c (patch) | |
tree | cc29f46d20e65894796844b491c61afc65e957f2 /Master/texmf-dist/tex/latex | |
parent | 1d91c0943fdcbb9a9ad4c9ca4ce7143b634b2af9 (diff) |
msu-thesis (27jun23)
git-svn-id: svn://tug.org/texlive/trunk@67498 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex')
-rw-r--r-- | Master/texmf-dist/tex/latex/msu-thesis/msu-thesis.cls | 7 |
1 files changed, 4 insertions, 3 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 2b782988a39..c9d0c2b8851 100644 --- a/Master/texmf-dist/tex/latex/msu-thesis/msu-thesis.cls +++ b/Master/texmf-dist/tex/latex/msu-thesis/msu-thesis.cls @@ -184,11 +184,12 @@ % 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. +% Version 4.1c 2023/06/27 Removed spacing after chapter titles (again) % % Report bugs/problems/questions to <amunn@msu.edu> % -\def\msu@version{4.1b} -\def\msu@date{2023/05/25} +\def\msu@version{4.1c} +\def\msu@date{2023/06/27} \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 @@ -327,7 +328,7 @@ % set up the chapter titles \chapterstyle{thatcher} \setlength{\beforechapskip}{-1sp}% changed 2020/12/17 Need negative value to suppress indentation -\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 +\setlength{\afterchapskip}{0pt} % 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} |