small updates
[msc-thesis1617.git] / presentation.pre
index 98a4af6..e29ea69 100644 (file)
@@ -2,6 +2,8 @@
 
 \usepackage{listings}              % Source code
 \usepackage{subcaption}            % Subcaptions
+\usepackage{lmodern}               % Better teletype fonts
+\usepackage{textcomp}              % Nice listings quotes
 \usepackage[nodayofweek]{datetime} % Use a fixed document date
 
 % Beamer style
@@ -55,7 +57,7 @@
        breaklines=true,
        captionpos=b,
        keepspaces=true,
-       basicstyle=\ttfamily\fontseries{l}\scriptsize,
+       basicstyle=\ttfamily\scriptsize\fontseries{l},
        commentstyle=\slshape\fontseries{m},
        keywordstyle=\bfseries\fontseries{b},
        stringstyle=\ttfamily,