From 5676dc7198dfc025f775fe9c13974a5c2792e64f Mon Sep 17 00:00:00 2001 From: Kim Lindberg Schwaner Date: Fri, 8 Jun 2012 22:37:28 +0200 Subject: [PATCH] Font size errors fixed: Seems to fix image tearing. --- setup.tex | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.tex b/setup.tex index 472545a..5bc2f78 100644 --- a/setup.tex +++ b/setup.tex @@ -10,6 +10,7 @@ \usepackage{fancyhdr} \usepackage{color} \usepackage{eso-pic} %background pictures +\usepackage{lmodern} \IfFileExists{inconsolata.sty}{%Use inconsolata as mono font if available \usepackage{inconsolata} }{}