|
|
|
@ -1,11 +1,13 @@
|
|
|
|
|
\documentclass{latexkurs}
|
|
|
|
|
\subtitle{Setzen Mathematischer Formeln}
|
|
|
|
|
\date{2015-11-30}
|
|
|
|
|
\date{\dateFourthLecture}
|
|
|
|
|
|
|
|
|
|
\begin{document}
|
|
|
|
|
|
|
|
|
|
\maketitle
|
|
|
|
|
|
|
|
|
|
\begin{frame}
|
|
|
|
|
\frametitle{Ziele dieses Abschnitts (oder: Wozu \TeX\ geschaffen wurde)}
|
|
|
|
|
\frametitle{Ziele dieses Abschnitts}
|
|
|
|
|
|
|
|
|
|
\onslide<+->
|
|
|
|
|
|
|
|
|
@ -73,7 +75,7 @@
|
|
|
|
|
\onslide<+->
|
|
|
|
|
|
|
|
|
|
\begin{block}{Einige Formelelemente}
|
|
|
|
|
\begin{itemize}[<+->]
|
|
|
|
|
\begin{itemize}
|
|
|
|
|
\item Buchstaben, dargestellt als \textit{jeweils ein} Symbol, $xyz$,
|
|
|
|
|
\item Zahlen: $123$,
|
|
|
|
|
\item griechische Buchstaben $\gamma, \varepsilon, \xi, \ldots$ und
|
|
|
|
@ -114,6 +116,8 @@ ist eine abgesetzte Formel.
|
|
|
|
|
|
|
|
|
|
\end{Beispiel}
|
|
|
|
|
|
|
|
|
|
\vspace*{-3\baselineskip} % this is a bug in the current layout
|
|
|
|
|
|
|
|
|
|
\end{frame}
|
|
|
|
|
|
|
|
|
|
\begin{frame}[fragile]
|
|
|
|
@ -388,8 +392,6 @@ lim_{n\to\infty} \frac{1}{n} = 0 \quad
|
|
|
|
|
\{\, n \in \mathbb N \mid n \ge \pi \,\}
|
|
|
|
|
\end{equation*}
|
|
|
|
|
|
|
|
|
|
\onslide<+->
|
|
|
|
|
|
|
|
|
|
Ein einfacher Strich | reicht nicht aus!
|
|
|
|
|
\begin{equation*}
|
|
|
|
|
\{\, n \in \mathbb N | n \ge \pi \,\}
|
|
|
|
|