diff options
author | John MacFarlane <fiddlosopher@gmail.com> | 2013-01-19 09:39:58 -0800 |
---|---|---|
committer | John MacFarlane <fiddlosopher@gmail.com> | 2013-01-19 09:40:26 -0800 |
commit | 3474aecee9948a9ab53c7bb78519c62d875a1158 (patch) | |
tree | ff6e21083492c0deac6bddbcd6f11b26ad1b6de5 | |
parent | 25386101d5428eedca69089ab8e5373f0a079bff (diff) | |
download | pandoc-3474aecee9948a9ab53c7bb78519c62d875a1158.tar.gz |
Added conditional import of upquote package.
This fixes straight quotes in verbatim.
-rw-r--r-- | default.latex | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/default.latex b/default.latex index d7b9b00c0..c6d60484e 100644 --- a/default.latex +++ b/default.latex @@ -6,6 +6,8 @@ \usepackage{fixltx2e} % provides \textsubscript % use microtype if available \IfFileExists{microtype.sty}{\usepackage{microtype}}{} +% use upquote if available, for straight quotes in verbatim environments +\IfFileExists{upquote.sty}{\usepackage{upquote}}{} \ifnum 0\ifxetex 1\fi\ifluatex 1\fi=0 % if pdftex \usepackage[utf8]{inputenc} $if(euro)$ |