diff --git a/workshops/latex/latex.tex b/workshops/latex/latex.tex
index 9a66015253c3d965dc9a025562037ac97064ff0b..52925c433f76596b9b15c96010d80e2ff3432811 100644
--- a/workshops/latex/latex.tex
+++ b/workshops/latex/latex.tex
@@ -14,6 +14,8 @@
 \graphicspath{{figures/}{examples/}}
 \usefonttheme{professionalfonts}
 
+\setmonofont{FiraCode}
+
 \usetheme{OSAK}
 
 \lstset{
@@ -340,7 +342,8 @@ Foto
         \node[draw=blue!20!lightgray, line width=2pt]{
           \begin{minipage}[t][10mm][c]{.4\textwidth}
             \centering
-            \scriptsize \ttfamily \verb|\sum_{n=0}^\infty n = -\frac{1}{12}|
+            \scriptsize \ttfamily \verb|\sum_{n=0}^\infty n =|
+            \verb|-\frac{1}{12}|
           \end{minipage}
         }; &
         \node{\includegraphics[width=16pt]{figures/texstudio-compile.pdf}}; &
@@ -385,7 +388,7 @@ Foto
           \begin{minipage}[t][10mm][c]{.4\textwidth}
             \centering
             \scriptsize \ttfamily
-            \verb|\sin(30^\circ)=\frac{\sqrt{3}}{2}|
+            \verb|\sin(30^\circ) =| \verb|\frac{\sqrt{3}}{2}|
           \end{minipage}
         }; &
         \node{\includegraphics[width=16pt]{figures/texstudio-compile.pdf}}; &