bachelor-short.tex 820 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  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{What did I do so far?}
  23. \input{work-done}
  24. \section{What will I do next?}
  25. \input{will-do}
  26. \section{End}
  27. \subsection{End}
  28. \input{sources}
  29. \framedgraphic{Thanks for Your Attention!}{../images/xi.png}
  30. \end{document}