From 13c6fa0a6f52f3c8c83753bb72ae7992c458b19d Mon Sep 17 00:00:00 2001 From: Vaclav Haisman Date: Tue, 3 Jan 2017 10:11:56 +0100 Subject: Allow passing options to `microtype` LaTeX package --- default.latex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)$ -- cgit v1.2.3