diff options
author | Karl Berry <karl@freefriends.org> | 2022-09-01 20:58:14 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2022-09-01 20:58:14 +0000 |
commit | e1bd5829810740762687917f33cde92144404ef7 (patch) | |
tree | 63a230a5256bc46a0e499e79ddbbb4285ec575d1 /Master/texmf-dist/tex/latex/mugsthesis | |
parent | c33b0506dec82a5c94fb746adae4e5c136849815 (diff) |
mugsthesis (1sep22)
git-svn-id: svn://tug.org/texlive/trunk@64259 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/mugsthesis')
-rw-r--r-- | Master/texmf-dist/tex/latex/mugsthesis/mugsthesis.cls | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/Master/texmf-dist/tex/latex/mugsthesis/mugsthesis.cls b/Master/texmf-dist/tex/latex/mugsthesis/mugsthesis.cls index fb26cf20113..2a6c5780483 100644 --- a/Master/texmf-dist/tex/latex/mugsthesis/mugsthesis.cls +++ b/Master/texmf-dist/tex/latex/mugsthesis/mugsthesis.cls @@ -8,7 +8,7 @@ %% %% This is a generated file. %% -%% Copyright (C) 2014 by Paul D. Gessler +%% Copyright (C) 2022 by Paul D. Gessler %% %% This file may be distributed and/or modified under the %% conditions of the LaTeX Project Public License, either @@ -20,16 +20,18 @@ %% %% This work has the LPPL maintenance status `maintained'. %% -%% The Current Maintainer of this work is Paul D. Gessler <pdgessler@gmail.com>. +%% The Current Maintainer of this work is Paul D. Gessler <paul@gessler.net>. %% %% This work consists of the files mugsthesis.dtx and mugsthesis.ins %% and the derived file mugsthesis.cls. %% \NeedsTeXFormat{LaTeX2e}[2005/12/01] \ProvidesClass{mugsthesis} - [2014/08/07 v1.0 Marquette University Graduate School Thesis Class] + [2022/09/01 v1.1 Marquette University Graduate School Thesis Class] \RequirePackage{etoolbox} \newbool{indentfirst} +\DeclareOption{thesis}{\def\@mugsdoctype{Thesis}} +\DeclareOption{dissertation}{\def\@mugsdoctype{Dissertation}} \DeclareOption{10pt}{\PassOptionsToClass{10pt}{memoir}} \DeclareOption{11pt}{\PassOptionsToClass{11pt}{memoir}} \DeclareOption{12pt}{\PassOptionsToClass{12pt}{memoir}} @@ -40,7 +42,7 @@ \DeclareOption*{% \ClassWarning{mugsthesis}{Unknown option `\CurrentOption' ignored}% } -\ExecuteOptions{12pt,final,indentfirsttrue} +\ExecuteOptions{thesis,12pt,final,indentfirsttrue} \ProcessOptions\relax \ifbool{indentfirst}{\RequirePackage{indentfirst}}{} \LoadClass[letterpaper,oneside]{memoir} @@ -75,7 +77,7 @@ \vskip \onelineskip \@author \vfill - A Thesis submitted to the Faculty of the Graduate School,\\ + A \@mugsdoctype\ submitted to the Faculty of the Graduate School,\\ Marquette University,\\ in Partial Fulfillment of the Requirements for\\ the Degree of \mugsdegree{} |