blob: 0c4b8148bf07eeff1b05b2bf8f0bb7a88945a001 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
|
% Public Domain. No Rights Reserved. See
% https://creativecommons.org/publicdomain/zero/1.0/
\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}
|