aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVaclav Haisman <vhaisman@gmail.com>2017-01-03 10:11:56 +0100
committerVaclav Haisman <vhaisman@gmail.com>2017-01-03 10:11:56 +0100
commit13c6fa0a6f52f3c8c83753bb72ae7992c458b19d (patch)
tree9e1a84bf9810e383e68967d367ed1067034a6b93
parent64a97848c4969276dfa0251f5b67ce2680ee042b (diff)
downloadpandoc-13c6fa0a6f52f3c8c83753bb72ae7992c458b19d.tar.gz
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)$