diff options
Diffstat (limited to 'presentation/p.tex')
-rw-r--r-- | presentation/p.tex | 21 |
1 files changed, 10 insertions, 11 deletions
diff --git a/presentation/p.tex b/presentation/p.tex index fbfdfdd..881f40b 100644 --- a/presentation/p.tex +++ b/presentation/p.tex @@ -1,4 +1,4 @@ -% Public Domain. No Rights Reserved. See +% public domain. no rights reserved. see % https://creativecommons.org/publicdomain/zero/1.0/ \documentclass[14pt]{beamer} @@ -7,7 +7,7 @@ \usecolortheme{dove} \title{combox} -\author{Siddharth Ravikumar} +\author{siddharth ravikumar} \institute{0x00B252AF} \date{April 20, 2016} @@ -17,32 +17,31 @@ \titlepage \end{frame} -% Ack +% ack \include{sections/ack} \begin{frame} - \frametitle{(cons 'combox 'presentation)} \tableofcontents \end{frame} -% Section 1 - Introduction +% section 1 - introduction \include{sections/1-introduction} -% Section 2 - Problem +% section 2 - problem \include{sections/2-problem} -% Section 3 - Proposed Solution +% section 3 - proposed solution \include{sections/3-psolution} -% Section 4 - Benchmarks +% section 4 - benchmarks \include{sections/4-benchmarks} -% Section 5 - Testing +% section 5 - testing \include{sections/5-testing} -% Section 6 - Conclusion +% section 6 - conclusion \include{sections/6-conclusion} -% Standard Legal Verbiage. +% standard legal verbiage. \include{sections/legal} \end{document} |