diff options
author | Karl Berry <karl@freefriends.org> | 2015-07-12 22:15:02 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2015-07-12 22:15:02 +0000 |
commit | 562c9ce51740088a91a327ca8720d55fc9576815 (patch) | |
tree | 4e08cd63c7ec6067bde8f51626382a97a9e632f8 /Master | |
parent | 165c81a4e78fc874d4dd37612ff63ce94b8f057e (diff) |
msu-thesis (12jul15)
git-svn-id: svn://tug.org/texlive/trunk@37846 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r-- | Master/texmf-dist/doc/latex/msu-thesis/README | 4 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/msu-thesis/msu-thesis.pdf | bin | 207771 -> 205462 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/msu-thesis/msu-thesis.tex | 2 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/msu-thesis/samples/MSU-thesis-testfile.pdf | bin | 77631 -> 79413 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/msu-thesis/samples/MSU-thesis-testfile.tex | 6 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/msu-thesis/msu-thesis.cls | 24 |
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 Binary files differindex 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 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 Binary files differindex 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 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 |