Skip to content

Commit

Permalink
Updated 1. Tut
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Niklaus committed Oct 25, 2012
1 parent 46cdd9e commit a4681fe
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 5 deletions.
23 changes: 20 additions & 3 deletions 1/tut 1.tex
Expand Up @@ -9,6 +9,15 @@
\usecolortheme{dove} \usecolortheme{dove}
\graphicspath{{images/}{../comics/}} \graphicspath{{images/}{../comics/}}
\newcommand{\hiddencell}[2]{\action<#1->{#2}} \newcommand{\hiddencell}[2]{\action<#1->{#2}}
\AtBeginSection[]
{
\begin{frame}[plain]
\frametitle{}
{\footnotesize
\tableofcontents[currentsection]
}
\end{frame}
}


\title{Grundbegriffe der Informatik} \title{Grundbegriffe der Informatik}
\author{Patrick Niklaus} \author{Patrick Niklaus}
Expand All @@ -27,7 +36,7 @@
\section{Vorstellung} \section{Vorstellung}
\begin{frame}[plain] \begin{frame}[plain]
\begin{figure} \begin{figure}
\begin{center} \pause \begin{center}
\includegraphics[width=250pt]{sap} \includegraphics[width=250pt]{sap}
\end{center} \end{center}
\end{figure} \end{figure}
Expand Down Expand Up @@ -98,7 +107,7 @@ \section{Organisatorisches}
\begin{block}{Was ihr von mir erwarten könnt:} \begin{block}{Was ihr von mir erwarten könnt:}
\begin{itemize} \begin{itemize}
\item Übungsblatt-Rückgabe im jeweils nächsten Tut.* \item Übungsblatt-Rückgabe im jeweils nächsten Tut.*
\item Beantworten von Fragen per Mail. {\small \emph{patrick.niklaus@student.kit.edu}} \item Beantworten von Fragen per Mail (oder eben direkt hier). {\small \emph{patrick.niklaus@student.kit.edu}}
\end{itemize} \end{itemize}
\end{block} \end{block}
\begin{block}{Was ich von euch erwarte:} \begin{block}{Was ich von euch erwarte:}
Expand All @@ -113,7 +122,7 @@ \section{Organisatorisches}


\section{Motivation} \section{Motivation}
\begin{frame} \begin{frame}
\frametitle{Dont't Panic} \frametitle{Don't Panic}
\begin{block}{Überlastung} \begin{block}{Überlastung}
\begin{itemize} \begin{itemize}
\item Lerngruppen bilden. \item Lerngruppen bilden.
Expand Down Expand Up @@ -155,6 +164,14 @@ \subsection{Zusammenfassung}
\item \emph{Vollständige Induktion}: Anfang, Voraussetzung, Schritt \item \emph{Vollständige Induktion}: Anfang, Voraussetzung, Schritt
\end{enumerate} \end{enumerate}
\end{frame} \end{frame}
\begin{frame}
\frametitle{Das nächste Übungsblatt}
\begin{enumerate}
\item \emph{Vollständige Induktion}
\item Aussagenlogik, Quantoren
\item Rekrusive Definitionen
\end{enumerate}
\end{frame}


\subsection{xkcd} \subsection{xkcd}
\begin{frame}[plain] \begin{frame}[plain]
Expand Down
4 changes: 2 additions & 2 deletions sections/logik.tex
@@ -1,7 +1,7 @@
\section{Logik} \section{Logik}
\subsection{Operatoren} \subsection{Verknüpfungen}
\begin{frame} \begin{frame}
\frametitle{Primitive Operatoren} \frametitle{Logische Verknüpfungen}
\begin{definition} \begin{definition}
Seien A und B \emph{Aussagen}. w: Wahr, f: Falsch Seien A und B \emph{Aussagen}. w: Wahr, f: Falsch


Expand Down

0 comments on commit a4681fe

Please sign in to comment.