done working on the final draft
This commit is contained in:
Binary file not shown.
@@ -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.
|
||||
|
||||
@@ -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 \\
|
||||
|
||||
Reference in New Issue
Block a user