TikZ-Vortrag aktualisiert

Signed-off-by: Daniel Borchmann <daniel@algebra20.de>
This commit is contained in:
Daniel - 2016-12-03 17:38:50 +01:00
parent 78658df9cb
commit 328f1794c3
Signed by: dbo
GPG Key ID: 455E361001FF778F
1 changed files with 20 additions and 19 deletions

View File

@ -1,12 +1,13 @@
\documentclass{latexkurs}
\subtitle{Grafiken erstellen mit \LaTeX{}}
\date{2015-12-14}
\date{\dateSeventhLecture}
\def\TikZ{Ti\emph{k}Z}
%%%%%%
\begin{document}
\maketitle
\begin{frame}
\frametitle{Grafiken erstellen in \LaTeX}
@ -115,14 +116,13 @@ Kann zum Beispiel in \texttt{figure} Umgebung eingebettet werden.
\begin{tikzpicture}
CODE
\end{tikzpicture}
\caption{some caption}
\label{fig:someref}
\caption{\label{fig:someref} some caption}
\end{figure}
\end{lstlisting}
\end{frame}
\begin{frame}[fragile]
\frametitle{Let's draw some lines.}
\frametitle{Ein paar Linien …}
\centering
@ -180,7 +180,7 @@ Kann zum Beispiel in \texttt{figure} Umgebung eingebettet werden.
\begin{frame}[fragile,t]
\frametitle{Even more lines.}
\frametitle{Noch mehr Linien …}
\pause
@ -239,7 +239,7 @@ Kann zum Beispiel in \texttt{figure} Umgebung eingebettet werden.
\end{frame}
\begin{frame}[fragile]
\frametitle{Let's get curvy}
\frametitle{Jetzt wird's kurvig!}
\pause
@ -361,7 +361,7 @@ Kann zum Beispiel in \texttt{figure} Umgebung eingebettet werden.
\begin{frame}[fragile]
\frametitle{for many times}
\frametitle{Wiederholungen}
\pause
@ -687,7 +687,7 @@ Kann zum Beispiel in \texttt{figure} Umgebung eingebettet werden.
\end{columns}
\end{frame}
\mode<handout>
\section{Ein Tutorial}
@ -740,7 +740,7 @@ Kann zum Beispiel in \texttt{figure} Umgebung eingebettet werden.
\onslide<+->
\begin{center}
\scalebox{0.6}[0.6]{
\scalebox{0.5}{
\begin{tikzpicture}
\coordinate (O) at (0,0); \draw[->] (-0.3,0) -- (8,0) coordinate[label =
{below:$x$}] (xmax); \draw[->] (0,-0.3) -- (0,5) coordinate[label =
@ -762,7 +762,7 @@ Kann zum Beispiel in \texttt{figure} Umgebung eingebettet werden.
\begin{frame}[t,fragile]
\begin{center}
\scalebox{0.6}[0.6]{
\scalebox{0.5}{
\begin{tikzpicture}
\coordinate (O) at (0,0);
\draw[->] (-0.3,0) -- (8,0) coordinate[label = {below:$x$}] (xmax);
@ -787,7 +787,7 @@ Kann zum Beispiel in \texttt{figure} Umgebung eingebettet werden.
\onslide<+->
\begin{center}
\scalebox{0.6}[0.6]{
\scalebox{0.5}{
\begin{tikzpicture}
\coordinate (O) at (0,0);
\draw[->] (-0.3,0) -- (8,0) coordinate[label = {below:$x$}] (xmax);
@ -822,7 +822,7 @@ Kann zum Beispiel in \texttt{figure} Umgebung eingebettet werden.
\begin{frame}[t,fragile]
\begin{center}
\scalebox{0.6}[0.6]{
\scalebox{0.5}{
\begin{tikzpicture}
\coordinate (O) at (0,0);
\draw[->] (-0.3,0) -- (8,0) coordinate[label = {below:$x$}] (xmax);
@ -858,7 +858,7 @@ Kann zum Beispiel in \texttt{figure} Umgebung eingebettet werden.
\onslide<+->
\begin{center}
\scalebox{0.6}[0.6]{
\scalebox{0.5}{
\begin{tikzpicture}
\coordinate (O) at (0,0);
\draw[->] (-0.3,0) -- (8,0) coordinate[label = {below:$x$}] (xmax);
@ -892,7 +892,7 @@ Kann zum Beispiel in \texttt{figure} Umgebung eingebettet werden.
\begin{frame}[t,fragile]
\begin{center}
\scalebox{0.6}[0.6]{
\scalebox{0.5}{
\begin{tikzpicture}
\coordinate (O) at (0,0);
\draw[->] (-0.3,0) -- (8,0) coordinate[label = {below:$x$}] (xmax);
@ -927,7 +927,7 @@ Kann zum Beispiel in \texttt{figure} Umgebung eingebettet werden.
\begin{frame}[t,fragile]
\begin{center}
\scalebox{0.6}[0.6]{
\scalebox{0.5}{
\begin{tikzpicture}
\coordinate (O) at (0,0);
\draw[->] (-0.3,0) -- (8,0) coordinate[label = {below:$x$}] (xmax);
@ -966,7 +966,7 @@ Kann zum Beispiel in \texttt{figure} Umgebung eingebettet werden.
\begin{frame}[t,fragile]
\begin{center}
\scalebox{0.6}[0.6]{
\scalebox{0.5}{
\begin{tikzpicture}
\coordinate (O) at (0,0);
\draw[->] (-0.3,0) -- (8,0) coordinate[label = {below:$x$}] (xmax);
@ -1011,7 +1011,7 @@ Kann zum Beispiel in \texttt{figure} Umgebung eingebettet werden.
\begin{frame}[t,fragile]
\begin{center}
\scalebox{0.6}[0.6]{
\scalebox{0.5}{
\begin{tikzpicture}[
thick,
>=stealth',
@ -1064,6 +1064,7 @@ Kann zum Beispiel in \texttt{figure} Umgebung eingebettet werden.
$\dots$
\end{lstlisting}
\end{frame}
\end{document}
%%% Local Variables: