Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download

πŸ“š The CoCalc Library - books, templates and other resources

132934 views
License: OTHER
1
\documentclass[hyperref={pdfpagelabels=false},usepdftitle=false]{beamer}
2
\usepackage{/home/moose/GitHub/LaTeX-examples/presentations/Gute-Frage-Schluesselqualifikation/templates/myStyle}
3
4
\begin{document}
5
\selectlanguage{ngerman}
6
7
\title{\titleText}
8
\subtitle{Pretest zur Umfrage \enquote{Textsetzung mathematischer Formeln} von Martin Thoma}
9
\author{\tutor}
10
\date{10. Januar 2015}
11
%\subject{Programmieren}
12
13
\frame{\titlepage}
14
15
\frame{
16
\frametitle{Inhaltsverzeichnis}
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{Forschungsfragen}
27
\input{Forschungsfragen}
28
29
\section{Umfrageergebnisse}
30
\input{Umfrageergebnisse}
31
32
\section{Erkentnisse}
33
\input{Verbesserungsmoeglichkeiten}
34
35
\section*{Ende}
36
\subsection{Ende}
37
\input{end}
38
\framedgraphic{Vielen Dank fΓΌr eure Aufmerksamkeit}{../images/study.png}
39
40
\end{document}
41
42