Added conditional import of upquote package.
This fixes straight quotes in verbatim.
This commit is contained in:
parent
25386101d5
commit
3474aecee9
1 changed files with 2 additions and 0 deletions
|
@ -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)$
|
||||
|
|
Loading…
Add table
Reference in a new issue