Short thesis recap presentation
\documentclass{beamer}
%
% Choose how your presentation looks.
%
% For more themes, color themes and font themes, see:
% http://deic.uab.es/~iblanes/beamer_gallery/index_by_theme.html
%
\mode<presentation>
{
\usetheme{Frankfurt} % or try Darmstadt, Madrid, Warsaw, ...
\usecolortheme{crane} % or try albatross, beaver, crane, ...
\usefonttheme{default} % or try serif, structurebold, ...
\setbeamertemplate{navigation symbols}{}
\setbeamertemplate{caption}[numbered]
}
\usepackage[english]{babel}
\usepackage[utf8x]{inputenc}
\title[Your Short Title]{Thesis Recap}
\author{Mariah Efurd}
\institute{Mary Baldwin College}
\date{January 20, 2016}
\begin{document}
\begin{frame}
\titlepage
\end{frame}
% Uncomment these lines for an automatically generated outline.
%\begin{frame}{Outline}
% \tableofcontents
%\end{frame}
\section{Thesis Presentation}
\begin{frame}{Overview}
\begin{itemize}
\item Over the break the stocks have not fluctuated much.
\item Currently looking into more equations to use.
\item Explanation of current equations
\end{itemize}
\vskip 1cm
\end{frame}
\section{Mariah Efurd}
\subsection{Stocks}
\begin{frame}{Stocks}
\begin{itemize}
\item Stocks Timeframe 10 years ago, in different intervals up to a Timeframe of 7 days.
\end{itemize}
% Commands to include a figure:
%\begin{figure}
%\includegraphics[width=\textwidth]{your-figure's-file-name}
%\caption{\label{fig:your-figure}Caption goes here.}
%\end{figure}
\end{frame}
\subsection{Currently}
\begin{frame}{Currently}
\begin{itemize}
\item Benjamin Graham Formula
\item \begin{equation}
V^{*}=ESP (8.5+2g)
\end{equation}
\item \begin{equation}
v^{*}= \frac{ESP(8.5+2g)4.4}{Y}
\end{equation}
\item Black Scholes Equation
\end{itemize}
\end{frame}
\subsection{Equations}
\begin{frame}{Equations}
\begin{itemize}
\item Least Squares
\item Linear Regression
\item Fourier Series
\end{itemize}
\end{frame}
\subsection{Questions?}
\begin{frame}{Any Questions?}
\begin{itemize}
\item Are there any questions?
\item Have a great week!
\end{itemize}
\end{frame}
\end{document}