Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download

📚 The CoCalc Library - books, templates and other resources

132948 views
License: OTHER
1
\documentclass[hyperref={pdfpagelabels=false},usepdftitle=false]{beamer}
2
\usepackage{../templates/myStyle}
3
4
\begin{document}
5
6
\title{\titleText}
7
\subtitle{}
8
\author{\tutor}
9
\date{25. Februar 2014}
10
\subject{Proseminar Informatik}
11
12
\frame{\titlepage}
13
14
%\frame{
15
% \frametitle{Inhalte}
16
% \setcounter{tocdepth}{1}
17
% \tableofcontents
18
% \setcounter{tocdepth}{2}
19
%}
20
21
\section{Szenario}
22
\input{Szenario}
23
24
\section{Überblick}
25
\input{Ueberblick}
26
27
\section{Vokabular}
28
\input{Vokabular}
29
30
\section{Sprungtypen}
31
\input{Sprungtypen}
32
33
\section{Evaluation}
34
\input{Analyse}
35
36
\section{Zusammenfassung}
37
\input{Zusammenfassung}
38
39
\section{Ende}
40
\input{Ende}
41
42
\end{document}
43
44