diff options
author | John MacFarlane <jgm@berkeley.edu> | 2014-08-20 09:47:47 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2014-08-20 09:47:47 -0700 |
commit | 13469af8439dbe4965912e7a78a35affe9194993 (patch) | |
tree | 8c7d48aeed21f54b85ae386001f54ab28b285c1a /tests/lhs-test.latex+lhs | |
parent | 7e69f4a4fa49d206423b030856f178156f2d28c0 (diff) | |
download | pandoc-13469af8439dbe4965912e7a78a35affe9194993.tar.gz |
More test updates.
Diffstat (limited to 'tests/lhs-test.latex+lhs')
-rw-r--r-- | tests/lhs-test.latex+lhs | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/lhs-test.latex+lhs b/tests/lhs-test.latex+lhs index d6cb7c497..77f0e08ff 100644 --- a/tests/lhs-test.latex+lhs +++ b/tests/lhs-test.latex+lhs @@ -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{listings} \lstnewenvironment{code}{\lstset{language=Haskell,basicstyle=\small\ttfamily}}{} \ifxetex |