Merge pull request #229 from wilx/master

Allow passing options to `microtype` LaTeX package
This commit is contained in:
John MacFarlane 2017-01-03 20:52:20 -08:00 committed by GitHub
commit 2dc4054e7c

View file

@ -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)$