blob: c538b909946bc5bc04d72f75b57fc24c51441c5c (
plain) (
tree)
|
|
\documentclass[17pt]{beamer}
\useinnertheme{default}
\useoutertheme{default}
\usecolortheme{dove}
\title{combox}
\author{Siddharth Ravikumar}
\institute{0x00B252AF}
\date{April 20, 2016}
\begin{document}
\begin{frame}
\titlepage
\end{frame}
\begin{frame}
\frametitle{(cons 'combox 'presentation)}
\tableofcontents
\end{frame}
% Section 1 - Introduction
\include{sections/1-introduction}
% Section 2 - Problem
\include{sections/2-problem}
% Section 3 - Benchmarks
\include{sections/3-benchmarks}
% Section 4 - Proposed Solution
\include{sections/4-psolution}
% Section 5 - Testing
\include{sections/5-testing}
% Section 6 - Conclusion
\include{sections/5-conclusion}
% Standard Legal Verbiage.
\include{sections/legal}
\end{document}
|