\documentclass{article}
\usepackage[utf8]{inputenc}
\usepackage{commath}
\usepackage{amsmath}
\usepackage{amssymb}
\usepackage{minted}
\usepackage{hyperref}
\usepackage{pgfplots}
\usepackage{physics}
\usepackage{ amssymb }
\usepackage[top=2.5cm, left=2.5cm, right=2.5cm, bottom=2.5cm]{geometry}
\usepackage{enumitem}
\pgfplotsset{width=10cm,compat=1.9}
\usepgfplotslibrary{external}
\tikzexternalize
\hypersetup{
colorlinks=true,
linkcolor=blue,
filecolor=magenta,
urlcolor=cyan,
}
\setcounter{MaxMatrixCols}{20}
\usepackage{graphicx}
\urlstyle{same}
\usepackage{setspace}
\usepackage{caption}
\usepackage{subcaption}
\captionsetup[figure]{font=small}
\begin{document}
\begin{titlepage}
\begin{center}
\vspace*{1cm}
(YOUR THESIS TITLE)
\vspace{0.5cm}
A Senior Honors Thesis
\vspace{0.5cm}
Presented to
\vspace{0.5cm}
The Department of Mathematics\\
Brandeis University
\vspace{0.5cm}
Department of Mathematics\\
Bachelor of Science in (YOUR PROGRAM)
\vspace{0.5cm}
(YOUR ADVISOR), Advisor
\vspace{0.5cm}
In Partial Fulfillment\\
of the Requirements for the Degree\\
BS in (YOUR PROGRAM)
\vspace{0.5cm}
by
\vspace{0.5cm}
(YOUR NAME)
\vspace{0.5cm}
(MONTH, YEAR OF YOUR GRADUATION)
\end{center}
\end{titlepage}
\thispagestyle{empty}
\vspace*{\fill}
\begin{center}
Copyright by\\
(YOUR NAME)
\vspace{0.5cm}
(YEAR)
\end{center}
\newpage
\begin{center}
\vspace*{1cm}
(YOUR THESIS TITLE)
\vspace{0.5cm}
A thesis presented to the Department of Mathematics, Brandeis University\\
Waltham, Massachusetts
\vspace{0.5cm}
By (YOUR NAME)
\end{center}
\pagenumbering{roman}
\setcounter{page}{3}
\doublespacing
(YOUR ABSTRACT GOES HERE)
\newpage
\thispagestyle{empty}
\begin{center}
\vspace*{1cm}
This Senior Honors thesis, directed and approved by (YOUR NAME)' Committee, has been accepted and\\
approved by
\vspace{0.75cm}
the Department of Mathematics at Brandeis University
\vspace{0.75cm}
in partial fulfillment of the requirements for the degree of: BS (YOUR PROGRAM)
\vspace{2cm}
\noindent\rule{14cm}{0.4pt}\\
(CURRENT MATH UNDERGRADUATE ADVISING HEAD), Undergraduate Advising Head
\vspace{2cm}
Dissertation Committee:\\
(YOUR ADVISOR), (YOUR SECOND COMMITEE MEMBER)
\vspace{2cm}
\noindent\begin{tabular}{ll}
\makebox[3in]{\hrulefill} & \makebox[3in]{\hrulefill}\\
Printed Name & Signature\\[8ex]% adds space between the 2 sets of signatures
\makebox[3in]{\hrulefill} & \makebox[3in]{\hrulefill}\\
Printed Name & Signature\\
\end{tabular}
\end{center}
\newpage
\pagenumbering{arabic}
\setcounter{page}{1}
(START YOUR THESIS HERE)
\newpage
\bibliographystyle{plain} % We choose the "plain" reference style
\bibliography{refs} % Entries are in the refs.bib file
\end{document}

PDF Preview
Create an account to compile and preview