diff options
author | Siddharth Ravikumar <sravik@bgsu.edu> | 2016-03-28 23:24:30 +0000 |
---|---|---|
committer | Siddharth Ravikumar <sravik@bgsu.edu> | 2016-03-28 23:24:30 +0000 |
commit | 2075da4873d0a16383a7d2376d0838012671017a (patch) | |
tree | 103a6a58aba410e3d17f2f7a65c9d47468527c7e /presentation | |
parent | 507134c6629e277e55e9da2cd6a41c136d9951c8 (diff) |
Update presentation/p.tex
Diffstat (limited to 'presentation')
-rw-r--r-- | presentation/p.tex | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/presentation/p.tex b/presentation/p.tex index 0c4b814..fbfdfdd 100644 --- a/presentation/p.tex +++ b/presentation/p.tex @@ -1,7 +1,7 @@ % Public Domain. No Rights Reserved. See % https://creativecommons.org/publicdomain/zero/1.0/ -\documentclass[17pt]{beamer} +\documentclass[14pt]{beamer} \useinnertheme{default} \useoutertheme{default} \usecolortheme{dove} @@ -17,6 +17,9 @@ \titlepage \end{frame} +% Ack +\include{sections/ack} + \begin{frame} \frametitle{(cons 'combox 'presentation)} \tableofcontents @@ -28,17 +31,17 @@ % Section 2 - Problem \include{sections/2-problem} -% Section 3 - Benchmarks -\include{sections/3-benchmarks} +% Section 3 - Proposed Solution +\include{sections/3-psolution} -% Section 4 - Proposed Solution -\include{sections/4-psolution} +% Section 4 - Benchmarks +\include{sections/4-benchmarks} % Section 5 - Testing \include{sections/5-testing} % Section 6 - Conclusion -\include{sections/5-conclusion} +\include{sections/6-conclusion} % Standard Legal Verbiage. \include{sections/legal} |