From 2db0d9558c7728a1512166bc3dfb5a62f08ec358 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Tue, 14 Dec 2010 23:19:07 +0000 Subject: msuthesis (15dec10) git-svn-id: svn://tug.org/texlive/trunk@20746 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/tex/latex/msuthesis/msu-thesis.cls | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) (limited to 'Master/texmf-dist/tex/latex/msuthesis') diff --git a/Master/texmf-dist/tex/latex/msuthesis/msu-thesis.cls b/Master/texmf-dist/tex/latex/msuthesis/msu-thesis.cls index 773817af8be..2751eeeb783 100644 --- a/Master/texmf-dist/tex/latex/msuthesis/msu-thesis.cls +++ b/Master/texmf-dist/tex/latex/msuthesis/msu-thesis.cls @@ -53,6 +53,8 @@ % Version 1.5 2010/12/12 Removed code to format the second abstract since this % is no longer part of the document with electronic % submission. Removed \advisor command. +% Version 1.5b 2010/12/13 Fixed margins to new specifications; fixed page numbering +% issue when dedication was missing. % % Use at your own risk! % Report bugs/problems/questions to @@ -83,8 +85,8 @@ \RequirePackage{etex} % set up page for MSU Thesis guidelines -\settypeblocksize{9in}{6in}{*} -\setlrmargins{1.5in}{*}{*} +\settypeblocksize{9in}{6.5in}{*} +\setlrmargins{1in}{*}{*} \setulmargins{1in}{*}{*} \setheadfoot{\baselineskip}{.5in} \AtBeginDocument{% @@ -174,7 +176,6 @@ \renewenvironment{abstract}{% -\pagestyle{empty} \chapter*{\abstractname} \plainbreak{-1.5} \begin{center} @@ -216,9 +217,13 @@ \@dedication \end{center}} +\renewcommand{\mainmatter}{% + \pagestyle{plain}\@ifstar{\@smemmain}{\@memmain}} + + % make the appendices cover page \newcommand*{\makeappendixcover}{% -\clearpage\pagestyle{plain} +\clearpage \chapter*{\ } \vspace{.35\textheight}\begin{center} \bfseries\@appendixcover @@ -226,7 +231,7 @@ % make the bibliography page \newcommand*{\makebibliographycover}{% -\clearpage\pagestyle{plain} +\clearpage \chapter*{\ } \vspace{.35\textheight}\begin{center} \bfseries\MakeUppercase{\bibname} -- cgit v1.2.3