diff options
author | John MacFarlane <fiddlosopher@gmail.com> | 2013-07-04 14:48:39 -0700 |
---|---|---|
committer | John MacFarlane <fiddlosopher@gmail.com> | 2013-07-04 14:48:39 -0700 |
commit | cb23306c2721d9c1f918f057d7402e03e079476b (patch) | |
tree | 92ff54d04a6b4826616e24839c66877c7e051e65 /default.latex | |
parent | 0d246e8af51f5a07f8460e790bcbd926d421c829 (diff) | |
download | pandoc-cb23306c2721d9c1f918f057d7402e03e079476b.tar.gz |
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.
Diffstat (limited to 'default.latex')
-rw-r--r-- | default.latex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/default.latex b/default.latex index ca4309275..c188d49b2 100644 --- a/default.latex +++ b/default.latex @@ -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$} |