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:
parent
0d246e8af5
commit
cb23306c27
1 changed files with 1 additions and 1 deletions
|
@ -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$}
|
||||
|
|
Loading…
Add table
Reference in a new issue