From 33bfb1431a1a54db2a7583bb9f1b224ae6a04b39 Mon Sep 17 00:00:00 2001 From: Elliott Slaughter Date: Tue, 27 Sep 2022 15:53:43 -0700 Subject: [PATCH] Use scalable lmodern font to enable microtype. --- legion.tex | 1 + 1 file changed, 1 insertion(+) diff --git a/legion.tex b/legion.tex index 17a8791..4663fa2 100644 --- a/legion.tex +++ b/legion.tex @@ -1,5 +1,6 @@ \documentclass[11pt]{book} \usepackage[T1]{fontenc} +\usepackage{lmodern} \usepackage{textcomp} \usepackage{listings} \usepackage{hyperref}