2
0
Fork 0
mirror of https://github.com/MartinThoma/LaTeX-examples.git synced 2025-04-19 11:38:05 +02:00

added content

This commit is contained in:
Martin Thoma 2012-11-21 11:47:49 +01:00
parent 27dd4737f2
commit e036aeb243
5 changed files with 37 additions and 19 deletions

2
.gitignore vendored
View file

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

View file

@ -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

View file

@ -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}

View file

@ -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{Einleitung}
\input{Einleitung}
\section{Hauptteil}
\input{Hauptteil}
\section{Abschluss}
\input{Abschluss}
\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}
\framedgraphic{Vielen Dank für eure Aufmerksamkeit!}{../images/Teach-yourself-C++-in-21-days.png}
\end{document}