Bachelor-Final-Presentation.tex 912 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. \documentclass[hyperref={pdfpagelabels=false},usepdftitle=false]{beamer}
  2. \usepackage{/home/moose/Downloads/LaTeX-examples/presentations/Bachelor-Final-Presentation/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{Preprocessing and Features}
  23. \input{preprocessing}
  24. \input{features}
  25. \section{Evaluation}
  26. \input{evaluation}
  27. \section*{End}
  28. \subsection{End}
  29. \input{end}
  30. \framedgraphic{Thanks for Your Attention!}{../images/xi.png}
  31. \end{document}