Merge pull request #233 from wilx/JelteF-patch-1
Add hyphen option to url package
This commit is contained in:
commit
2fab0b28e1
1 changed files with 1 additions and 0 deletions
|
@ -60,6 +60,7 @@ $endif$
|
|||
$if(geometry)$
|
||||
\usepackage[$for(geometry)$$geometry$$sep$,$endfor$]{geometry}
|
||||
$endif$
|
||||
\PassOptionsToPackage{hyphens}{url} % url is loaded by hyperref
|
||||
\usepackage[unicode=true]{hyperref}
|
||||
$if(colorlinks)$
|
||||
\PassOptionsToPackage{usenames,dvipsnames}{color} % color is loaded by hyperref
|
||||
|
|
Loading…
Reference in a new issue