diff options
author | Karl Berry <karl@freefriends.org> | 2011-07-31 22:56:57 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2011-07-31 22:56:57 +0000 |
commit | 6ed4d5475f681b92f7575cffc94ae01c82d2a104 (patch) | |
tree | 5dbaeb0d2ef121c34b345e6d878d604797377b4c /Master/texmf-dist/tex | |
parent | 64c5bbc5798f371acc690384360e31e814e86156 (diff) |
rm msuthesis, now msu-thesis
git-svn-id: svn://tug.org/texlive/trunk@23289 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex')
-rw-r--r-- | Master/texmf-dist/tex/latex/msuthesis/gb4e-compat.tex | 45 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/msuthesis/msu-thesis.cls | 271 |
2 files changed, 0 insertions, 316 deletions
diff --git a/Master/texmf-dist/tex/latex/msuthesis/gb4e-compat.tex b/Master/texmf-dist/tex/latex/msuthesis/gb4e-compat.tex deleted file mode 100644 index 9aca4598da2..00000000000 --- a/Master/texmf-dist/tex/latex/msuthesis/gb4e-compat.tex +++ /dev/null @@ -1,45 +0,0 @@ -% Compatibility code for footnote text when using gb4e -% This is fixed in the latest version of gb4e but since -% it is not in wide distribution this is included for wider -% compatibility. It will be removed at some point. -% - -\def\exe{\SingleSpacing\@ifnextchar [{\@exe}{\@exe[\@exwidth]}}% -% This code repeats the memoir code because gb4e -% redefines footnote text badly. The newest version of gb4e -% fixes this. - -\renewcommand{\@footnotetext}[1]{\insert\footins{% - \def\baselinestretch{\m@m@singlespace}% <- v1.61803 addition - \reset@font% <- v1.6180 addition - \foottextfont - \@preamfntext - \hsize\columnwidth - \protected@edef\@currentlabel{% - \csname p@footnote\endcsname\@thefnmark}% - \color@begingroup - \@makefntext{% - \rule\z@\footnotesep\ignorespaces{\foottextfont #1}% - \@finalstrut\strutbox}% - \color@endgroup}\m@mmf@prepare} -\let\m@mold@footnotetext\@footnotetext -\renewcommand*{\@footnotemark}{% - \leavevmode - \ifhmode - \edef\@x@sf{\the\spacefactor}% - \m@mmf@check - \nobreak - \fi - \@makefnmark - \m@mmf@prepare - \ifhmode\spacefactor\@x@sf\fi - \relax} - -% This is the new gb4e footnote text code - -\let\@gbsaved@footnotetext=\@footnotetext -\long\def\@footnotetext#1{% - \@noftnotefalse\setcounter{fnx}{0}% - \@gbsaved@footnotetext{#1}% - \@noftnotetrue} -\endinput diff --git a/Master/texmf-dist/tex/latex/msuthesis/msu-thesis.cls b/Master/texmf-dist/tex/latex/msuthesis/msu-thesis.cls deleted file mode 100644 index 7b6d8a045a3..00000000000 --- a/Master/texmf-dist/tex/latex/msuthesis/msu-thesis.cls +++ /dev/null @@ -1,271 +0,0 @@ -% MSU Thesis Class -% -% Copyright 2009,2010 by Alan Munn <amunn@msu.edu> -% -% This is a class file for producing dissertations and theses according to the -% Michigan State University Graduate School Guidelines (2010) -% -% -% This class may be distributed and/or modified under the -% conditions of the LaTeX Project Public License, either version 1.3 -% of this license or any later version. -% The latest version of this license is in -% http://www.latex-project.org/lppl.txt -% and version 1.3 or later is part of all distributions of LaTeX -% version 2005/12/01 or later. -% -% This package has the LPPL maintenance status `maintained'. -% -% The Current Maintainer of this package is Alan Munn. -% -% This package consists of the following source files: -% msu-thesis.cls, gb4e-compat.tex; -% Documentation files: -% msu-thesis.tex and msu-thesis.pdf; -% A template file: -% MSU-thesis-template.tex -% A test file and test bibliography: -% MSU-thesis-testfile.tex, MSU-thesis-testfile.bib -% It also contains a copy of the LSA Unified Style Sheet for lingusitics: -% unified.bst -% -% Version 1.0 2010/04/17 Initial release -% Version 1.1 2010/04/20 Require etex package (fix problem with qtree) -% Version 1.2 2010/07/01 Changed TOC depth to include subsubsections -% Changed footmarkstyle to make footnote marker correct size -% Changed section definitions to correct double spacing -% problem -% Version 1.3 2010/07/02 Fixed subscript size problem within footnotes -% Changed TOC to have dotted leaders everywhere -% Version 1.3b 2010/07/02 Now requires at least Memoir v1.618033 [2008/05/27] -% Version 1.4 2010/08/23 Added options for all Masters degrees -% Added option [final] to generate additional titlepage -% and abstract -% Added new command \advisor for advisor name used in -% [final] mode -% Added new environment {msuabstract} for the abstract text -% Added new titling command \makeabstract which produces -% the abstracts -% Fixed first and additional abstract formatting problem -% Added warning about final mode for paper submission only -% in anticipation of electronic submission -% Version 1.4b 2010/12/11 Fixed problems with Appendix formatting in the TOC -% 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 and [final] option. -% Version 1.5b 2010/12/13 Fixed margins to new specifications; fixed page numbering -% issue when dedication was missing. -% Version 1.6 2010/12/16 Bug fixes that introduced another bug. Never released. -% Version 1.7 2010/12/16 Fixed page numbering problems with TOC; Fixed abstract -% spacing problem; fixed LOF, LOT etc. spacing problem; -% by adding command \maketableofcontents; removed -% environment msuabstract and \makeabstract (no longer -% needed) (still available for backwards compatibility). -% Moved samples folder to the doc folder. -% Version 1.8 2010/12/17 Added spacing code for LOF, LOT etc to the -% \mem@tableofcontents code. Removed \maketableofcontents -% command from documentation as it is no longer needed. -% Removed rule between Chapter and Title after irrational -% complaints from MSU's Thesis Office. Fixed page numbering -% problem when Copyright page was missing. Removed varioref -% and afterpage as required packages. -% -% Use at your own risk! -% Report bugs/problems/questions to <amunn@msu.edu> -% -\NeedsTeXFormat{LaTeX2e} -\ProvidesClass{msu-thesis}[2010/12/16 Michigan State University Thesis Class version 1.8] -\DeclareOption{PhD}{\gdef\@degree{DOCTOR OF PHILOSOPHY}\gdef\@diss{DISSERTATION}} -\DeclareOption{MA}{\gdef\@degree{MASTER OF ARTS}\gdef\@diss{THESIS}} -\DeclareOption{MS}{\gdef\@degree{MASTER OF SCIENCE}\gdef\@diss{THESIS}} -\DeclareOption{MAT}{\gdef\@degree{MASTER OF ARTS FOR TEACHERS}\gdef\@diss{THESIS}} -\DeclareOption{MBA}{\gdef\@degree{MASTER OF BUSINESS ADMINISTRATION}\gdef\@diss{THESIS}} -\DeclareOption{MFA}{\gdef\@degree{MASTER OF FINE ARTS}\gdef\@diss{THESIS}} -\DeclareOption{MIPS}{\gdef\@degree{MASTER OF INTERNATIONAL PLANNING STUDIES}\gdef\@diss{THESIS}} -\DeclareOption{MHRL}{\gdef\@degree{MASTER OF HUMAN RESOURCES AND LABOR RELATIONS}\gdef\@diss{THESIS}}\DeclareOption{MMus}{\gdef\@degree{MASTER OF MUSIC}\gdef\@diss{THESIS}} -\DeclareOption{MSN}{\gdef\@degree{MASTER OF SCIENCE IN NURSING}\gdef\@diss{THESIS}} -\DeclareOption{MPP}{\gdef\@degree{MASTER OF PUBLIC POLICY}\gdef\@diss{THESIS}} -\DeclareOption{MSW}{\gdef\@degree{MASTER OF SOCIAL WORK}\gdef\@diss{THESIS}} -\DeclareOption{MURP}{\gdef\@degree{MASTER IN URBAN AND REGIONAL PLANNING}\gdef\@diss{THESIS}} - -\ExecuteOptions{PhD} -\DeclareOption*{% -\PassOptionsToClass{\CurrentOption}{memoir}% -} -\ProcessOptions -\LoadClass[12pt,oneside,letterpaper]{memoir}[2008/05/27] -\RequirePackage{etex} -% set up page for MSU Thesis guidelines -\settypeblocksize{9in}{6.5in}{*} -\setlrmargins{1in}{*}{*} -\setulmargins{1in}{*}{*} -\setheadfoot{\baselineskip}{.5in} -\AtBeginDocument{% -\checkandfixthelayout - -% set up subscript sizes so that 10 pt is the smallest -% (MSU Requirement) -\DeclareMathSizes{12}{12}{10}{10} -\DeclareMathSizes{10.95}{10.95}{10}{10} -\DeclareMathSizes{10}{10}{10}{10} -}% - -% This stuff is modifications of gb4e for linguistics -\@ifpackageloaded{gb4e}{\input{gb4e-compat.tex}}{\relax} - - -% set up standard titles (Most not needed; just contents) - -\renewcommand*\contentsname{TABLE OF CONTENTS} - -%\renewcommand{\title}[1]{\gdef\@title{\MakeUppercase{#1}}} -\addtoiargdef{\title}{% - \begingroup\let\footnote\@gobble}{% - \begingroup - \renewcommand{\thanks}[1]{} - \renewcommand{\thanksmark}[1]{} - \renewcommand{\thanksgap}[1]{} - \protected@xdef\thetitle{\MakeUppercase{#1}} - \endgroup\endgroup} -\newif\ifappendices\appendicesfalse -\newcommand*{\@appendixcover}{\ifappendices{APPENDICES}\else{APPENDIX}\fi} -\newcommand*{\fieldofstudy}[1]{\gdef\@fieldofstudy{\MakeUppercase{#1}}} -\newcommand{\dedication}[1]{\gdef\@dedication{#1}} -\newcommand*{\degree}[1]{\gdef\@degree{\MakeUppercase{#1}}} -\newcommand*{\appendixcover}[1]{\gdef\@appendixcover{\MakeUppercase{#1}}} - -% msuabstract environment (not needed now) but included for backwards -% compatibility -% -\newenvironment{msuabstract}{\ClassWarning{msu-thesis}{MSU Thesis: The msuabstract environment is deprecated. Please use the abstract environment}\begin{abstract}}{\end{abstract}} - -\newcommand*{\@titleintro}{A } % this is the beginning to the title page phrase - - - -% make title 2in from top of page -\setlength{\droptitle}{.25in} - -% set up the title page -\pretitle{\begin{center}\MakeUppercase} -\posttitle{\\[\baselineskip]\end{center}} -\preauthor{\begin{center}by\\[\baselineskip]} -\postauthor{\end{center}} -\predate{\vfill\begin{center}\@titleintro\@diss\\[\baselineskip]Submitted\\to Michigan State University\\in partial fulfillment of the requirements\\for the degree of\\[\baselineskip]\@degree\\[\baselineskip]\@fieldofstudy\\[\baselineskip]} - -% set up the chapter titles -\chapterstyle{thatcher} -\setlength{\beforechapskip}{0pt} -%\setlength{\afterchapskip}{28pt} -\renewcommand*{\chapnamefont}{\centering\bfseries} -\renewcommand*{\chapnumfont}{\bfseries} -\renewcommand*{\chaptitlefont}{\bfseries} -\renewcommand*{\printchapternonum}{} -\renewcommand*{\afterchapternum}{} - -% set up the section styles -\setsecheadstyle{\SingleSpacing\large\bfseries} -\setsubsecheadstyle{\SingleSpacing\bfseries} -\setsubsubsecheadstyle{\SingleSpacing\bfseries} - -% set up TOC -\maxtocdepth{subsubsection} -\setsecnumdepth{subsubsection} -\renewcommand*{\printtoctitle}[1]{\centering\bfseries\contentsname} -\renewcommand*{\cftchaptername}{Chapter\space} -\renewcommand*{\cftappendixname}{Appendix\space} -\renewcommand*{\cftchapterdotsep}{\cftdotsep} -\renewcommand*{\l@chapter}[2]{% - \l@chapapp{\MakeUppercase{#1}}{#2}{\cftchaptername}} % Format chapter names -\renewcommand*{\l@appendix}[2]{% - \l@chapapp{\MakeUppercase{#1}}{#2}{\cftappendixname}} % Format appendix names -\setlength{\cftchapternumwidth}{3em} -%\setlength{\cftbeforechapterskip}{1.0em \@plus\p@} - -% MSU requires double spacing between entries in the list of tables, figures etc. -% so we add the commands to change the 'list of' -% spacing after the ToC is formatted. - -\let\oldmem@tableofcontents\mem@tableofcontents -\renewcommand\mem@tableofcontents[1]{% - \oldmem@tableofcontents{#1}% - \setlength{\cftbeforechapterskip}{0.0em \@plus\p@} - \setlength{\cftparskip}{1em} - \renewcommand*{\insertchapterspace}{} - \pagestyle{plain} -} -% The following left in for backwards compatibility with v. 1.7 -% but not mentioned in the documentation -\newcommand{\maketableofcontents}{\tableofcontents*} - -% set up footnotes -\footmarkstyle{\normalsize\textsuperscript{#1}} % reset size so that mark is right size -\setlength{\footmarkwidth}{1.8em} -\setlength{\footmarksep}{-1.8em} -\setlength{\footparindent}{1em} -\renewcommand{\foottextfont}{\small} -\feetbelowfloat - - -\renewenvironment{abstract}{% - \chapter*{\abstractname} - \thispagestyle{empty} - \plainbreak{-1.5} - \begin{center} - \thetitle\plainbreak{1}by\plainbreak{1}\theauthor - \end{center} - \DoubleSpacing - }{\par} - -% \makeabstract command included for backwards compatibility -\newcommand{\makeabstract}{\ClassWarning{msu-thesis}{MSU-Thesis: The \protect\makeabstract\space command is no longer needed.}} - -% set up captions -\captionstyle[\centering]{\raggedright} - -\pagestyle{plain} - -% make the titlepage -\newcommand{\maketitlepage}{% -\pagestyle{empty}\thispagestyle{empty} -\begin{titlingpage} -\maketitle -\end{titlingpage} -\addtocounter{page}{1}} - -% make the copyright page -\newcommand*{\makecopyrightpage}{% -\pagestyle{plain}\clearpage\thispagestyle{empty} -\vspace*{7in} -{\raggedleft Copyright by\\\theauthor\\\thedate\\} -\clearpage} - -% make the dedication page -\newcommand*{\makededicationpage}{% -\clearpage\pagestyle{plain} -\chapter*{\ } -\vspace{.35\textheight}\begin{center} -\@dedication -\end{center}} - -\renewcommand{\mainmatter}{% - \DoubleSpacing\pagestyle{plain}\@ifstar{\@smemmain}{\@memmain}} - - -% make the appendices cover page -\newcommand*{\makeappendixcover}{% -\clearpage -\chapter*{\ } -\vspace{.35\textheight}\begin{center} -\bfseries\@appendixcover -\end{center}} - -% make the bibliography page -\newcommand*{\makebibliographycover}{% -\clearpage -\chapter*{\ } -\vspace{.35\textheight}\begin{center} -\bfseries\MakeUppercase{\bibname} -\end{center}} - -\endinput
\ No newline at end of file |