From 1bf442e20b2f32543eaff52798577f852b8c6e81 Mon Sep 17 00:00:00 2001 From: "J.F.J. Laros" <j.f.j.laros@lumc.nl> Date: Mon, 19 Jan 2015 21:00:54 +0100 Subject: [PATCH] Switched to monospace font for listings. --- beamerthemelumc.sty | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/beamerthemelumc.sty b/beamerthemelumc.sty index 19fd726..7258d66 100644 --- a/beamerthemelumc.sty +++ b/beamerthemelumc.sty @@ -101,7 +101,7 @@ % Make a nice layout for code. \lstset{ language=Python, - basicstyle=\footnotesize, + basicstyle=\bf\footnotesize\ttfamily, lineskip=-0.40ex, frame=shadowbox, rulesepcolor=\color{black}, -- GitLab