diff --git a/mme-essay/document.pdf b/mme-essay/document.pdf index d9714f8..bb5e522 100644 Binary files a/mme-essay/document.pdf and b/mme-essay/document.pdf differ diff --git a/mme-essay/document.tex b/mme-essay/document.tex index 176e1f5..b76a70e 100644 --- a/mme-essay/document.tex +++ b/mme-essay/document.tex @@ -16,7 +16,7 @@ \class{MATH 2415.008: Calculus III} % Name of the class \date{21 September 2025} % Uncomment to change due-date \sources{references.bib} % File holding all the sources - +\institution{Collin College} \begin{document} % First create the title page on its own. \maketitlepage @@ -26,7 +26,7 @@ %\tableofcontents \newpage % Paper content begins here. -\makeheader % Adds the MLA-Style information +%\makeheader % Adds the MLA-Style information \maketitle % Redefined to use MLA-Style % Put paper here. diff --git a/mme-essay/mla13.sty b/mme-essay/mla13.sty index 3119141..8c6fed6 100644 --- a/mme-essay/mla13.sty +++ b/mme-essay/mla13.sty @@ -142,6 +142,11 @@ \newcommand{\class}[1]{ \def\@class{#1} } +% Add institution command +\def\@institution{ } +\newcommand{\institution}[1]{ + \def\@institution{#1} +} \pagestyle{empty} \pagestyle{fancy} \fancyhf{} @@ -174,7 +179,11 @@ \newcommand*{\maketitlepage} {\begingroup \pagebreak - \linespread{1}\vspace*{3in}\centering\huge\@title\normalsize \\ + \linespread{1} + \begin{center} + \@institution + \end{center} + \vspace*{3in}\centering\fontsize{12}{14.4}\selectfont\@title \\ \vspace{4in} \centering {\@firstname\ \@lastname} \\ \@professor \\ \@class \\