diff --git a/lectures/lecture-06-TiKZ.tex b/lectures/lecture-06-TiKZ.tex index 718093e..78c69a1 100644 --- a/lectures/lecture-06-TiKZ.tex +++ b/lectures/lecture-06-TiKZ.tex @@ -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 \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: