Merge pull request #229 from wilx/master
Allow passing options to `microtype` LaTeX package
This commit is contained in:
commit
2dc4054e7c
1 changed files with 1 additions and 1 deletions
|
@ -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)$
|
||||
|
|
Loading…
Add table
Reference in a new issue