From 7e69f4a4fa49d206423b030856f178156f2d28c0 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Wed, 20 Aug 2014 09:23:19 -0700 Subject: Updated tests. --- tests/writer.latex | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/writer.latex b/tests/writer.latex index 5428e9ad7..b1b4bbffb 100644 --- a/tests/writer.latex +++ b/tests/writer.latex @@ -19,7 +19,10 @@ % use upquote if available, for straight quotes in verbatim environments \IfFileExists{upquote.sty}{\usepackage{upquote}}{} % use microtype if available -\IfFileExists{microtype.sty}{\usepackage{microtype}}{} +\IfFileExists{microtype.sty}{% +\usepackage{microtype} +\UseMicrotypeSet[protrusion]{basicmath} % disable protrusion for tt fonts +}{} \usepackage{fancyvrb} \usepackage{graphicx} \makeatletter -- cgit v1.2.3