\documentclass[hyperref={pdfpagelabels=false},usepdftitle=false]{beamer} \usepackage{/home/moose/Downloads/LaTeX-examples/presentations/Bachelor-Final-Presentation/templates/myStyle} \begin{document} \selectlanguage{english} \title{\titleText} \subtitle{Bachelor's thesis of Martin Thoma} \author{\tutor} \date{5th of June, 2014} %\subject{Programmieren} \frame{\titlepage} \frame{ \frametitle{Contents} \setcounter{tocdepth}{1} \tableofcontents \setcounter{tocdepth}{2} } %\AtBeginSection[]{ % \InsertToC[sections={\thesection}] % shows only subsubsections of one subsection %} \section{What is my Bachelor's thesis about?} \input{introduction} \section{Preprocessing and Features} \input{preprocessing} \input{features} \section{Evaluation} \input{evaluation} \section*{End} \subsection{End} \input{end} \framedgraphic{Thanks for Your Attention!}{../images/xi.png} \end{document}