From 537c70a67720716f681f17e1185b9ecfd872c5d3 Mon Sep 17 00:00:00 2001 From: Erwan Normand Date: Tue, 16 Apr 2024 13:07:02 +0200 Subject: [PATCH] Use inconsolata as monospace font --- main.tex | 1 + 1 file changed, 1 insertion(+) diff --git a/main.tex b/main.tex index f4a1881..2f60c99 100644 --- a/main.tex +++ b/main.tex @@ -39,6 +39,7 @@ %% Typography % babel, csquotes, fontenc, microtype, lmodern, textcomp are already loaded by the class +\usepackage[varqu, varl]{inconsolata} % Better monospace font (with alternative quote [varqu] and l [varl]) \usepackage[ebgaramond,semibold,textscale=0,vvarbb,subscriptcorrection,amsthm,alth]{newtx} % Use Garamond font for text and math \usepackage{microtype} % Micro-typography improvements (slightly more compact, better to read)