Simon's Rock Thesis Template
Author
Jonathan Gabor
Last Updated
há 5 anos
License
Creative Commons CC BY 4.0
Abstract
A template to be used for senior theses at Bard College at Simon's Rock.
A template to be used for senior theses at Bard College at Simon's Rock.
\documentclass[twoside]{report}
\usepackage{graphicx}
\usepackage{geometry}
\usepackage{setspace}
\geometry{left=1.5in, right=1in, top=1in, bottom=1in}
\doublespacing
\begin{document}
\pagenumbering{roman}
\thispagestyle{empty}
\begin{center}
Thesis Title
by
Jonathan Gabor
\vfill{}
A Thesis submitted to the Faculty
in partial fulfillment of the requirements for the
BACHELOR OF ARTS
\vfill
\end{center}
\begin{singlespace}
Accepted \\ \\
\rule{2in}{0.4pt}
Dr. Marina Barsky, Thesis Advisor \\ \\
\rule{2in}{0.4pt}
Dr. Tim Susse, Second Reader \\ \\
\rule{2in}{0.4pt}
Dr. Ian Bickford, Provost and Vice President
\end{singlespace}
\begin{center}
Bard College at Simon's Rock
Great Barrington, Massachusetts
(May, 2020)
\end{center}
\chapter*{Acknowledgements}
I would like to acknowledge
\tableofcontents
\listoffigures
\listoftables
\chapter*{Abstract}
Insert abstract here.
\chapter{Introduction}
\pagenumbering{arabic}
Here is an introduction. You should replace it with your introduction.
\chapter{Research}
Here is another chapter. Feel free to add more chapters if you need to.
\section{DC3}
Did you know that the DC3 algorithm can construct suffix arrays in linear time?\cite{Kark:2006}
\subsection{Subsection title}
Here is a subsection.
\subsection{Another subsection}
There are more words here.
\begin{figure}[h]
\centering
\includegraphics[width=1\textwidth]{sun}
\caption{A picture of the sun}
\label{image-sun}
\end{figure}
\bibliographystyle{plain}
\bibliography{main}
\end{document}