diff --git a/workshops/latex/latex.tex b/workshops/latex/latex.tex
index c9765ee18e07236e0ee1e83cc898078cccec2a1f..37cc1e21877023e1fc9c07091194a0b993143849 100644
--- a/workshops/latex/latex.tex
+++ b/workshops/latex/latex.tex
@@ -540,20 +540,23 @@
   \end{itemize}
 \end{frame}
 
-\begin{frame}[fragile]{Floats}
+\begin{frame}[fragile]{Abbildungen mit \glqq{}Floats\grqq{}}
   \begin{columns}
     \begin{column}{0.45\textwidth}
-      \structure{Floats} für Bilder, Tabellen, ... \emph{im Text} \\[8pt]
+      \highlightBlu{figure} \& \highlightBlu{table} \emph{Umgebungen} für
+      Bilder und Tabellen:\vspace{14pt}
       \begin{itemize}
           \small
-        \item Umgebungen \highlightBlu{table} \& \highlightBlu{figure} \\[8pt]
-        \item \highlightRed{\textbackslash{}centering} \\[8pt]
-        \item \highlightRed{\textbackslash{}caption}\verb+{Text}+ \\[8pt]
-        \item \highlightRed{\textbackslash{}includegraphics}\verb+{}+ \&
-          \highlightBlu{tabular} zusätzlich \\[5pt]
-          \scriptsize
-          \emph{{\ttfamily\color{RoyalBlue}table} \& 
-          {\ttfamily\color{RoyalBlue}figure} Umgebungen sind initial leer!}
+        \item Mit \highlightRed{\textbackslash{}includegraphics} bzw.
+        \highlightBlu{tabular} für Inhalt
+          \scriptsize\\
+(\emph{{\ttfamily\color{RoyalBlue}table} \& 
+    {\ttfamily\color{RoyalBlue}figure} sind initial leer!})
+\normalsize
+\\[12pt]
+        \item \highlightRed{\textbackslash{}centering} für zentrierten Inhalt \\[12pt]
+        \item \highlightRed{\textbackslash{}caption}\verb+{Text}+ für Beschriftung und Verweise\\[12pt]
+
         % TODO Bild von float machen!
       \end{itemize}
     \end{column}