Jelajahi Sumber

added content

Martin Thoma 13 tahun lalu
induk
melakukan
e036aeb243

+ 2 - 0
.gitignore

@@ -32,3 +32,5 @@
 documents/Analysis I/*.pdf
 documents/Analysis II/*.pdf
 cheat-sheets/analysis/*.pdf
+presentations/Tutorenschlung/templates/*
+presentations/Tutorenschlung/logos/*.eps

+ 3 - 2
presentations/Tutorenschlung/README.md

@@ -5,8 +5,9 @@ Lehre".
 
 KIT-Style
 ---------
-If you want the KIT-Style, you have to add those files to the 
-"templates" folder:
+I am not allowed to add the KIT-Style files to this public repository.
+So if you want the KIT-Style, you have to add those files by
+yourself to the "templates" folder:
  * beamercolorthemekit.sty
  * beamerthemekit.sty
  * example.bib

+ 18 - 3
presentations/Tutorenschlung/presentation/Einleitung.tex

@@ -1,5 +1,20 @@
 % Martins Content
-\subsection{Name of subsection}
-\begin{frame}{your title}
-Your content
+\subsection{Einleitung - Wie beginnen?}
+\begin{frame}{Einleitung - Wie beginnen?}
+    \begin{itemize}[<+->]
+        \item Allgemeiner Vorspann
+        \item Einstieg ins Thema
+        \item Dient als Anwärmphase: Zuhörer \dots
+           \begin{itemize}[<+->]
+            \item \dots schließen vorangegangene Gedanken ab
+            \item \dots stellen sich auf das Thema ein
+            \item \dots schalten auf "`Empfang"'
+           \end{itemize}
+    \end{itemize}
+
+    \pause[\thebeamerpauses]
+    \begin{alertblock}{Wichtig}
+        Der Einstieg muss zum Thema, der Redesituation und zu dir
+        passen!
+    \end{alertblock}
 \end{frame}

TEMPAT SAMPAH
presentations/Tutorenschlung/presentation/presentation.pdf


+ 14 - 14
presentations/Tutorenschlung/presentation/presentation.tex

@@ -22,9 +22,7 @@
 \usepackage{xcolor}
 \usepackage{../templates/myStyle}
 
-\newcommand\tutor{Martin Thoma}
-\newcommand\tutNR{10}
-\newcommand\titleText{Programmieren-Tutorium Nr. \tutNR{} bei \tutor}
+\newcommand\titleText{Präsentationstechniken - Aufbau und Gliederung}
 \institute{Fakultät für Informatik}
 
 \hypersetup{pdftitle={\titleText}}
@@ -38,8 +36,8 @@
 
 \begin{document}
 \title{\titleText}
-\subtitle{TODO: Subtitle setzen!}
-\author{\tutor}
+\subtitle{Tutorenprogramm - Start in die Lehre}
+\author{Martin Thoma}
 \date{\today}
 \subject{Programmieren}
 
@@ -52,17 +50,19 @@
     \setcounter{tocdepth}{2}
 }
 
-%\AtBeginSection[]{
-%    \InsertToC[sections={\thesection}]  % shows only subsubsections of one subsection
-%}
+\section{Aufbau und Gliederung}
+\input{Aufbau}
 
-\section{Abspann}
-\subsection{Name of subsection}
-\begin{frame}{your title}
-Your content
-% \inputminted[linenos=false, numbersep=5pt, tabsize=4, fontsize=\small, label=Baby.java, frame=lines, firstline=5, lastline=6]{java}{singleLines.java}
-\end{frame}
+\section{Einleitung}
+\input{Einleitung}
+
+\section{Hauptteil}
+\input{Hauptteil}
 
+\section{Abschluss}
+\input{Abschluss}
+
+\section{Abspann}
 \framedgraphic{Vielen Dank für eure Aufmerksamkeit!}{../images/Teach-yourself-C++-in-21-days.png}
 
 \end{document}