aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2017-01-03 20:52:20 -0800
committerGitHub <noreply@github.com>2017-01-03 20:52:20 -0800
commit2dc4054e7c8809ca3fe0628cf1372fbe34df2a1b (patch)
tree9e1a84bf9810e383e68967d367ed1067034a6b93
parent64a97848c4969276dfa0251f5b67ce2680ee042b (diff)
parent13c6fa0a6f52f3c8c83753bb72ae7992c458b19d (diff)
downloadpandoc-2dc4054e7c8809ca3fe0628cf1372fbe34df2a1b.tar.gz
Merge pull request #229 from wilx/master
Allow passing options to `microtype` LaTeX package
-rw-r--r--default.latex2
1 files changed, 1 insertions, 1 deletions
diff --git a/default.latex b/default.latex
index 3b80d3cdc..79e55dcf1 100644
--- a/default.latex
+++ b/default.latex
@@ -54,7 +54,7 @@ $endif$
\IfFileExists{upquote.sty}{\usepackage{upquote}}{}
% use microtype if available
\IfFileExists{microtype.sty}{%
-\usepackage{microtype}
+\usepackage[$for(microtypeoptions)$$microtypeoptions$$sep$,$endfor$]{microtype}
\UseMicrotypeSet[protrusion]{basicmath} % disable protrusion for tt fonts
}{}
$if(geometry)$