latex template: disable protrusion for typewriter font.

Closes #1549. Thanks to lemzwerg.
This commit is contained in:
John MacFarlane 2014-08-20 08:14:53 -07:00
parent ecb769cb7b
commit 7be841cee6

View file

@ -42,7 +42,10 @@ $endif$
% use upquote if available, for straight quotes in verbatim environments
\IfFileExists{upquote.sty}{\usepackage{upquote}}{}
% use microtype if available
\IfFileExists{microtype.sty}{\usepackage{microtype}}{}
\IfFileExists{microtype.sty}{%
\usepackage{microtype}
\UseMicrotypeSet[protrusion]{basicmath} % disable protrusion for tt fonts
}{}
$if(geometry)$
\usepackage[$for(geometry)$$geometry$$sep$,$endfor$]{geometry}
$endif$