Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download

📚 The CoCalc Library - books, templates and other resources

132932 views
License: OTHER
1
\documentclass[hyperref={pdfpagelabels=false},usepdftitle=false]{beamer}
2
\usepackage{/home/moose/Downloads/LaTeX-examples/presentations/Bachelor-Final-Presentation/templates/myStyle}
3
4
\begin{document}
5
\selectlanguage{english}
6
7
\title{\titleText}
8
\subtitle{Bachelor's thesis of Martin Thoma}
9
\author{\tutor}
10
\date{5th of June, 2014}
11
%\subject{Programmieren}
12
13
\frame{\titlepage}
14
15
\frame{
16
\frametitle{Contents}
17
\setcounter{tocdepth}{1}
18
\tableofcontents
19
\setcounter{tocdepth}{2}
20
}
21
22
%\AtBeginSection[]{
23
% \InsertToC[sections={\thesection}] % shows only subsubsections of one subsection
24
%}
25
26
\section{What is my Bachelor's thesis about?}
27
\input{introduction}
28
29
\section{Preprocessing and Features}
30
\input{preprocessing}
31
\input{features}
32
33
\section{Evaluation}
34
\input{evaluation}
35
36
\section*{End}
37
\subsection{End}
38
\input{end}
39
\framedgraphic{Thanks for Your Attention!}{../images/xi.png}
40
41
\end{document}
42
43