\documentclass[11 pt]{article}
\usepackage[margin=1in]{geometry} 
\usepackage{amsmath, amsfonts, amsthm,times}
\evensidemargin=0.25in  
\oddsidemargin=0.25in
\textwidth=6.25in

%%%%%% YOU ONLY NEED TO MAKE THE STATED CHANGES HERE %%%%%%%%%%%%%%%%%%%%
%%%%%% AND THEN TYPESET THE COVER PAGE %%%%%%%%%%%%%%%%%%%%

\newcommand{\thesistitle}{THESIS TITLE} %% replace with your thesis title (in all caps) %%
\newcommand{\thesisauthor}{Student's full name} %% replace with your full name %%
\newcommand{\thesisdirector}{Thesis director's name} %% replace with your thesis director's name (without Dr.) %%
\newcommand{\secondreader}{Second reader's name} %% replace with your second reader's name (without Dr.) %%
\newcommand{\dateofthesis}{Graduation month, Graduation year} %% replace with your month and year of graduation %%

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%                                                                                                                                                                                                    


\begin{document}
\thispagestyle{empty}

\mbox{} \vspace{0.3in}

\begin{center}
\thesistitle \\[0.4in]
by \\[0.2in]
\thesisauthor \\[0.4in]
Honors Thesis\\[0.2in]
Appalachian State University \\[0.2in]
Submitted to the Department of Mathematical Sciences \\
in partial fulfillment of the requirements for the degree of \\[0.2in]
Bachelor of Science\\[0.2in] 
\dateofthesis \vfill 
\end{center}

Approved by: \\

\begin{flushright}
\rule{5.1in}{0.02cm}\\
\thesisdirector, Ph.D., Thesis Director\\[0.5in]
\rule{5.1in}{0.02cm}\\
\secondreader, Ph.D., Second Reader\\[0.5in]
\rule{5.1in}{0.02cm}\\
William J. Cook, Ph.D., Honors Director, Department of Mathematical Sciences\\[0.5in]
\rule{5.1in}{0.02cm}\\
Eric S. Marland, Ph.D., Chair, Department of Mathematical Sciences
\end{flushright}


\end{document}
\end

