From 13469af8439dbe4965912e7a78a35affe9194993 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Wed, 20 Aug 2014 09:47:47 -0700 Subject: More test updates. --- tests/lhs-test.latex | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'tests/lhs-test.latex') diff --git a/tests/lhs-test.latex b/tests/lhs-test.latex index 6600608fe..6f2fdfb77 100644 --- a/tests/lhs-test.latex +++ b/tests/lhs-test.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{color} \usepackage{fancyvrb} \newcommand{\VerbBar}{|} -- cgit v1.2.3