diff options
author | Karl Berry <karl@freefriends.org> | 2010-12-14 23:19:07 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-12-14 23:19:07 +0000 |
commit | 2db0d9558c7728a1512166bc3dfb5a62f08ec358 (patch) | |
tree | e1cdcc5677bb81916f1433c7a41ba213c6e71a4e /Master/texmf-dist/tex | |
parent | 27de50ad58993af1b9751d0f2ef6691f692304ca (diff) |
msuthesis (15dec10)
git-svn-id: svn://tug.org/texlive/trunk@20746 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex')
-rw-r--r-- | Master/texmf-dist/tex/latex/msuthesis/msu-thesis.cls | 15 |
1 files changed, 10 insertions, 5 deletions
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 <amunn@msu.edu> @@ -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} |