diff --git a/workshops/latex/examples/includegraphics.tex b/workshops/latex/examples/includegraphics.tex
index a83ce4906ec6abd51fc72c16c2bbf158dc993966..55088f1f4f3302c8cf0dcd681c0559d6c8924a7e 100644
--- a/workshops/latex/examples/includegraphics.tex
+++ b/workshops/latex/examples/includegraphics.tex
@@ -1 +1 @@
-\includegraphics[width=5cm]{doge.jpg}
+\includegraphics[width=5cm]{doge.png}
diff --git a/workshops/latex/latex.tex b/workshops/latex/latex.tex
index f07467a25252aaf028c72ac0b2725d094bebb942..58ea727fd27803cef30ccab1e4959c2c6ebfe8c8 100644
--- a/workshops/latex/latex.tex
+++ b/workshops/latex/latex.tex
@@ -382,8 +382,8 @@
 \begin{frame}[fragile]{Mathematik}
   \structure{Umgebungen:}
   \begin{itemize}
-    \item \highlightBlu{equation}: Vom Text abgesetzte Gleichung
-    \item \highlightBlu{align}: Wie \highlightBlu{equation}, nur dass man an \highlightRed{\&}
+    \item \highlightBlu{equation}{\bfseries:} Vom Text abgesetzte Gleichung
+    \item \highlightBlu{align}{\bfseries:} Wie \highlightBlu{equation}, nur dass man an \highlightRed{\&}
       \glqq tabben\grqq\ kann
     \item Wie bei z.\,B. \highlightRed{\textbackslash section*\{...\}} auch hier \highlightRed{*} für
       nicht-nummerierte Gleichungen, also \highlightRed{\textbackslash begin\{}%