From e1bd5829810740762687917f33cde92144404ef7 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Thu, 1 Sep 2022 20:58:14 +0000 Subject: mugsthesis (1sep22) git-svn-id: svn://tug.org/texlive/trunk@64259 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/tex/latex/mugsthesis/mugsthesis.cls | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'Master/texmf-dist/tex/latex/mugsthesis') 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 . +%% The Current Maintainer of this work is Paul D. Gessler . %% %% 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{} -- cgit v1.2.3