summaryrefslogtreecommitdiff
path: root/Master/texmf-dist
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist')
-rw-r--r--Master/texmf-dist/doc/latex/msu-thesis/README4
-rw-r--r--Master/texmf-dist/doc/latex/msu-thesis/msu-thesis.pdfbin207771 -> 205462 bytes
-rw-r--r--Master/texmf-dist/doc/latex/msu-thesis/msu-thesis.tex2
-rw-r--r--Master/texmf-dist/doc/latex/msu-thesis/samples/MSU-thesis-testfile.pdfbin77631 -> 79413 bytes
-rw-r--r--Master/texmf-dist/doc/latex/msu-thesis/samples/MSU-thesis-testfile.tex6
-rw-r--r--Master/texmf-dist/tex/latex/msu-thesis/msu-thesis.cls24
6 files changed, 23 insertions, 13 deletions
diff --git a/Master/texmf-dist/doc/latex/msu-thesis/README b/Master/texmf-dist/doc/latex/msu-thesis/README
index 06b9fc6043b..ef84912baa6 100644
--- a/Master/texmf-dist/doc/latex/msu-thesis/README
+++ b/Master/texmf-dist/doc/latex/msu-thesis/README
@@ -1,6 +1,6 @@
-MSU Thesis Class Version 2.5 2014/08/08
+MSU Thesis Class Version 2.5c 2015/07/11
-Copyright 2011,2012,2013,2014 by Alan Munn <amunn@msu.edu>
+Copyright 2011,2012,2013,2014, 2015 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 for Electronic
diff --git a/Master/texmf-dist/doc/latex/msu-thesis/msu-thesis.pdf b/Master/texmf-dist/doc/latex/msu-thesis/msu-thesis.pdf
index f912e7c248f..95c614840ea 100644
--- a/Master/texmf-dist/doc/latex/msu-thesis/msu-thesis.pdf
+++ b/Master/texmf-dist/doc/latex/msu-thesis/msu-thesis.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/msu-thesis/msu-thesis.tex b/Master/texmf-dist/doc/latex/msu-thesis/msu-thesis.tex
index 72f17bc83f1..b102b46ac87 100644
--- a/Master/texmf-dist/doc/latex/msu-thesis/msu-thesis.tex
+++ b/Master/texmf-dist/doc/latex/msu-thesis/msu-thesis.tex
@@ -3,7 +3,7 @@
\documentclass[11pt]{article}
\title{\textbf{Using the MSU Thesis Class}}
\author{\textbf{Alan Munn}\\Department of Linguistics and Languages\\\texttt{\href{mailto:amunn@msu.edu}{amunn@msu.edu}}}
-\date{Version 2.5\\Aug 8, 2014}
+\date{Version 2.5c\\July 11, 2015}
\usepackage[T1]{fontenc}
\usepackage[lmargin=1.25in,rmargin=1.25in,tmargin=1in,bmargin=1in]{geometry}
\usepackage{titling}
diff --git a/Master/texmf-dist/doc/latex/msu-thesis/samples/MSU-thesis-testfile.pdf b/Master/texmf-dist/doc/latex/msu-thesis/samples/MSU-thesis-testfile.pdf
index 2565efc84f0..b3e42329d52 100644
--- a/Master/texmf-dist/doc/latex/msu-thesis/samples/MSU-thesis-testfile.pdf
+++ b/Master/texmf-dist/doc/latex/msu-thesis/samples/MSU-thesis-testfile.pdf
Binary files differ
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 18516c337a0..5f871fdde4d 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
@@ -18,12 +18,13 @@
\usepackage{lipsum}
\usepackage{xcolor}
\usepackage{gb4e}
-\usepackage{cgloss}
+%\usepackage{cgloss}
\usepackage{natbib}
\usepackage{hyperref} % not needed but here for testing
+%\setlength{\beforechapskip}{-5pt}
-
+
\counterwithin{exx}{chapter}
\bibliographystyle{unified}
\singlegloss
@@ -31,7 +32,6 @@
%\patchcommand{\exe}{\SingleSpacing}{}
-
\begin{document}
\frontmatter
\maketitlepage
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 d2c2a85f9a2..adf87ee590e 100644
--- a/Master/texmf-dist/tex/latex/msu-thesis/msu-thesis.cls
+++ b/Master/texmf-dist/tex/latex/msu-thesis/msu-thesis.cls
@@ -108,14 +108,18 @@
% User commands simplified: \appendix = 1 appendix; \appendices = >1
% Added three TOC options: boldtoc, plaintoc, mixedtoc replacing noboldtoc
% Improved hyperref support for Appendices and Bibliography
-%
+% Version 2.5b 2015/04/20 Changed spacing between top of page and titles by .06” to appease the
+% the Grad School who measure to the tops of letters instead of to baselines.
+% Version 2.5c 2015/07/11 Made loading etex conditional due to changes in LaTeX kernel for 2015.
+% Removed gb4e compatability code (code remains in the distributed files)
+%
% Use at your own risk!
% Report bugs/problems/questions to <amunn@msu.edu>
%
-\def\msu@version{2.5}
-\def\msu@date{2014/08/08}
+\def\msu@version{2.5c}
+\def\msu@date{2015/07/11}
\NeedsTeXFormat{LaTeX2e}
-\ProvidesClass{msu-thesis}[\msu@date Michigan State University Thesis Class version \msu@version]
+\ProvidesClass{msu-thesis}[\msu@date\space Michigan State University Thesis Class version \msu@version]
\newif\ifmsu@lscape\msu@lscapefalse
\newif\ifmsu@stupidtoc\msu@stupidtocfalse
\newif\ifmsu@mixedtoc\msu@mixedtocfalse
@@ -145,7 +149,9 @@
}
\ProcessOptions
\LoadClass[12pt,oneside,letterpaper]{memoir}[2008/05/27]
-\RequirePackage{etex}
+\ifx\e@alloc\@undefined
+ \RequirePackage{etex}
+\fi
% set up landscape page numbering
\ifmsu@lscape
\RequirePackage{pdflscape} % this will cause physical pages to be rotated in the PDF
@@ -168,6 +174,7 @@
\setulmargins{1in}{*}{*}
\setheadfoot{\baselineskip}{.5in}
\AtBeginDocument{%
+\topskip=0pt % setting this because the Grad School doesn’t know how to measure
\checkandfixthelayout
% set up subscript sizes so that 10 pt is the smallest
% (MSU Requirement)
@@ -177,7 +184,9 @@
}%
% This stuff is modifications of gb4e for linguistics
-\@ifpackageloaded{gb4e}{\input{gb4e-compat.tex}}{\relax}
+%\@ifpackageloaded{gb4e}{\input{gb4e-compat.tex}}{\relax}
+% Removed as of version 2.5c. This fix has been part of gb4e for a long time
+
% set up contents title
@@ -203,7 +212,8 @@
% make title 2in from top of page
-\setlength{\droptitle}{.25in}
+% This value is crazy because the grad school doesn’t know how to measure
+\setlength{\droptitle}{.425in}
% set up the title page
% Because the title is sent to \MakeUppercase we need to \protect line