From 507ee62dc436a77a8eaedf589b472ce16c89d9ef Mon Sep 17 00:00:00 2001 From: Lennart <lennart@fsmpi.rwth-aachen.de> Date: Tue, 21 May 2019 09:18:17 +0200 Subject: [PATCH] fira code --- workshops/latex/latex.tex | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/workshops/latex/latex.tex b/workshops/latex/latex.tex index 9a66015..52925c4 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}}; & -- GitLab