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
|
\class{MATH 2415.008: Calculus III} % Name of the class
|
||||||
\date{21 September 2025} % Uncomment to change due-date
|
\date{21 September 2025} % Uncomment to change due-date
|
||||||
\sources{references.bib} % File holding all the sources
|
\sources{references.bib} % File holding all the sources
|
||||||
|
\institution{Collin College}
|
||||||
\begin{document}
|
\begin{document}
|
||||||
% First create the title page on its own.
|
% First create the title page on its own.
|
||||||
\maketitlepage
|
\maketitlepage
|
||||||
@@ -26,7 +26,7 @@
|
|||||||
%\tableofcontents
|
%\tableofcontents
|
||||||
\newpage
|
\newpage
|
||||||
% Paper content begins here.
|
% Paper content begins here.
|
||||||
\makeheader % Adds the MLA-Style information
|
%\makeheader % Adds the MLA-Style information
|
||||||
\maketitle % Redefined to use MLA-Style
|
\maketitle % Redefined to use MLA-Style
|
||||||
|
|
||||||
% Put paper here.
|
% Put paper here.
|
||||||
|
|||||||
@@ -142,6 +142,11 @@
|
|||||||
\newcommand{\class}[1]{
|
\newcommand{\class}[1]{
|
||||||
\def\@class{#1}
|
\def\@class{#1}
|
||||||
}
|
}
|
||||||
|
% Add institution command
|
||||||
|
\def\@institution{ }
|
||||||
|
\newcommand{\institution}[1]{
|
||||||
|
\def\@institution{#1}
|
||||||
|
}
|
||||||
\pagestyle{empty}
|
\pagestyle{empty}
|
||||||
\pagestyle{fancy}
|
\pagestyle{fancy}
|
||||||
\fancyhf{}
|
\fancyhf{}
|
||||||
@@ -174,7 +179,11 @@
|
|||||||
\newcommand*{\maketitlepage}
|
\newcommand*{\maketitlepage}
|
||||||
{\begingroup
|
{\begingroup
|
||||||
\pagebreak
|
\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} \\
|
\vspace{4in} \centering {\@firstname\ \@lastname} \\
|
||||||
\@professor \\
|
\@professor \\
|
||||||
\@class \\
|
\@class \\
|
||||||
|
|||||||
Reference in New Issue
Block a user