diff options
Diffstat (limited to 'Master')
-rw-r--r-- | Master/texmf-dist/doc/latex/msu-thesis/README.md | 2 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/msu-thesis/docs/msu-thesis.tex | 4 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/msu-thesis/msu-thesis.pdf | bin | 114156 -> 114104 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/msu-thesis/samples/MSU-thesis-chapterbib-testfile.pdf | bin | 138593 -> 138719 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/msu-thesis/samples/MSU-thesis-testfile.tex | 2 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/msu-thesis/samples/chap1bib.tex | 2 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/msu-thesis/samples/chap3bib.tex | 2 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/msu-thesis/msu-thesis.cls | 7 |
8 files changed, 10 insertions, 9 deletions
diff --git a/Master/texmf-dist/doc/latex/msu-thesis/README.md b/Master/texmf-dist/doc/latex/msu-thesis/README.md index 27ad94a6f17..cd84ae50d78 100644 --- a/Master/texmf-dist/doc/latex/msu-thesis/README.md +++ b/Master/texmf-dist/doc/latex/msu-thesis/README.md @@ -1,4 +1,4 @@ -# MSU Thesis Class Version 4.1b 2023/05/25 +# MSU Thesis Class Version 4.1c 2023/06/27 Copyright 2011-2023 by Alan Munn <amunn@msu.edu> diff --git a/Master/texmf-dist/doc/latex/msu-thesis/docs/msu-thesis.tex b/Master/texmf-dist/doc/latex/msu-thesis/docs/msu-thesis.tex index cc84029d9b9..44467e4dc92 100644 --- a/Master/texmf-dist/doc/latex/msu-thesis/docs/msu-thesis.tex +++ b/Master/texmf-dist/doc/latex/msu-thesis/docs/msu-thesis.tex @@ -2,8 +2,8 @@ \documentclass[11pt]{article} -\def\msuversion{4.1b} -\def\msudate{2023/05/25} +\def\msuversion{4.1c} +\def\msudate{2023/06/27} \title{\textbf{Using the MSU Thesis Class}} \author{\textbf{Alan Munn}\\Department of Linguistics, Languages, and Cultures\\Michigan State University\\\texttt{\href{mailto:amunn@msu.edu}{amunn@msu.edu}}} \date{Version \msuversion\\\msudate} diff --git a/Master/texmf-dist/doc/latex/msu-thesis/msu-thesis.pdf b/Master/texmf-dist/doc/latex/msu-thesis/msu-thesis.pdf Binary files differindex a02826a93a2..d76c58fac92 100644 --- a/Master/texmf-dist/doc/latex/msu-thesis/msu-thesis.pdf +++ b/Master/texmf-dist/doc/latex/msu-thesis/msu-thesis.pdf diff --git a/Master/texmf-dist/doc/latex/msu-thesis/samples/MSU-thesis-chapterbib-testfile.pdf b/Master/texmf-dist/doc/latex/msu-thesis/samples/MSU-thesis-chapterbib-testfile.pdf Binary files differindex c743e6786aa..f412332fff2 100644 --- a/Master/texmf-dist/doc/latex/msu-thesis/samples/MSU-thesis-chapterbib-testfile.pdf +++ b/Master/texmf-dist/doc/latex/msu-thesis/samples/MSU-thesis-chapterbib-testfile.pdf diff --git a/Master/texmf-dist/doc/latex/msu-thesis/samples/MSU-thesis-testfile.tex b/Master/texmf-dist/doc/latex/msu-thesis/samples/MSU-thesis-testfile.tex index a6af9efbd87..2fd5730da72 100644 --- a/Master/texmf-dist/doc/latex/msu-thesis/samples/MSU-thesis-testfile.tex +++ b/Master/texmf-dist/doc/latex/msu-thesis/samples/MSU-thesis-testfile.tex @@ -1,5 +1,5 @@ % !TEX TS-program = pdflatexmk -% v4.1b Testfile +% v4.1c Testfile \listfiles \documentclass[lscape]{msu-thesis} diff --git a/Master/texmf-dist/doc/latex/msu-thesis/samples/chap1bib.tex b/Master/texmf-dist/doc/latex/msu-thesis/samples/chap1bib.tex index 71f0d1c6db3..a634288034a 100644 --- a/Master/texmf-dist/doc/latex/msu-thesis/samples/chap1bib.tex +++ b/Master/texmf-dist/doc/latex/msu-thesis/samples/chap1bib.tex @@ -1,6 +1,6 @@ \chapter{Introduction} Intro things \lipsum -\cite{Munn1999,Chomsky1981} +\cite{Munn1999,Chomsky1986} \section{A section} \lipsum[1] \subsection{A subsection} diff --git a/Master/texmf-dist/doc/latex/msu-thesis/samples/chap3bib.tex b/Master/texmf-dist/doc/latex/msu-thesis/samples/chap3bib.tex index 99788108d06..454f8626aa5 100644 --- a/Master/texmf-dist/doc/latex/msu-thesis/samples/chap3bib.tex +++ b/Master/texmf-dist/doc/latex/msu-thesis/samples/chap3bib.tex @@ -1,6 +1,6 @@ \chapter{Two} \section{A section} -\lipsum \cite{Chomsky1986,Chomsky1995,Munn2000} +\lipsum \cite{Chomsky1986,Chomsky1995,Munn2005} \subsection{A subsection} \lipsum 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} |