\documentclass{article} \newcommand{\HRule}{\rule{\linewidth}{0.5mm}} \begin{document} \begin{titlepage} \begin{center} %----- Title Page -----% \textsc{\LARGE Sonoma State University}\\[1.5cm] \textsc{\Large Department of Engineering Science}\\[0.5cm] \HRule \\[0.4cm] { \huge \bfseries Project Name Here \\[0.4cm] } \HRule \\[1.5cm] % Author and supervisor \noindent \begin{minipage}{0.5\textwidth} \begin{flushleft} \large \emph{Author:}\\ Your Name Here \end{flushleft} \end{minipage}% \begin{minipage}{0.4\textwidth} \begin{flushright} \large \emph{Project Advisor:} \\ Advisor Name Here \end{flushright} \end{minipage} \vspace{40 mm} \Large \textsc{Submitted to the Department of Engineering Science in partial fulfillment of the requirements for the degree of:}\\ \vspace{15 mm} \textsc{Bachelor of Science in Electrical Engineering} \vfill \end{center} \end{titlepage} \section*{Abstract} Blah Blah blah \section*{Acknowledgments} I would like to thank the following people... \newpage \tableofcontents \newpage \listoffigures \newpage \listoftables \newpage %start chapters and sections here \section{Intro} this is the introduction\\ example of citation \cite{name of entry:1}: \newpage \bibliography{name of bib file} \bibliographystyle{ieeetr} \end{document}