blob: fbfdfddc666c004167228a75fb34af82f4e8c66a (
plain) (
tree)
|
|
% Public Domain. No Rights Reserved. See
% https://creativecommons.org/publicdomain/zero/1.0/
\documentclass[14pt]{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}
% Ack
\include{sections/ack}
\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 - Proposed Solution
\include{sections/3-psolution}
% Section 4 - Benchmarks
\include{sections/4-benchmarks}
% Section 5 - Testing
\include{sections/5-testing}
% Section 6 - Conclusion
\include{sections/6-conclusion}
% Standard Legal Verbiage.
\include{sections/legal}
\end{document}
|