bachelor-short.tex 935 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. \documentclass[hyperref={pdfpagelabels=false},usepdftitle=false]{beamer}
  2. \usepackage{../templates/myStyle}
  3. \begin{document}
  4. \selectlanguage{english}
  5. \title{\titleText}
  6. \subtitle{Bachelor's thesis of Martin Thoma}
  7. \author{\tutor}
  8. \date{5th of June, 2014}
  9. %\subject{Programmieren}
  10. \frame{\titlepage}
  11. \frame{
  12. \frametitle{Contents}
  13. \setcounter{tocdepth}{1}
  14. \tableofcontents
  15. \setcounter{tocdepth}{2}
  16. }
  17. %\AtBeginSection[]{
  18. % \InsertToC[sections={\thesection}] % shows only subsubsections of one subsection
  19. %}
  20. \section{What is my Bachelor's thesis about?}
  21. \input{introduction}
  22. \section{write-math.com}
  23. \input{write-math}
  24. \section{Preprocessing and Features}
  25. \input{preprocessing}
  26. \input{features}
  27. \section{Neural Nets}
  28. \input{neural-nets}
  29. \section{What will I do next?}
  30. \input{will-do}
  31. \section*{End}
  32. \subsection{End}
  33. \input{sources}
  34. \framedgraphic{Thanks for Your Attention!}{../images/xi.png}
  35. \end{document}