summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/msu-thesis
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2023-08-12 20:29:46 +0000
committerKarl Berry <karl@freefriends.org>2023-08-12 20:29:46 +0000
commit94faab2d0568aff714609b08962e1f48c1685d52 (patch)
treea05ba7138e56585224710475c5bf948a8eb987d2 /Master/texmf-dist/tex/latex/msu-thesis
parent9a37dfd865fe212989f5fec1daae1d04ad2f5da8 (diff)
msu-thesis (12aug23)
git-svn-id: svn://tug.org/texlive/trunk@67903 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.cls9
1 files changed, 5 insertions, 4 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 11ee7b833c1..b6ff7192f3b 100644
--- a/Master/texmf-dist/tex/latex/msu-thesis/msu-thesis.cls
+++ b/Master/texmf-dist/tex/latex/msu-thesis/msu-thesis.cls
@@ -188,11 +188,12 @@
% Version 4.1d 2023/07/19 Fixed per chapter bibliography TOC page number bug
% Version 4.1e 2023/07/24 Fixed per chapter appendices TOC bug;
% Version 4.1f 2023/07/28 Fixed title page spacing issue
+% Version 4.1g 2023/08/12 Per chapter appendices and bibliography TOC issue
%
% Report bugs/problems/questions to <amunn@msu.edu>
%
-\def\msu@version{4.1f}
-\def\msu@date{2023/07/28}
+\def\msu@version{4.1g}
+\def\msu@date{2023/08/12}
\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
@@ -498,7 +499,7 @@
\renewcommand\cftchapterpagefont{\msu@tocfont}
\renewcommand*{\cftappendixname}{APPENDIX\space}
\renewcommand\cftchapteraftersnum{\msutocdelim}
- \ifthenelse{\value{msutocdepth}=0}{\addtocounter{tocdepth}{-1}}{}
+ %\ifthenelse{\value{msutocdepth}=0}{\addtocounter{tocdepth}{-1}}{} % removed 8/12/2023
}
% This code resets the TOC back to normal section spacing if appendices have been used
@@ -527,7 +528,7 @@
\setlength\cftbeforechapterskip{0pt}
\renewcommand\cftsectionfont{\msu@tocfont} % fixed 12/13/17
\renewcommand\cftchapterpagefont{\msu@tocfont}
- \addtocounter{tocdepth}{-1}
+% \addtocounter{tocdepth}{-1} % removed 8/12/2023
}