summaryrefslogblamecommitdiffstats
path: root/presentation/p.tex
blob: 1dca9f4f0107e304d79a72920f57cf0ab59a3434 (plain) (tree)
1
2
3
4
5
6
7
8
9
                                        

                                                    
                            




                       
                            








                      
     

                      
             


                  
                          
                                 
 
                     
                            
 
                               
                              
 
 
                     
                            
 
                        
                               
 


                       
                          
                        
              
% 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}
  \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 5 - testing
\include{sections/5-testing}

% section 6 - conclusion
\include{sections/6-conclusion}

% pre-recorded demo
\include{sections/demo}

% standard legal verbiage.
\include{sections/legal}
\end{document}