summaryrefslogtreecommitdiff
path: root/tests/writer.latex
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2014-08-20 09:23:19 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2014-08-20 09:23:19 -0700
commit7e69f4a4fa49d206423b030856f178156f2d28c0 (patch)
treecc24f81d7cf297430b392ac339a883d2d45f71db /tests/writer.latex
parent27ea34489a8385701d3245cac10e21df6b59fbcf (diff)
Updated tests.
Diffstat (limited to 'tests/writer.latex')
-rw-r--r--tests/writer.latex5
1 files changed, 4 insertions, 1 deletions
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