default.latex: Use tex-ansi mapping for monofont.

This ensures that straight quotes appear as straight, rather than
being treated as curly.  See pandoc#889.
This commit is contained in:
John MacFarlane 2013-07-04 14:48:39 -07:00
parent 0d246e8af5
commit cb23306c27

View file

@ -27,7 +27,7 @@ $if(sansfont)$
\setsansfont{$sansfont$}
$endif$
$if(monofont)$
\setmonofont{$monofont$}
\setmonofont[Mapping=tex-ansi]{$monofont$}
$endif$
$if(mathfont)$
\setmathfont(Digits,Latin,Greek){$mathfont$}